dave14305
Part of the Furniture
In this case, you really didn’t disable DHCP because you didn’t restart dnsmasq in between disabling the nvram setting and enabling it. But I don’t think it would have helped anyway. The net effect was just restarting dnsmasq.So I'm trying (I guess "hacky"(?)) methods to accomplish the same effect. I thought that if I disable and then renable DHCP on the router, it might have the same effect, so I did like this:
And from what I can tell, it *somewhat* works?Code:nvram set dhcp_dns1_x=123.123.123.123; nvram set dhcp_dns2_x=321.321.321.321; dhcp_enable_x=0; nvram commit; dhcp_enable_x=1; nvram commit; service restart_dnsmasq