1networks(4) File Formats networks(4)
2
3
4
6 networks - network name database
7
9 /etc/inet/networks
10
11
12 /etc/networks
13
14
16 The networks file is a local source of information regarding the net‐
17 works which comprise the Internet. The networks file can be used in
18 conjunction with, or instead of, other networks sources, including the
19 NIS maps networks.byname and networks.byaddr and the NIS+ table net‐
20 works. Programs use the getnetbyname(3SOCKET) routines to access this
21 information.
22
23
24 The network file has a single line for each network, with the following
25 information:
26
27 official-network-name network-number aliases
28
29
30
31 Items are separated by any number of SPACE or TAB characters. A `#'
32 indicates the beginning of a comment. Characters up to the end of the
33 line are not interpreted by routines which search the file. This file
34 is normally created from the official network database maintained at
35 the Network Information Control Center (NIC), though local changes may
36 be required to bring it up to date regarding unofficial aliases and/or
37 unknown networks.
38
39
40 Network numbers may be specified in the conventional dot (`.') notation
41 using the inet_network routine from the Internet address manipulation
42 library, inet(7P). Network names may contain any printable character
43 other than a field delimiter, NEWLINE, or comment character.
44
46 getnetbyaddr(3SOCKET), getnetbyname(3SOCKET), inet(3SOCKET), nss‐
47 witch.conf(4), inet(7P)
48
50 The official SVR4 name of the networks file is /etc/inet/networks. The
51 symbolic link /etc/networks exists for BSD compatibility.
52
53
54 The network number in networks database is the host address shifted to
55 the right by the number of 0 bits in the address mask. For example, for
56 the address 24.132.47.86 that has a mask of fffffe00, its network num‐
57 ber is 803351. This is obtained when the address is shifted right by 9
58 bits. The address maps to 12.66.23. The trailing 0 bits should not be
59 specified. The network number here is different from that described in
60 netmasks(4). For this example, the entry in netmasks would be
61 24.132.46.0 fffffe00.
62
63
64
65SunOS 5.11 17 Jan 2002 networks(4)