1ETHERS(5) File formats ETHERS(5)
2
3
4
6 ethers - Ethernet address to IP number database
7
8
10 /etc/ethers contains 48 bit Ethernet addresses and their corresponding
11 IP numbers, one line for each IP number:
12
13 Ethernet-address IP-number
14
15 The two items are separated by any number of SPACE and/or TAB char
16 acters. A # at the beginning of a line starts a comment which extends
17 to the end of the line. The Ethernet-address is written as
18 x:x:x:x:x:x, where x is a hexadecimal number between 0 and ff which
19 represents one byte of the address, which is in network byte order
20 (big-endian). The IP-number may be a hostname which can be resolved by
21 DNS or a dot separated number.
22
23
25 08:00:20:00:61:CA pal
26
27
29 /etc/ethers
30
31
32
33 April 26th, 1996 ETHERS(5)