Advertisement
ravecat

hosts

Nov 8th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.60 KB | None | 0 0
  1. # Your system has configured 'manage_etc_hosts' as True.
  2. # As a result, if you wish for changes to this file to persist
  3. # then you will need to either
  4. # a.) make changes to the master file in /etc/cloud/templates/hosts.tmpl
  5. # b.) change or remove the value of 'manage_etc_hosts' in
  6. #     /etc/cloud/cloud.cfg or cloud-config from user-data
  7. #
  8. 127.0.1.1 node-0.localdomain node-0
  9. 127.0.0.1 localhost
  10.  
  11. # The following lines are desirable for IPv6 capable hosts
  12. ::1 ip6-localhost ip6-loopback
  13. fe00::0 ip6-localnet
  14. ff00::0 ip6-mcastprefix
  15. ff02::1 ip6-allnodes
  16. ff02::2 ip6-allrouters
  17. ff02::3 ip6-allhosts
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement