Code: Select all
GREEN 192.168.0.0/25
PINK 192.168.0.128/27
BLUE 192.168.0.160/27
ORANGE 192.168.0.192/27
RED [dynamically allocated by ISP]
I have created a /var/ipfire/dhcp/dhcpd.conf.local file for my PINK interface and allowed bootp on it. I watch the traffic with dhcpdump when I connect a device that expects to get an address via bootp. That device sends the broadcast requests correctly but IPFire does not reply. When I run udhcpd on another machine on that subnet it issues an address to that device correctly.
Is my dhcpd.conf.local file being ignored? It is listed correctly as an include at the bottom of my dhcpd.conf file.