2011/4/16 Mukesh Yadav mak.gnu@gmail.com:
On my desktop I'm running Windows which is having 192.168.0.2 IP. But the desktop is not resolving www.example.com
The swiss army knife for troubleshooting DNS problems is dig(1), which is not available on Windows. Few things you can try (assuming you have ruled out all lower layer problems):
1. See if you can resolve DNS from a Linux live CD.
2. See if you can run nslookup successfully on Windows; pastebin its output. Start with:
nslookup -q=soa .
(Don't miss the period at the end of the above command)
Binand