I've got a computer having DNS problems with one address only, "microsoftonline.com". Ping doesnt resolve IP but nslookup does correctly. It works from other machines. It is WinXP with no proxies

I have tried google's DNS servers with no avail. Any ideas?

The ping error is "Ping request could not find host...."

link|improve this question
feedback

2 Answers

Check your hosts file, although I don't think that's likely to be the cause.

Disable the XP firewall and test.

Try net stop dnscache then net start dnscache. This seems to do something that ipconfig /flushdns doesn't, IMX.

Delete the arp cache: netsh interface ip delete arpcache

Check your routing table: route print

link|improve this answer
feedback

Try flushing your DNS cache on the machine by running this from the command line:

ipconfig /flushdns
link|improve this answer
Thanks, but this did not work. I've also tried repairing the network connection and restarting the computer. – Robert Wagner Dec 10 '10 at 13:23
feedback

Your Answer

 
or
required, but never shown

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