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