ASAT
Senior Member
Whenever I unplug my cable modem, the router magically replaces my DNS redirect rules:
with these ones here:
When power is restored to the cable modem, the router restores my original DNS redirect rules... most of the time!
If it fails to restore my DNS redirect rules, it breaks DNS name resolution for the entire network. The Internet appears to be down because the router is unable to resolve DNS names. This happens quite frequently for me.
I assume it's bug in /sbin/wanduck. This feature can be turned off in the WebUI and it apparently fixes the problem, but the wanduck process is always running for some reason. I don't like programs that mess with my NAT rules.
Administration -> System -> Enable WAN down browser redirect notice = No
What else does wanduck do besides redirect HTTP and DNS upon loss of the Internet connection? Can wanduck be killed safely at router startup time?
Special thanks to ryzhov_al for these commands:
SOURCE: http://www.snbforums.com/threads/whats-up-with-all-the-open-ports.25349/
Code:
DNAT udp -- 192.168.1.0/24 0.0.0.0/0 udp dpt:53 to:192.168.1.1
DNAT tcp -- 192.168.1.0/24 0.0.0.0/0 tcp dpt:53 to:192.168.1.1
with these ones here:
Code:
DNAT tcp -- 0.0.0.0/0 !192.168.1.0/24 tcp dpt:80 to:192.168.1.1:18017
DNAT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:53 to:192.168.1.1:18018
When power is restored to the cable modem, the router restores my original DNS redirect rules... most of the time!
If it fails to restore my DNS redirect rules, it breaks DNS name resolution for the entire network. The Internet appears to be down because the router is unable to resolve DNS names. This happens quite frequently for me.
I assume it's bug in /sbin/wanduck. This feature can be turned off in the WebUI and it apparently fixes the problem, but the wanduck process is always running for some reason. I don't like programs that mess with my NAT rules.
Administration -> System -> Enable WAN down browser redirect notice = No
What else does wanduck do besides redirect HTTP and DNS upon loss of the Internet connection? Can wanduck be killed safely at router startup time?
Special thanks to ryzhov_al for these commands:
Code:
lsof -i | grep LISTEN
lsof -iUDP