Skip to content

Instantly share code, notes, and snippets.

@2called-chaos
Created January 17, 2013 10:40
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 2called-chaos/54b37b06ae144fdcbc39 to your computer and use it in GitHub Desktop.
Save 2called-chaos/54b37b06ae144fdcbc39 to your computer and use it in GitHub Desktop.
[ROOT@ubuntu-server(pts-0)] ~# cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 8.8.8.8
nameserver 8.8.4.4
search local
[ROOT@ubuntu-server(pts-0)] ~# ping pp-chaos
ping: unknown host pp-chaos
[ROOT@ubuntu-server(pts-0)] ~# ping pp-chaos.local
PING pp-chaos.local (10.10.10.41) 56(84) bytes of data.
64 bytes from pp-chaos.local (10.10.10.41): icmp_req=1 ttl=64 time=26.1 ms
64 bytes from pp-chaos.local (10.10.10.41): icmp_req=2 ttl=64 time=46.6 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment