Pihole Dashboard only shows 2 clients and doesn't seem to be working

I am running PiHole from my Mac using docker:

docker run -d --name pihole -e ServerIP=192.168.1.226 -e TZ=America/Costa_Rica -e WEBPASSWORD=xxxx@ -e DNS1=1.1.1.1 -e DNS2=1.0.0.1 -p 80:80 -p 53:53/tcp -p 53:53/udp -p 443:443 -v ~/pihole/:/etc/pihole/ --dns=127.0.0.1 --dns=1.1.1.1 --cap-add=NET_ADMIN --restart=unless-stopped pihole/pihole:latest

I have changed my router's DNS to my mac's ipaddress. Everything looks to be working but the Dashboard only shows 2 clients and I am also seeing ads :frowning:

Please help!

Expected Behaviour:

Should be able to see more than 2 clients

Actual Behaviour:

_Only 2 clients are shown with odd IP address :frowning: _

Debug Token:

https://tricorder.pi-hole.net/3HxQU7ed/

From a client that you believe should be connected to the Pi-Hole for DNS, from the command prompt or terminal on that client (and not via ssh or Putty to the Pi), what is the output of

nslookup pi.hole

nslookup flurry.com

It shows this:

Server: 192.168.1.226
Address: 192.168.1.226#53
Name: pi.hole
Address: 192.168.1.226

I need to correct myself, PiHole is working, as I have seen ads being blocked. It is just the clients that show up that is acting weird, like if the Docker container ipaddress is the solely client

If all the requests are being passed through Docker to get to Pi-hole, this is expected.

1 Like

I was afraid you were going to say that :cry: thanks for the help jfb

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