-
|
Hello, a colleague asks me, why he can't access dpd.com so I've to check that. (Its a company network; running latest AGH v0.107.67 on an Ubuntu VM (no docker!)) On my mobilephone without access to AGH this page load fine. If I request this page on our companynetwork, it runs into timeout. Now I've tried dig it from the AGH Server: I want to ask if this normal: Via TCP it is working (not?): tcp seem to work: Netstat tells me, it binded only v6? AdGuardHome.yaml: Firewall is off. I've already downgraded to v0.107.65 but same result. so my question: is this normal/expected behaviour? Logs doesnt give any good information (for me at least). Tell me if you need more data. Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Just some ideas. Make sure plain DNS is enabled. Bind only to This can be enough if If that doesn’t work, try |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Im just stupid and found my brainerror:
I had to add loopback address in allowed_clients (which makes totally sense ...), now I can dig everything.
Sorry! Maybe this will help others in future.
Thank you @schzhn for pushing me into the right direction (disallowed clients).
Appreciate that.
pixl