static ip address | docsis.org

You are here

static ip address

3 posts / 0 new
Last post
saintlan1
static ip address

Hi guys,

any ideas on setting up static cpe for subscriber?

cheers,

psmit
static ip address

Here is one approach if using docsis-server.
http://www.docsis.org/node/319

psmit

emkowale
Here is an example.

In your dhcpd.conf do this:

host MyCPE
{
hardware ethernet xx:xx:xx:xx:xx:xx:xx;
fixed-address xxx.xxx.xxx.xxx;
option routers xxx.xxx.xxx.xxx;
option subnet-mask xxx.xxx.xxx.xxx;
}

The rest is just IP routing.

emkowale

Log in or register to post comments