Guest User

Untitled

a guest
Oct 17th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 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. 127.0.0.1 server.happypenguincomputers.com server localhost
  12. ::1 localhost
  13.  
  14. #
  15. # Imaginary network.
  16. #10.0.0.2 myname
  17. #10.0.0.3 myfriend
  18.  
  19. 10.1.10.2 server
  20. 10.1.10.3 workstation
  21. 10.1.10.4 laptop
  22. 10.1.10.126 laptop_wireless
  23. 10.1.10.5 peter_wireless
  24. 10.1.10.6 peter_wired
  25. 10.1.10.7 jeremiah_wireless
  26. 10.1.10.8 jeremiah_wired
  27. 10.1.10.9 HTPC
  28.  
  29.  
  30. # According to RFC 1918, you can use the following IP networks for private
  31. # nets which will never be connected to the Internet:
  32. #
  33. # 10.0.0.0 - 10.255.255.255
  34. # 172.16.0.0 - 172.31.255.255
  35. # 192.168.0.0 - 192.168.255.255
  36. #
  37. # In case you want to be able to connect directly to the Internet (i.e. not
  38. # behind a NAT, ADSL router, etc...), you need real official assigned
  39. # numbers. Do not try to invent your own network numbers but instead get one
  40. # from your network provider (if any) or from your regional registry (ARIN,
  41. # APNIC, LACNIC, RIPE NCC, or AfriNIC.)
  42. #
Add Comment
Please, Sign In to add comment