Created
November 10, 2010 13:56
-
-
Save jdee/670875 to your computer and use it in GitHub Desktop.
nslookup results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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