Can't ping microsoft.com from a windows computer

-1

I have an Acer Aspire One netbook (A0531h) that cannot access (or even ping) microsoft.com. I can access (and ping) any other site just fine. I just re-installed Windows XP Pro 5 mins ago (second time) so I know it's not infected with anything.

Ping request could not find host microsoft.com

It is using an Atheros AR5007EG wireless card.

What could be causing this?

Xeoncross

Posted 2012-09-18T19:20:55.950

Reputation: 3 274

Are you using the same name server for both computers which reach microsoft.com and the XP machine which can not reach it? Did you double check that the cleanly installed windows is not infected? (Read: It is probably fine if you did this at home. At uni reinstalling mostly resulted in an infected laptop before you finished downloading windows updates). – Hennes – 2012-09-18T19:25:46.287

Yes, both computers are on the same router with DHCP. I have a home copy of XP and I've used it on other machines just fine. – Xeoncross – 2012-09-18T19:32:33.687

Answers

3

You don't receive responses to ping, because Microsoft's servers don't respond to ICMP echo requests. You should be able to access microsoft.com in a browser, though. Check the output of nslookup microsoft.com on your system. If it returns an IP address, try telnet IP_ADDRESS 80 to see if you can connect to the remote server. If it doesn't return an IP address, you need to check your DNS settings.

Ansgar Wiechers

Posted 2012-09-18T19:20:55.950

Reputation: 4 860

I ran nslookup and it responded with the IP '64.4.11.37, 65.55.58.201`. I then tried to telnet at port 80, but it just showed a blank page so I guess it worked. – Xeoncross – 2012-09-18T19:30:54.623

Yes. Had it not worked you would have received a connection refused or connection timeout message. Since the raw connection works, it may be a problem with your browser (do you use a proxy?) or with some overzealous "security" software. – Ansgar Wiechers – 2012-09-18T19:38:47.047

There is no security software or anything installed, and I tried with the built-in IE 6 and a new download of Chrome. – Xeoncross – 2012-09-18T19:43:17.180