DNS lookup on local machine not working via UDP (but TCP works fine) #3058
Unanswered
alichaudry
asked this question in
Q&A
Replies: 1 comment
-
Tbh this looks like a Docker issue, not sure we can do anything with that. Consider running AGH container with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using AdGuard Home v0.106.1 via docker. Port 53 (tcp + udp) and port 80 (tcp) have been tied to all interfaces on the host.
When I perform a DNS lookup on this host machine via TCP it works fine, but not via UDP:
Ports seem to be open on the host machine:
For some bizarre reason, hitting this host from another machine on the network works fine (that is, DNS resolution on the network via this DNS server works well):
Although I'm by no means an expert at network debugging, I've perused the firewall rules in great detail but nothing really jumps out at me (here are some of the port 53 rules):
I don't think it's the firewall as I stopped the server and ran a UDP listener and tcpdump on port 53 and sent quite a few msgs on this port (all of them got picked up by both tcpdump as well as the netcat listener).
Any tips would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions