Forum Discussion

souravsaha's avatar
souravsaha
Organizer
6 years ago
Solved

How to Disable DHCP ?

Hi,    I want to know, how can I disable DHCP service on my fiber router / modem ?   Thanks !!
  • DrDanny's avatar
    4 years ago

    I was able to disable DHCP on my Actiontec T1200H gateway/router, but the method is a little obscure. I did it so that I could use the device as a simple Access Point in order to broaden my wifi range. Briefly: login as admin to the device; go to LAN IP settings under the Advanced Setup tab; use your browser's javascript debug facilities to set a breakpoint on the source line that tests user_id in function 'hide_dhcpServerStat()'; reload the page and when it stops at the breakpoint, use the console to set user_id to 3; continue the code and when the page is rendered again you should see an option to disable DHCP. Disable it and reboot. Then you can connect the Actiontec to your main router LAN to LAN with an ethernet cable and it will serve wifi but allow the router DHCP to assign addresses. Do any of this at your own risk!