Expected Behaviour:
For the DHCP server to assign me an IP address and DNS Server
Actual Behaviour:
I keep seeing this in the logs, and I'm not getting an ip address or DNS Server.
Jun 2 23:24:42 dnsmasq-dhcp[6107]: no address range available for DHCP request via eth0
Debug Token:
https://tricorder.pi-hole.net/oipqt1304a
Additional information
This is installed on vanilla raspbian. I have not enabled any firewalls of any kind.
pi@raspberrypi:/etc/dnsmasq.d $ ps aux|grep dhcp
root 461 0.0 0.1 2872 1460 ? Ss 23:00 0:00 /sbin/dhcpcd -q -w
pi@raspberrypi:/etc/dnsmasq.d $ netstat -lptu
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:http 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:domain 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:ssh 0.0.0.0:* LISTEN -
tcp 0 0 localhost:4711 0.0.0.0:* LISTEN -
tcp6 0 0 [::]:http [::]:* LISTEN -
tcp6 0 0 [::]:domain [::]:* LISTEN -
tcp6 0 0 [::]:ssh [::]:* LISTEN -
tcp6 0 0 localhost:4711 [::]:* LISTEN -
udp 0 0 0.0.0.0:domain 0.0.0.0:* -
udp 0 0 0.0.0.0:bootps 0.0.0.0:* -
udp 0 0 0.0.0.0:bootpc 0.0.0.0:* -
udp 0 0 0.0.0.0:42669 0.0.0.0:* -
udp 0 0 0.0.0.0:mdns 0.0.0.0:* -
udp6 0 0 [::]:42365 [::]:* -
udp6 0 0 [::]:domain [::]:* -
udp6 0 0 [::]:mdns [::]:* -