Created
October 18, 2010 23:12
-
-
Save lroggendorff/633266 to your computer and use it in GitHub Desktop.
huh, what?
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
# What follows is two commands run on my Mac whilst connected to my corporate VPN | |
# Domain names and IP addresses masked to protect the innocent (I guess) | |
$ nslookup somedomain.com | |
Server: ##.##.##.## | |
Address: ##.##.##.## | |
Non-authoritative answer: | |
Name: somedomain.com | |
Address: ##.##.##.## | |
$ ping somedomain.com | |
ping: cannot resolve ##.##.##.##: Unknown host | |
# How is this possible?? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment