-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PTR requests not sent to the router #7385
Comments
You should use this settings instead Fill it with your router IP and it should be done. Look at the wiki (especially*Notes) |
I just noted a mistake. The correct query with the "Dig" tool should use the $ dig @192.168.8.5 -x 192.168.8.11
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3427
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 3
;; QUESTION SECTION:
;11.8.168.192.in-addr.arpa. IN PTR
;; ANSWER SECTION:
11.8.168.192.in-addr.arpa. 86400 IN PTR host.domain.name.
11.8.168.192.in-addr.arpa. 86400 IN PTR host.
;; ADDITIONAL SECTION:
host.domain.name. 86400 IN A 192.168.8.11
host. 86400 IN A 192.168.8.11
;; Query time: 4 msec
;; SERVER: 192.168.8.5#53(192.168.8.5) (UDP) That way, the answer is correct. However, when I do the query as before ( This makes no sense to me. |
I have a router that provides DHCP addresses and local DNS names.
Each DNS record has a PTR address, so I've set the AdGuard "arpa" domain upstream server and the "Private reverse DNS servers" to the router.
Upstream DNS servers
Private reverse DNS servers
Whenever I try to query AdGuard for a PTR record, it fails to find the answer and responds with "NXDOMAIN".
When I track queries in AdGuard interface, I can see that it receives the request and sends it to an external DNS server, not to the router.
So, I'm not sure why AdGuard is not sending requests to the router.
Any thoughts on this matter?
Originally posted by @diasdmhub in #7380
The text was updated successfully, but these errors were encountered: