Replies: 2 comments 5 replies
-
Hello. I'm not sure about your network configuration. Is |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question
Operating system type
FreeBSD
CPU architecture
AMD64
Installation
GitHub releases or script from README
Setup
On a router, DHCP is handled by the router
AdGuard Home version
0.107.25
Description
#### What did you do?
First time with AgGuard. I used Pi hole. I install it on OPNsense.
Everything working great, but i tried to set up ptr and upstream DNS to have a proper hostnames od network devices but i stuck there.
I set Upstream DNS servers and Private reverse DNS servers.
For upsteam i tried [/168.192.in-addr.arpa/]192.168.1.1, [/lan/]192.168.1.1 but no luck.
Private reverse DNS server is set to 192.168.1.1
#### Actual result
Still no hostnames are shown, only IP addresses.
#### Additional information
I try with dig and this is what i got.
duka@ubuntu:~$ dig -x 192.168.1.11 @192.168.1.1
; <<>> DiG 9.18.1-1ubuntu1.2-Ubuntu <<>> -x 192.168.1.11 @192.168.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 45874
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;11.1.168.192.in-addr.arpa. IN PTR
;; Query time: 4 msec
;; SERVER: 192.168.1.1#53(192.168.1.1) (UDP)
;; WHEN: Fri Mar 03 18:26:35 UTC 2023
;; MSG SIZE rcvd: 43
I set up logs and got this results:
2023/03/03 19:06:24.312632 26789#36 [debug] rdns: "192.168.1.11" added to queue
2023/03/03 19:06:24.312656 26789#36 [debug] rdns: "192.168.1.15" added to queue
2023/03/03 19:06:24.312678 26789#36 [debug] rdns: "192.168.1.16" added to queue
2023/03/03 19:06:24.312687 26789#34 [debug] dnsproxy: cache: disabled; not caching
2023/03/03 19:06:24.312696 26789#36 [debug] rdns: "192.168.1.18" added to queue
2023/03/03 19:06:24.312725 26789#34 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).replyFromUpstream(): RTT: 2.287µs
2023/03/03 19:06:24.312726 26789#36 [debug] rdns: "192.168.20.10" added to queue
2023/03/03 19:06:24.312748 26789#36 [debug] rdns: "192.168.30.10" added to queue
2023/03/03 19:06:24.312753 26789#34 [debug] rdns: resolving "192.168.1.11": all upstreams failed to exchange request
2023/03/03 19:06:24.312765 26789#36 [debug] rdns: "192.168.1.17" added to queue
2023/03/03 19:06:24.312787 26789#34 [debug] dnsproxy: cache: disabled; not caching
2023/03/03 19:06:24.312790 26789#36 [debug] rdns: "192.168.1.100" added to queue
2023/03/03 19:06:24.312810 26789#34 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).replyFromUpstream(): RTT: 690ns
2023/03/03 19:06:24.312824 26789#34 [debug] rdns: resolving "192.168.1.15": all upstreams failed to exchange request
2023/03/03 19:06:24.312853 26789#34 [debug] dnsproxy: cache: disabled; not caching
2023/03/03 19:06:24.312875 26789#34 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).replyFromUpstream(): RTT: 649ns
2023/03/03 19:06:24.313007 26789#34 [debug] rdns: resolving "192.168.20.10": all upstreams failed to exchange request
Beta Was this translation helpful? Give feedback.
All reactions