Pi-Hole running, but no webpages loading (docker using portainer)

The issue I am facing:
I installed pi-hole following this german tutorial: Pi-Hole Docker Installation mit Portainer
I can access the webinterface. However, when I set the pi-hole as my only DNS server on my Mac, webpages stop loading. Also, I can't see any queries in the web interface. I tried flushing my DNS settings and when I attach to the docker container I can see that it is able to resolve DNS requests (using dig example.com).

Details about my system:
https://tricorder.pi-hole.net/zT6nmFFr/

I'm using an Orange Pi PC with the static IP address 192.168.2.120 and a Speedport Smart 3 router at 192.168.2.1.

Would be glad for any help to solve this issue. Thanks

What IP are you setting on the clients?

192.168.2.120

From your debug log:

-rw-rw-r-- 1 pihole root 166 Jul  1 21:35 /etc/pihole/pihole-FTL.conf
   REPLY_ADDR4=0.0.0.0

Please set the recommended FTLCONF_REPLY_ADDR4 Environment Variable for your Pi-hole container to your Docker host's IP address and restart your Pi-hole container.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.