What's new

Router DNS server not working

IPtables is not something I have a lot of experience with. How do I remove that line? I assume you mean this one?


-A INPUT -i br0 -p udp -m udp --dport 53 -j DROP
 
I don't know if it's related or just a red herring, but I did notice this in my logs when I rebooted the router this morning.

warn Mar 09 08:52:23 Firewall-RT-AC86 avahi-daemon WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
info Mar 09 08:52:23 Firewall-RT-AC86 avahi-daemon No service file found in /tmp/avahi/services.
 
Last edited:
I did some more testing and port 53 is responding on the router, but it clearly isn't answering DNS queries. It makes me think that IPtables drop line is the culprit.

1615304181992.png
 
That resolved the issue. So does that indicate that URL filtering is broken?
URL filtering has it's limitations but that wasn't your issue. Your issue was that you had enabled it and selected "whitelist", but didn't have anything in the whitelist. So it was doing what you asked it to do, block all URL/DNS requests.
 
Last edited:

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top