I'm having the same issue: 2 of the devices on my network (Maxtor shared storage device and a Sony network camera) are issuing DHCP DISCOVERs, but getting no response. I have adjusted the threshold 1 to, made sure the network is defined and enabled bootp - all as suggested here. But no luck. My log shows on restart:
Jan 6 13:49:40 refuge-server bootpd[61761]: can't open /etc/bootptab
Jan 6 13:49:40 refuge-server bootpd[61761]: server name refuge-server.refuge......
Jan 6 13:49:40 refuge-server bootpd[61761]: interface en0: ip 192.168.1.56 mask 255.255.255.0
Jan 6 13:49:40 refuge-server bootpd[61761]: subnets: Failed to convert 'nb
over_tcpip_nameserver': Invalid IP address
Jan 6 13:50:48 refuge-server bootpd[61761]: DHCP DISCOVER [en0]: 1,0:10:75:ff:b4:ec <mss-FFB4EC>
Jan 6 13:51:37 refuge-server bootpd[61761]: DHCP DISCOVER [en0]: 0,8:0:46:7b:34:b3:0:0
Jan 6 13:51:56 refuge-server bootpd[61761]: DHCP DISCOVER [en0]: 1,0:10:75:ff:b4:ec <mss-FFB4EC>
Jan 6 13:51:57 refuge-server bootpd[61761]: DHCP DISCOVER [en0]: 0,8:0:46:7b:34:b3:0:0
Jan 6 13:51:58 refuge-server bootpd[61761]: DHCP DISCOVER [en0]: 1,0:10:75:ff:b4:ec <mss-FFB4EC>
The "failed to convert" bugs me too. In the bootpd.plist there is an entry:
<key>dhcp
nb_over_tcpip_nameserver</key>
<array>
<string>192.168.1.56</string>
<string></string>
</array>
and I assume the empty <string> is the cause, but if I delete it, ServerAdmin puts it back. Any ideas>
All help or ideas most appreciated.
Regards,
--Kip