Hi, I am running Pi-Hole on a Raspberry Pi 2B. And i have set it up using Portainer and Docker.
I was able to successfully run the Pi-Hole on my network. However, i noticed the only client that is being shown is my routers IP. 198.162.1.1.
Hence, i changed my Pi-Hole from Bridged to Host. And changed it to be the DHCP.
I disabled the DHCP on my router as well.
The DHCP range i provided in Pi-Hole is 172.17.0.3 to 172.17.0.251.
Expected Behaviour:
Need to see separate clients in Pi-Hole.
When i set it up as DHCP and in Host more. With no ports defined.
Actual Behaviour:
Getting error -
no address range available for DHCP request via wlan0
no address range available for DHCP request via veth17e8cd1
DHCP packet received on eth0 which has no address
no address range available for DHCP request via lo
Debug Token:
https://tricorder.pi-hole.net/yjrxArPj/
Other info -
When i put the DHCP range as 192.168.1.2 to 254, i got a different error (as was present on my router).
no address range available for DHCP request via eth0.
My router is on 192.168.1.1.
When i do ipcongif on laptop, i get the routers IP.
Pi-hole is on 192.168.1.41. - And has been set as my only DNS on Router.
Edit 1 -
After going through the below article : DHCP not assigning IPs - #4 by Bucking_Horn
I enabled port 67 for Pi-Hole. Though i dont see any errors, i am unable to connect to internet from new devices.