User Profile
GRABBR
Friendly Neighbour
Joined 8 years ago
User Widgets
Contributions
Re: How to Disable DHCP ?
"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." - this worked for me...14KViews1like0CommentsRe: How to Disable DHCP ?
Nailed it! I had to add another breakpoint at line # 423 (as of firmware ver 31.164L.22) where it says if(optikTVenbl == '1' && dhcp_server[1].checked == true){ At that breakpoint I used console and typed in optikTVenbl == '0' and user_id = 1 DHCP is now disabled on my Actiontec T3200M.14KViews1like3Comments