Comment on Help! DNS A Records only ones getting filtered.
umami_wasbi@lemmy.ml 2 weeks ago
Run Wireshark on the client to see if you actually got the reply.
Comment on Help! DNS A Records only ones getting filtered.
umami_wasbi@lemmy.ml 2 weeks ago
Run Wireshark on the client to see if you actually got the reply.
Bluesheep@lemmy.world 1 week ago
Thanks for the suggestion, I’ll grab a cap to check.
I’m running
tcpdump -i any port 53
. I can see the outbound request but not the reply. Will the cap show me anything more?truthfultemporarily@feddit.org 1 week ago
Do
tcpdump host $server
instead. Otherwise you will only see the request (the response goes to a different port).