when I browse my web site this error appeared DNS Error - Server cannot be found

link|improve this question

80% accept rate
feedback

1 Answer

up vote 0 down vote accepted

First try a dnsflush, from the command line:

ipconfig /flushdns

Try using different DNS servers like :
OpenDNS: 208.67.222.222 / 208.67.220.220 or
Google FreeDNS service: 8.8.8.8 / 8.8.4.4
If you really want to push it just run your own DNS servers:
http://en.wikipedia.org/wiki/Comparison_of_DNS_server_software

And also double check the nameservers that handle your domain (the website):

dig <yourdomain> (is dig ported to windows?)

Or try : http://network-tools.com/

link|improve this answer
where i can find ipconfig /flushdns – user40331 Apr 15 '10 at 9:08
start->run->cmd and just type: ipconfig /flushdns and press enter :) – Marcel Apr 15 '10 at 9:14
Thank you more I Solved My problem but I want to know real reason of what happened – user40331 Apr 15 '10 at 10:30
and How can i Do dig <yourdomain> (is dig ported to windows?) – user40331 Apr 15 '10 at 10:32
dig would be available on a linux system and you can find it members.shaw.ca/nicholas.fong/dig or serghei.org/windows/dig for windows – Marcel Apr 15 '10 at 12:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.