dhcpd: Unable to add reverse map – not found
Running dhcpd with dynamic DNS? Seeing messages like this? Dec 20 17:16:18 toiler dhcpd: Unable to add reverse map from 8.2.5.10.in-addr.arpa. to Apple-TV.example.org: not found But that IP address is static/fixed? If so, you can to add an option to that host. Make it look like this: # Apple-TV host Apple-TV { hardware ethernet 14:99:e2:0f:48:23; fixed-address appletv.int.example.org; ddns-updates off; } The answer is the ddns-updates off;. It tells dhcpd to not send a […]
dhcpd: Unable to add reverse map – not found Read More »