| 1 |
# /etc/hosts: This file describes a number of hostname-to-address
|
| 2 |
# mappings for the TCP/IP subsystem. It is mostly
|
| 3 |
# used at boot time, when no name servers are running.
|
| 4 |
# On small systems, this file can be used instead of a
|
| 5 |
# "named" name server. Just add the names, addresses
|
| 6 |
# and any aliases to this file...
|
| 7 |
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/hosts,v 1.7 2002/11/18 19:39:22 azarah Exp $
|
| 8 |
#
|
| 9 |
|
| 10 |
127.0.0.1 localhost
|
| 11 |
# IPV6 versions of localhost and co
|
| 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 |
|