02/13/06 –
If you read the title of this post and you said, "What the heck is DNS Cache?". Let me recommend that you return to looking at Picture of the Day. On the other hand, if you’re interested in what I’m talking about read on:
Today I’ve been waiting for a domain to point to my web server. Furthermore, the sooner this happens the better. Well, as it turns out, a quick check of the domain at DNSreport.com shows that the DNS for this domain has been updated properly. However, when I browse the web via my office cable Internet connection, the domain is still pointing to its old name servers.
In order to confirm that I am experiencing a problem via my cable Internet connection, from a command prompt, I run:
C:\> tracert mydomain.com
The response is:
C:\> Tracing route to mydomain.com [***.***.***.***] over a maximum of 30 hops…
- **** Request timed out
- **** Request timed out
- **** Request timed out
- **** Request timed out
and so on and so forth.
Well, what this seems to indicate is that I can’t browse to mydomain.com because my cable Internet provider’s DNS cache hasn’t been updated. Therefore, I do the following to flush my DNS cache:
- Start > Run "cmd"
- Do "ipconfig" to see your IP
- Do "ipconfig /release" then "ipconfig /renew"
- Do "ipconfig /flushdns"
- Now, do "nslookup mydomain.com".
Now, if the DNS cache was your problem, you should be able to view mydomain.com via your web browser.
4 Comments
Permalink
It will not flush the dns after I release and renew my ip then do the ipconfig /flushdns I get the message that it cannot flush the dns resolver I have had this problem before and found a fix on the web but cannot remember where I found the answer thanks anyway…
Permalink
Joseph,
If you should happen to find a solution to your particular problem, let me know and I will post a link here.
Permalink
Michael i have the solution to the problem.
the problem is that the DNS client is disabled or another command relating to the DNS.
to change this you must
>start - control panel
>Administrative tools
>Services
then check the client and set to automatic if it is not on and start it
hope this helped
Permalink
Phillip,
I had the same issue, I never once thought of the administrative settings. Worked perfectly for me, my virus program must have turned it off without me realizing it. I could not resolve after then, I assumed i had a virus. Great advice!