Maik Broemme contributed gcc warning fixes (break after default: label)
[oss-qm-packages.git] / man / en_US / ethers.5
blobf3ba11630e5461ebb3019b7bbc334e79d080d9d7
1 .TH ETHERS 5 "April 26th, 1996" "" "File formats"
2 .SH NAME \"{{{roff}}}\"{{{
3 ethers \- Ethernet address to IP number database
4 .\"}}}
5 .SH DESCRIPTION \"{{{
6 \fB/etc/ethers\fP contains 48 bit Ethernet addresses and their corresponding
7 IP numbers, one line for each IP number:
8 .sp
9 .RS
10 \fIEthernet-address\fP  \fIIP-number\fP
11 .RE
12 .sp
13 The two items are separated by any number of SPACE and/or TAB char
14 acters.   A \fB#\fP at the beginning of a line starts a comment
15 which extends to the end of the line.  The \fIEthernet-address\fP is
16 written as
17 .IR x : x : x : x : x : x ,
18 where \fIx\fP is a hexadecimal number between \fB0\fP and \fBff\fP
19 which represents one byte of the address, which is in network byte
20 order (big-endian).  The \fIIP-number\fP may be a hostname which
21 can be resolved by DNS or a dot separated number.
22 .\"}}}
23 .SH EXAMPLES \"{{{
24 08:00:20:00:61:CA  pal
25 .\"}}}
26 .SH FILES \"{{{
27 /etc/ethers
28 .\"}}}
29 .SH "SEE ALSO" \"{{{
30 rarp(8)
31 .\"}}}