DHCP will not update DNS with IP of clients however WINS shows correct IP address
December 7th, 2009In Windows 2003 DHCP can update DNS on behalf of the client unless the client has the TCP/IP option “Register this connection’s addresses in DNS” enabled (this will always override DHCP registration).
Depending which option above is in operation depends on whether the client or DHCP server ’owns’ the DNS record, this is worth bearing in mind during troubleshooting as only the owner of the record can update it in DNS.
DNS has the option to query WINS for any records it is unable to locate in its own database (Open DNS and select the zone required and right click for properties, from the WINS tab tick the option ‘Use WINS forward lookup’) and as such DNS can appear to provide the correct IP address even if the record is not present (DNS can return an IP address and a host name with a different domain suffix as WINS is not constrained by the DNS namespace).
If you have clients that are not updating DNS try the following from the client’s command prompt:
c:\ipconfig /regsiterdns
You may have to wait 15 minutes for it to correctly register it’s name and IP address and you can check the Event Logs for verification.
If this does not resolve the issue and you are using DHCP to register on behalf of clients then check the AD Group called “DnsUpdateProxy”. Make sure that all DNS servers are listed in the members tab. this issue can occur when a sys admin relocates a DNS server to a new machine and does not update this group with the new server name.