1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
root:~# cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 debian.server.com debian
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
73.175.72.124 server.linux.com
73.175.72.125 server.linux.com
73.175.72.126 server.linux.com
73.175.72.127 server.linux.com
73.175.72.128 server.linux.com
73.175.72.129 server.linux.com
73.175.72.130 server.linux.com
|