thufir

Untitled

Feb 18th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. tleilax:~ #
  2. tleilax:~ # hostname
  3. tleilax
  4. tleilax:~ #
  5. tleilax:~ # cat /etc/hosts
  6. #
  7. # hosts This file describes a number of hostname-to-address
  8. # mappings for the TCP/IP subsystem. It is mostly
  9. # used at boot time, when no name servers are running.
  10. # On small systems, this file can be used instead of a
  11. # "named" name server.
  12. # Syntax:
  13. #
  14. # IP-Address Full-Qualified-Hostname Short-Hostname
  15. #
  16.  
  17. 127.0.0.1 localhost
  18.  
  19. # special IPv6 addresses
  20. ::1 localhost ipv6-localhost ipv6-loopback
  21.  
  22. fe00::0 ipv6-localnet
  23.  
  24. ff00::0 ipv6-mcastprefix
  25. ff02::1 ipv6-allnodes
  26. ff02::2 ipv6-allrouters
  27. ff02::3 ipv6-allhosts
  28. 127.0.0.1 tleilax tleilax.bounceme.net
  29. tleilax:~ #
  30. tleilax:~ #
  31. tleilax:~ # cat /etc/host.conf
  32. #
  33. # /etc/host.conf - resolver configuration file
  34. #
  35. # Please read the manual page host.conf(5) for more information.
  36. #
  37. #
  38. # The following option is only used by binaries linked against
  39. # libc4 or libc5. This line should be in sync with the "hosts"
  40. # option in /etc/nsswitch.conf.
  41. #
  42. order hosts, bind
  43. #
  44. # The following options are used by the resolver library:
  45. #
  46. multi on
  47.  
  48. tleilax:~ #
Advertisement
Add Comment
Please, Sign In to add comment