Recently i have some problems accessing websites. When i try to access it says

This webpage is not available.

I tried accessing the site through FireFox, Internet Explorer and Chrome. I also tried with using a web proxy but still the same problem. This problem is only in my Desktop PC, all the websites works fine in my laptop

Currently i cant access, yahoo.com download.com bing.com proxy.org daniweb.com aol.com and many forums

I check with the host file but nothing is blocked in that. Can some one please suggest what is wrong??

Thanks

link|improve this question

50% accept rate
4  
Could it be that your cat has pulled the network cable from the back of your PC? Anyhow, I am nominating your question for migration to superuser.com where you are more likely to find a solution :) – Jørn Schou-Rode Apr 14 '10 at 13:34
Check the DNS settings on the network connection. – ChrisF Apr 14 '10 at 13:36
feedback

migrated from stackoverflow.com Apr 14 '10 at 13:39

This question came from our site for professional and enthusiast programmers.

2 Answers

First of all, are all sites unavailable, or just some?
If only a few sites are unavailable, the problem may be at their end.

If all web-sites have a problem, then you have to consider that your browser needs to look up the IP address of the site first, looking up the name from a DNS server. If there's no DNS server available, the lookup will fail.

Start with the basics. Start a Command Prompt (Start > Run > cmd.exe) and try to ping one of the problem web-sites:

ping www.sitename.com

If the ping command reports something like:

Ping request could not find host ...

...then you may fairly low-level network problem.

If however the ping command reports replies from some remote system, that proves your network connection and DNS look-ups are working OK.

So the next thing to check would be network/proxy settings. These can be (mis-)configured in your browser, but since you say all browsers are affected in the same way, it could be a Windows setting.

link|improve this answer
feedback

Check firewalls/virusscan/routers/connectioncable/dns settings etc.. maybe some newly installed software blocking the connection?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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