DNS doesn’t match DHCP correctly

dhcpdomain-name-systemwindows-server-2008-r2

I'm a programmer who is tasked with handling server support until we can hire a new sysadmin, so bear with me. I'm having a problem, where the DNS records for computer names don't resolve to the correct IP.

For example computer name RODSCOMPUTER's actual IP address (from DHCP in Server 2008 R2, also confirmed on ipconfig) is 192.168.1.111 however when I go on another machine and ping RODSCOMPUTER it resolves to 192.168.1.149. Also when I go to the DNS management console in Server 2008 R2 it shows up as the wrong value.

I take it it's expired, but DNS hasn't caught up – how do I make this stay accurate? It's vital for us in our network as we remote desktop frequently.

Best Answer

For a quick fix, try running this on the client computer:

ipconfig /registerdns

This should update the DNS record for this client.

Also, you might want to take a look at this document which explains how to configure Dynamic DNS Updates on Windows Server 2003 (We don't have Server 2008 R2, so I can't tell if it applies to you - but I don't think it will be all too different).

http://support.microsoft.com/kb/816592

Related Topic