Hi guys,
any ideas on setting up static cpe for subscriber?
cheers,
Here is one approach if using docsis-server.http://www.docsis.org/node/319
psmit
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
Here is one approach if using docsis-server.
http://www.docsis.org/node/319
psmit
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