2011/4/17 Mukesh Yadav mak.gnu@gmail.com
- See if you can resolve DNS from a Linux live CD.
I can ping from linux machine, but again www.example.com does not work.
Ping != Resolve.
C:\Users\m4k>nslookup -q=soa . Server: m4k-laptop Address: 192.168.0.3
Non-authoritative answer:
[snip]
So DNS resolution does work. Now do these nslookups:
1. nslookup -q=soa com. 2. nslookup -q=soa example.com. 3. nslookup -q=a example.com.
(Note the period at the end of every line)
Binand