Not able to make AGH running on Raspberry Pi 4B with Raspian Bullseye 11 64 bits on it #6855
Unanswered
diegofrances
asked this question in
Q&A
Replies: 1 comment 4 replies
-
G'day! In the .yaml, could you please tell me which interface AdGuard Home is listening on by pasting the parameter for |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hello All,
I have installed Raspbian OS Desktop 64 bit (Debian 11 Bullseye) on a Raspberry Pi 4B. I have followed the guide explained at "https://github.com/AdguardTeam/AdGuardHome?tab=readme-ov-file#automated-install-linux-and-mac" but unfortunately I am not able to make it working.
When I send a request from the browser on the Raspbian, the AGH works as expected but when I point other machines to use the Raspberry Pi as the DNS server it does not work. I have taken a trace using Wireshark at client side and I can see the DNS queries reaching the Raspberry Pi but no action from the AGH is seen.
I have also noticed that when I run "netstat -atunp | grep 53", only tcp6 and udp6 are listening on port 53. Even I have disabled IPv6, I am not able to make it working on IPv4 so that's why I believe it is not working.
Can somebody please help me here?
Willing to share any log if need. I've ran out of ideas.
Thank you in advance.
Regards
Beta Was this translation helpful? Give feedback.
All reactions