|
Nov 19th, 2008 at 7:37pm
To enable DHCP on your modem, you don't need service provider to do this or ibuilder. Just open opt file in notepad and paste this block in there, make the ip range that of the modem ip. give yourself however many ips you need. and save file and reload opt and your all good to go. thats until the hub resends your modem a new opt file. then they will most likely remove the dhcp, but they wont know and you just get the latest opt file they sent down and remodify and reload and your all setup till next time.
[DHCP_1] dhcp_mode = 1 dhcp_lease_seconds = 43200 dhcp_lease_range = 69.69.69.1-69.69.69.10 dhcp_dns_server_ip = use and dns server from web dhcp_dns_server2_ip = google for a root dns ip dhcp_gateway_ip = modem ip address
|