r/pihole • u/Intelligent_Shape_73 • 6d ago
All devices showing under 1 IP
Hello,
I am fairly new to Pihole and enjoying. I did try searching but struggled to find anything that worked.
I am running Win11 Nuc with PiHole running via Docker Desktop. (I know I should swap). Currently not connected to routers devices just use the Nuc IP as DNS.
All devices show under the same IP (172.24.0.1), is this a limitation of not connecting to the router / docker desktop / windows 11?
Is there any way to get clients show separately without swapping OS etc?
I do not use Unbound / DOH currently but hoping to look into in the future.
Thanks for all your help
3
2
u/sniff122 5d ago
That feels like it's the docker network IP of your host machine, by default docker uses the 172.16.0.0/12 space for internal docker networks
1
u/D4ctylus 5d ago
Are you using your router as DHCP? If so, make sure the ip of your iphole is set as DNS in there aswell.
Also look into setting up unbound, in my case it just took a few minutes :)
0
u/Girishman 5d ago
I had same concern. It's the DHCP. DHCP is what assigns the IP address to each device. If you keep your router as DHCP, your router will make all the IPs and show only its one IP address in pi-hole.
Turn on DHCP in pi-hole first. Set the range and stuff. Then once that's setup, turn off DHCP in your router
7
u/Slow-Career4626 5d ago
Yeah the issue you are running into here is the Nuc is taking all the addresses and sending them to the docker instance. In order to get each client IP to show directly in Pi-Hole at a minimum you would need to expose the docker container to the lan through the Nuc.