Skip to content

Instantly share code, notes, and snippets.

@jdee
Created November 10, 2010 13:56
Show Gist options
  • Save jdee/670875 to your computer and use it in GitHub Desktop.
Save jdee/670875 to your computer and use it in GitHub Desktop.
nslookup results
jdee@fatman:~$ nslookup
> github.com
Server: 192.168.2.1
Address: 192.168.2.1#53
Non-authoritative answer:
Name: github.com
Address: 207.97.227.239
> server ns1.slicehost.net
Default server: ns1.slicehost.net
Address: 67.23.4.57#53
> github.com
Server: ns1.slicehost.net
Address: 67.23.4.57#53
** server can't find github.com: REFUSED
> exit
jdee@fatman:~$ nslookup
> google.com
Server: 192.168.2.1
Address: 192.168.2.1#53
Non-authoritative answer:
Name: google.com
Address: 74.125.227.51
Name: google.com
Address: 74.125.227.52
Name: google.com
Address: 74.125.227.48
Name: google.com
Address: 74.125.227.49
Name: google.com
Address: 74.125.227.50
> server ns1.slicehost.net
Default server: ns1.slicehost.net
Address: 67.23.4.57#53
> google.com
Server: ns1.slicehost.net
Address: 67.23.4.57#53
** server can't find google.com: NXDOMAIN
> exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment