On your DNS server try to clear the Cache. Right click you DNS server in the DNS management Console and select clear cache
Main Topics
Browse All TopicsHi Experts,
We have a Windows Server 2003 DNS server, with Windows XP Clients on a Domain.
For the most part, our internet and DNS ventures are fine, bar this one site:
For the sake of not using real names etc i will say www.google.com
So a while ago, www.google.com worked ok, then suddenly google changed their IP address. This is when the problem started. We think that our DNS server has not changed its record for google, as we can still access the site by its 'true' IP address. When we ping google from a client, it shows up as the old IP address (that does not work) but if we enter the new address in the browser, it works ok.
I am not very knowledgable on DNS at this stage, and i was unable to locate a list of stored sites or anything to veify that www.google.com is stored as an incorrecft IP.
Any help would be much appreciated
Thanks in advance
Adam
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hey guys, thank you for your suggestions
Burns2007: using ipconfig /flushdns on several computers and still getting the same problem. Checked on the server in DNS management, and under cached lookups > .root etc all these are empty, there are no records? I have attached a screenshot for reference.
Kutyi: Tried clearing the cache, then ipconfig /flushdns, still getting the same problem.
icorps: Yes, i am able to access the site from other locations. I have tried my computer at home (different ISP) and i have tried from a wireless aircard (same ISP) - from these other locations, the site works ok. This site does seem to have changed it's IP address about 3 times in the last 6 months, but shouldn't our DNS server update with this?
Yes we have forwarders (or entries under here) but these only point to local stuff (machines inside our network).
Burns2007: Did you mean clear the cache as Kutyi suggested? If so, i have already done that to no avail. If this is not what you mean, please explain more about 'if so check the cache on the DNS management console...".
icorps: Please explain more about forwarders, and steps to get to there? I have attached another screen that i got to by clicking on DC03, then clicking on Forwarders:
Thanks heaps all for the responses so far, i am learning a lot about DNS and look forward to resolving this issue.
I have checked on both the server and the client(s) hosts files (under c:\windows\system32\driver
Also as a side note (which may help my understanding and maybe help solve the problem?) how can i view a list of records that are stored in my DNS server's 'cache' - i would really like to identify the record, view it and prove that it is wrong, rather than relying on ping tests etc. Is this possible?
You test name resolution with nslookup to be sure that it's a dns issue. Just start nslookup from a command prompt and type www.google.com, does it give the right ip?
I don't know how to see the DNS server cache, but you could right-click on it and "clear cache"
I suspect that the default root hints are directing your DNS server to an out-of-date DNS server somewhere. You should get the recommended DNS servers from you ISP and add them as forwarders.
Hi Laserspot,
The result i get from nslookup is:
--------------------------
Server: dc03.mydomain.com
Address: 10.202.1.19
*** dc03.mydomain.com can't find www.google.com: Server failed
--------------------------
Also i have tried to 'clear cache' as suggested in previous posts, but to no avail.
I will try the last suggestion about adding as forwarders and see how that goes.
You should test each forwarder with nslookup before you add them to your dns server. Start nslookup, then type: server forwarderipaddress
then type: www.google.com
it should respond with the correct ip
Here is how to remove it if it exists: http://support.microsoft.c
Hi guys,
I have not had time to action this since, as our network administrator has left and we have been very busy picking up with his role until it is filled.
Thank you very much for your input, and i really appreciate the comments and time you have all put in to this, and feel bad that i have to close it like this. But i do understand that people don't like these questions hanging around, and i will take the responsibility and close it.
Thanks again all,
Adam
Business Accounts
Answer for Membership
by: Burns2007Posted on 2008-03-06 at 16:10:49ID: 21066072
from an affected workstation, open a command prompt and type ipconfig /flushdns
try to access teh website again. This will see if it is a problem locally cached on the workstation.
If this still fails, log on to the DNS server and open up dns management.
Expand the server > Cached Lookups > .root
Go down through here until you find the site record (eg com > google > www) and delete the record.
Do a ipconfig /flushdns on a workstation again and look it up, the DNS server should go to it's DNS forwarder/root servers and get teh address again.