I have set up a dhcp server on my FreeBSD box. Works fine as in the correct IP address is assigned to a computer.
But I constantly get this message (in intervals ranging from 10-40 minutes):
Code:
Aug 20 22:39:04 toybox dhcpd: if IN A friedward.planbau.net rrset doesn't exist
add 1800 IN A friedward.planbau.net 10.0.0.14: not a zone
toybox is my server (FreeBSD), friedward a client (Win2k). The server's IP is 10.0.0.4, the client's 10.0.0.14.
There is also a name server (bind) running on the machine which works fine -- lookups via dig and nslookup return the correct results.
The Windows box also finds the name server.
I have read through the man pages of dhcpd and dhcpd.conf respectively. The only mention of rrset is in a passage about the interaction of a dhcp and a name server in the context of dynamic updates. I have disabled them in my dhcpd.conf, but to no avail. Any clues?