As I was playing with linux servers I noticed that a DNS entry was not being created when I added new servers to the network. After some googling I found the solution. If you are running dhcp3 update your dhclient.conf (mine was under /etc/dhcp3) to include the following line:
send fqdn.server-update on;
Restart networking.
No comments:
Post a Comment