-
Notifications
You must be signed in to change notification settings - Fork 60
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 Not Working On Host Machine #83
Comments
It sounds like the setup you have for DNS resolution on your host machine could be running into a conflict with AdGuard Home, Unbound, and DNSCrypt operating on overlapping ports and potentially not forwarding requests properly. Here’s a breakdown of the configuration you need and adjustments you can make to resolve this: Step-by-Step Solution1. Verify DNS Forwarding Configuration in AdGuard Home
2. Configure Unbound to Use DNSCrypt
3. Ensure No Port Conflicts on
|
just want to make sure,but Unbound ONLY works if I set a DNS provider in the config as well...does this unbound config portion look right?
It seems to be working and AdGuard Home is resolving host as it should, but it seems to be very slow
|
Operating System
Ubuntu
Architecture
64-bit
Platform
Linux
Project
Aduard Home
Browser
Firefox
Issue
Other (explain in description)
Issue Description
I have Unbound installed and listening on localhost:53, and DNSCrypt (anonymized) installed and listening on localhost:5353.
I can install AdGuardHome just fine on the host machine, 10.0.0.11, and it works for all networked devices EXCEPT the host. No logs are being shown in the query log either. How do I resolve this?
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
AdGuardHo 512522 root 11u IPv4 1902545 0t0 UDP 10.0.0.11:domain
AdGuardHo 512522 root 12u IPv4 1902546 0t0 TCP 10.0.0.11:domain (LISTEN)
unbound 512909 unbound 3u IPv4 1906257 0t0 UDP localhost:domain
unbound 512909 unbound 4u IPv4 1906258 0t0 TCP localhost:domain (LISTEN)
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
dnscrypt- 1554 root 6u IPv4 25824 0t0 UDP localhost:mdns
dnscrypt- 1554 root 7u IPv4 25825 0t0 TCP localhost:5353 (LISTEN)
dnscrypt- 1554 root 8u IPv6 25826 0t0 UDP ip6-localhost:mdns
dnscrypt- 1554 root 9u IPv6 25827 0t0 TCP ip6-localhost:5353 (LISTEN)
I have dnsstublistener disabled according to #27
The text was updated successfully, but these errors were encountered: