Advertisement
Bash

Untitled

May 16th, 2011
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # /etc/hosts: Local Host Database
  2. #
  3. # This file describes a number of aliases-to-address mappings for the for
  4. # local hosts that share this file.
  5. #
  6. # In the presence of the domain name service or NIS, this file may not be
  7. # consulted at all; see /etc/host.conf for the resolution order.
  8. #
  9.  
  10. # IPv4 and IPv6 localhost aliases
  11. 192.168.1.108 localhost # Added by NetworkManager
  12. 127.0.0.1 localhost.localdomain localhost
  13. ::1 localhost localhost6.localdomain6 localhost6
  14.  
  15. #
  16. # Imaginary network.
  17. #10.0.0.2 myname
  18. #10.0.0.3 myfriend
  19. #
  20. # According to RFC 1918, you can use the following IP networks for private
  21. # nets which will never be connected to the Internet:
  22. #
  23. # 10.0.0.0 - 10.255.255.255
  24. # 172.16.0.0 - 172.31.255.255
  25. # 192.168.0.0 - 192.168.255.255
  26. #
  27. # In case you want to be able to connect directly to the Internet (i.e. not
  28. # behind a NAT, ADSL router, etc...), you need real official assigned
  29. # numbers. Do not try to invent your own network numbers but instead get one
  30. # from your network provider (if any) or from your regional registry (ARIN,
  31. # APNIC, LACNIC, RIPE NCC, or AfriNIC.)
  32. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement