forked from Stichting-MINIX-Research-Foundation/minix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathethers.5
More file actions
36 lines (36 loc) · 737 Bytes
/
Copy pathethers.5
File metadata and controls
36 lines (36 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.TH ETHERS 5
.SH NAME
ethers \- ethernet address to hostname database
.SH SYNOPSIS
.B /etc/ethers
.SH DESCRIPTION
The ethers database translates ethernet addresses to hostnames for use by
the RARP daemon (see
.BR rarpd (8).)
.B /etc/ethers
may look like this:
.PP
.RS
.ta +20n +10n
0:0:c0:a:77:23 flotsam
.br
0:0:c0:a:68:ce jetsam
.RE
.PP
The six octet ethernet numbers must be entered as shown above, the hex
constants must use lowercase letters and may not have leading zeros.
Comments are marked with '#'.
.PP
See
.BR rarpd (8)
on why you shouldn't list Sun hosts in this file.
.SH FILES
.TP 15n
/etc/ethers
Ethernet addresses database.
.SH "SEE ALSO"
.BR hosts (5),
.BR rarpd (8),
.BR boot (8).
.SH AUTHOR
Kees J. Bot (kjb@cs.vu.nl)