From once I say that I use some google translator help
Expected Behaviour:
- operating system: Raspberry Pi OS Lite (January 11th 2021 - kernel version: 5.4.83-v7+ updated to 5.10.10-v7+ to see if it will work (no it did not work))
- clean installation, before pi-hole I only configured the Cups server
- router Huawei B315s-22, 192.168.8.1 (DHCP disabled) (software up-to-date)
- pi-hole interface eth0
- pi-hole static ip addr: 192.168.8.199
- local network: 192.168.8.0/24
- pi-hole DHCP configuration: from 192.168.8.220 to 192.168.8.250, gateway: 192.168.8.1
- no ufw on raspberrypi (I tried but it didn't work, so I turned it off)
I expect pi-hole to be my DHCP server
Actual Behaviour:
Currently DHCP is not working, it is not distributing IP addresses.I thought it was the router's fault, but I ran another DHCP server (Windows) on the network and everything worked fine (but I had to add exceptions to the windows firewall).
- Wireshark when Im connecting to the network:
- Nmap dhcp-discover:
- sudo tcpdump -n udp port 67 -e -vv
-- no logs no logs whenever dhcp pi-hole is on
-- this when other dhcp server is enabled in network
- sudo netstat -lnptu
- nothing interesting about pihole.log (actually nothing about dhcp)
- one more thing, when I connect pi-hole and client to the switch (NOT ROUTER), everything works fine, that's why I thought it was the fault of the router (I tried factory settings)
Debug Token:
uskqnitnt2
Please help me, I really want this DHCP to work, if I have to change the router, I will do it, but I have to be sure that it will work then