I see lookups for lb._dns-sd._udp.0.8.168.192.in-addr.arpa , db._dns-sd._udp.0.8.168.192.in-addr.arpa & b._dns-sd._udp.0.8.168.192.in-addr.arpa in AdGuard. Sometimes I also see these in the router system log where the DNS server running on the IPv6 Loopback address timed out.
Shouldn't dnsmasq be answering these requests? What result should be returned? Right now these requests are returning NXDOMAIN in AdGuard because of course my upstream servers don't have an answer.
I can still do PTR lookups of local devices successfully using nslookup like nslookup -type=ptr 192.168.8.141 so what gives?
The ADG already handle all DNS query in the router (port 53 -> 3053), all reply is from the ADG, dnsmasq service would not process DNS.
May try to check the DNS setting in the ADG. For others, no idea.
It's the weekend so not been using my work laptop and I don't see the queries in the logs so far today.
I think since I have the setting enabled in luci these requests are forwarded to the correct DNS resolver but i don't know what the actual answer for these requests should be.
Probably some configurations/plugins installed of the Luci to cause this issue.
Please try to reset the router if you are convenient to check the ADG again, since I did not know what the configurations you have modified.
i will reset the router when i have some time to upgrade to 4.6.4
This behaviour happens out of the box but i will send you my config when I reset the router and the problem still occurs without any plugins or configuration
I also have these show up for a friend of mine on his Flint 2.
What causes these ? The router's log is filled with them. I don't see them on my Flint 2 though.
Sun Oct 20 10:42:47 2024 user.notice AdGuardHome[8307]: 2024/10/20 10:42:47.038638 [error] dnsproxy: [::1]:53: response received over udp: "exchanging with [::1]:53 over udp: read udp [::1]:54495->[::1]:53: i/o timeout"
Sun Oct 20 10:42:47 2024 user.notice AdGuardHome[8307]: 2024/10/20 10:42:47.038738 [error] dnsproxy: upstream [::1]:53 failed to exchange ;lb._dns-sd._udp.0.8.168.192.in-addr.arpa. IN PTR in 2.00122985s: exchanging with [::1]:53 over udp: read udp [::1]:54495->[::1]:53: i/o timeout
Sun Oct 20 10:42:47 2024 user.notice AdGuardHome[8307]: 2024/10/20 10:42:47.039730 [error] dnsproxy: 127.0.0.1:53: response received over udp: "exchanging with 127.0.0.1:53 over udp: read udp 127.0.0.1:45225->127.0.0.1:53: i/o timeout"
Sun Oct 20 10:42:47 2024 user.notice AdGuardHome[8307]: 2024/10/20 10:42:47.039825 [error] dnsproxy: upstream 127.0.0.1:53 failed to exchange ;lb._dns-sd._udp.0.8.168.192.in-addr.arpa. IN PTR in 2.000956328s: exchanging with 127.0.0.1:53 over udp: read udp 127.0.0.1:45225->127.0.0.1:53: i/o timeout