Link to home
Start Free TrialLog in
Avatar of Anagkazo
AnagkazoFlag for United States of America

asked on

DNS Record Not Updating

I joined a box to my domain using a static IP address (i.e. 192.168.5.11).  I disconnected it from my domain and sent it to a customer.  The customer received it and change the ip address and logged on with a domain account without any issues but the DNS record is not updating.  It's still reading 192.168.5.11 in my DNS record.  What do I do to allow the Records to update automatically if the clients IP changes.
Avatar of Member_2_6492660_1
Member_2_6492660_1
Flag of United States of America image

Make sure you

Register this connections address to DNS is checked in the adapters advanced setting in TCP/IP  DNS tab

have him do ipconfig /all  and post results
Is he part of your network?  Like a VPN or something?   When you state customer its not clear.
Avatar of Anagkazo

ASKER

Yes.  Customer's machine is part of my network through VPN connection.  Also "Register this connections address to DNS" is checked in the adapters advanced setting in TCP/IP DNS tab.
ASKER CERTIFIED SOLUTION
Avatar of Raymond Peng
Raymond Peng
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Lets get ipconfig /all from that computer
ipconfig /flushdns and then ipconfig /registerdns  works just fine.

Thanks