Use a Different DNS Nameserver with Dig and NslookUp
Use a different nameserver to look up dns information or check that your nameserver is acting OK - use the public Google ones at:
8.8.8.8
8.8.4.4
For dig use it like so:
$ dig @8.8.8.8 adomain.com
For nslookup:
nslookup adomain.com 8.8.8.8
For nslookup interactively:
$ nslookup > server 8.8.8.8 Default server: 8.8.8.8 Address: 8.8.8.8#53 > bbc.com Server: 8.8.8.8 Address: 8.8.8.8#53 Non-authoritative answer: Name: bbc.com Address: 212.58.224.138 >
Or make it the default nameservers by permanently adding it to the operating system by hard coding it in the TCP/IP dns settings, for OS X Lion 10.7 use the Network panel in System Preferences:
Related posts:


August 3, 2011 
