12345678910111213141516171819202122 |
- #
- # /etc/hosts - Static table lookup for host names.
- #
- # Syntax: IP_address canonical_hostname [aliases...]
- #
- # For more information, type "man 5 hosts".
- #
- # The following lines are desirable for IPv4 capable hosts
- 127.0.0.1 localhost
- # 127.0.1.1 is often used for the FQDN of the machine
- 127.0.1.1 localhost.localdomain localhost
- #192.168.1.10 foo.mydomain.org foo
- #192.168.1.13 bar.mydomain.org bar
- # The following lines are desirable for IPv6 capable hosts
- ::1 localhost ip6-localhost ip6-loopback
- ff02::1 ip6-allnodes
- ff02::2 ip6-allrouters
|