File hosts of Package netcfg
xxxxxxxxxx
1
#
2
# hosts This file describes a number of hostname-to-address
3
# mappings for the TCP/IP subsystem. It is mostly
4
# used at boot time, when no name servers are running.
5
# On small systems, this file can be used instead of a
6
# "named" name server.
7
# Syntax:
8
#
9
# IP-Address Full-Qualified-Hostname Short-Hostname
10
#
11
12
127.0.0.1 localhost
13
14
# special IPv6 addresses
15
::1 localhost ipv6-localhost ipv6-loopback
16
17
fe00::0 ipv6-localnet
18
19
ff00::0 ipv6-mcastprefix
20
ff02::1 ipv6-allnodes
21
ff02::2 ipv6-allrouters
22
ff02::3 ipv6-allhosts
23
24