-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
AdGuard can't connect to private reverse DNS servers that is my router #7586
Comments
You are trying to get Adguard Home to use your router as a private reverse DNS? What is your router? Not all routers support this option. For example, TP-Link Deco does not. |
My router is UBIQUITI ER-X. I have a second Adguard with 192.168.0.110 IP and there is no error when I use my router IP (192.168.0.1). The problem I have with the Adguard with 192.168.1.110 IP, error as above when using the router IP. |
Is the 192.168.0.1 (router) address routable from 192.168.1.110 (Adguard 2)? If you're running Adguard on Docker you can connect to the docker shell and ping 192.168.0.1 to see. Edit: the last part of your log suggests it's not - 192.168.1.110:57546->192.168.0.1:53: i/o timeout |
Hmmm, the last thing I can suggest is two items from this post: #6928
Good luck! |
Hello I'm troubleshooting a similar problem with my clients resolving and noticed that To confirm this, I first looked for the setting and found it documented here: https://github.com/AdguardTeam/Adguardhome/wiki/Configuration#client-lookups Then I performed these tests:
Not sure if these tests are conclusive but I think there might be a problem with this configuration option. EDIT: The option for the AdGuardHome/internal/home/config.go Lines 218 to 242 in d3dea0f
|
This comment has been minimized.
This comment has been minimized.
@k-matti,
@mcarver, same thing. Please make sure that the address actually serves DNS on the address you're trying to use. There should be no need for any manual config editing for this to work. |
@ainar-g was the EDIT: I'm using the latest Docker image and the UI shows AGH v0.107.56. |
It was moved over two years ago, see https://github.com/AdguardTeam/AdGuardHome/blob/d3dea0f46cda81dadf9cc597969f459e016368b8/CHANGELOG.md#configuration-changes-10. The documentation on that page seems outdated, and I'll fix that. Thanks for reporting! |
@ainar-g makes sense to me. Thank you! |
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 or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Linux, ARM64
Installation
Docker
Setup
On one machine
AdGuard Home version
v0.107.55
Action
I am trying to set up "Private reverse DNS servers" as my router option, but Test upstreams button gets me an error:
Error from adguard docker logs:
Expected result
No error when setup private upstream server
Actual result
Error when setup private upstream server
Additional information and/or screenshots
No response
The text was updated successfully, but these errors were encountered: