asus86user
New Around Here
Hi,
Long time reader of these forums and grateful for all the advice. Running RT-AC86U smoothly.
Configured DNS-over-TLS with all DNS traffic from LAN intercepted and answered by Router. This works flawlessly. (Got answer back for a "dig nas.lan @1.1.1.1 that only exists on my lan and couldn't have been answered but the asus router.)
I just wanted to achieve something extra: block all outgoing regular DNS traffic (port 53) from my router.
Unsuccessful so far. I tested with running on the router as admin (ssh) "dig linux.org @1.1.1.1" that I expect to timeout, while "dig linux.org" should resolve. But they both resolve.
I tried:
- Network Services Firewall: did nothing (as router address is not seen as part of the LAN maybe?)
- "iptables -I OUTPUT -s routerip -p udp --dport 53 -j DROP" (and also for -p tcp). Didn't work.
Any advice?
Thanks,
Chris
Long time reader of these forums and grateful for all the advice. Running RT-AC86U smoothly.
Configured DNS-over-TLS with all DNS traffic from LAN intercepted and answered by Router. This works flawlessly. (Got answer back for a "dig nas.lan @1.1.1.1 that only exists on my lan and couldn't have been answered but the asus router.)
I just wanted to achieve something extra: block all outgoing regular DNS traffic (port 53) from my router.
Unsuccessful so far. I tested with running on the router as admin (ssh) "dig linux.org @1.1.1.1" that I expect to timeout, while "dig linux.org" should resolve. But they both resolve.
I tried:
- Network Services Firewall: did nothing (as router address is not seen as part of the LAN maybe?)
- "iptables -I OUTPUT -s routerip -p udp --dport 53 -j DROP" (and also for -p tcp). Didn't work.
Any advice?
Thanks,
Chris