Skip to content

Instantly share code, notes, and snippets.

@lroggendorff
Created October 18, 2010 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lroggendorff/633266 to your computer and use it in GitHub Desktop.
Save lroggendorff/633266 to your computer and use it in GitHub Desktop.
huh, what?
# 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