186d7f5d3SJohn Marino.\" Copyright (c) 1995 286d7f5d3SJohn Marino.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. 386d7f5d3SJohn Marino.\" 486d7f5d3SJohn Marino.\" Redistribution and use in source and binary forms, with or without 586d7f5d3SJohn Marino.\" modification, are permitted provided that the following conditions 686d7f5d3SJohn Marino.\" are met: 786d7f5d3SJohn Marino.\" 1. Redistributions of source code must retain the above copyright 886d7f5d3SJohn Marino.\" notice, this list of conditions and the following disclaimer. 986d7f5d3SJohn Marino.\" 2. Redistributions in binary form must reproduce the above copyright 1086d7f5d3SJohn Marino.\" notice, this list of conditions and the following disclaimer in the 1186d7f5d3SJohn Marino.\" documentation and/or other materials provided with the distribution. 1286d7f5d3SJohn Marino.\" 3. All advertising materials mentioning features or use of this software 1386d7f5d3SJohn Marino.\" must display the following acknowledgement: 1486d7f5d3SJohn Marino.\" This product includes software developed by Bill Paul. 1586d7f5d3SJohn Marino.\" 4. Neither the name of the author nor the names of any co-contributors 1686d7f5d3SJohn Marino.\" may be used to endorse or promote products derived from this software 1786d7f5d3SJohn Marino.\" without specific prior written permission. 1886d7f5d3SJohn Marino.\" 1986d7f5d3SJohn Marino.\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND 2086d7f5d3SJohn Marino.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2186d7f5d3SJohn Marino.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2286d7f5d3SJohn Marino.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2386d7f5d3SJohn Marino.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2486d7f5d3SJohn Marino.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2586d7f5d3SJohn Marino.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2686d7f5d3SJohn Marino.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2786d7f5d3SJohn Marino.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2886d7f5d3SJohn Marino.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2986d7f5d3SJohn Marino.\" SUCH DAMAGE. 3086d7f5d3SJohn Marino.\" 3186d7f5d3SJohn Marino.\" $FreeBSD: src/share/man/man5/ethers.5,v 1.8.2.4 2002/02/01 15:51:18 ru Exp $ 3286d7f5d3SJohn Marino.\" $DragonFly: src/share/man/man5/ethers.5,v 1.3 2006/04/17 18:01:37 swildner Exp $ 3386d7f5d3SJohn Marino.\" 3486d7f5d3SJohn Marino.Dd April 12, 1995 3586d7f5d3SJohn Marino.Dt ETHERS 5 3686d7f5d3SJohn Marino.Os 3786d7f5d3SJohn Marino.Sh NAME 3886d7f5d3SJohn Marino.Nm ethers 3986d7f5d3SJohn Marino.Nd ethernet address database 4086d7f5d3SJohn Marino.Sh DESCRIPTION 4186d7f5d3SJohn MarinoThe 4286d7f5d3SJohn Marino.Nm 4386d7f5d3SJohn Marinodatabase contains information regarding known 48-bit ethernet addresses 4486d7f5d3SJohn Marinoof hosts on an Internetwork. 4586d7f5d3SJohn MarinoThe data is stored in a file called 4686d7f5d3SJohn Marino.Pa /etc/ethers 4786d7f5d3SJohn Marinoin the following format: 4886d7f5d3SJohn Marino.Bd -unfilled -offset indent 4986d7f5d3SJohn Marino.Pa ethernet-address fully-qualified-host-name 5086d7f5d3SJohn Marino.Ed 5186d7f5d3SJohn Marino.Pp 5286d7f5d3SJohn MarinoItems are separated by any number of blanks and/or 5386d7f5d3SJohn Marinotab characters. 5486d7f5d3SJohn MarinoA ``#'' at the start of a line indicates the 5586d7f5d3SJohn Marinobeginning of a comment that extends to the end of the line. 5686d7f5d3SJohn MarinoA ``+'' at 5786d7f5d3SJohn Marinothe start of a line will cause the 5886d7f5d3SJohn Marino.Xr ethers 3 5986d7f5d3SJohn Marinolibrary functions to use data stored in the 6086d7f5d3SJohn Marino.Xr NIS 8 6186d7f5d3SJohn Marino.Pa ethers.byname 6286d7f5d3SJohn Marinoand 6386d7f5d3SJohn Marino.Pa ethers.byaddr 6486d7f5d3SJohn Marinomaps in addition to the data in the 6586d7f5d3SJohn Marino.Pa /etc/ethers 6686d7f5d3SJohn Marinofile. 6786d7f5d3SJohn Marino.Pp 6886d7f5d3SJohn MarinoAn ethernet address is expressed in 6986d7f5d3SJohn Marino.Tn ASCII 7086d7f5d3SJohn Marinoform as "x:x:x:x:x:x" where 7186d7f5d3SJohn Marino.Ar x 7286d7f5d3SJohn Marinois a hexadecimal value between 0x00 and 0xFF. 7386d7f5d3SJohn MarinoThe address values 7486d7f5d3SJohn Marinoshould be in network order. 7586d7f5d3SJohn MarinoHostnames specified in the 7686d7f5d3SJohn Marino.Pa /etc/ethers 7786d7f5d3SJohn Marinodatabase should correspond to entries in the 7886d7f5d3SJohn Marino.Xr hosts 5 7986d7f5d3SJohn Marinofile. 8086d7f5d3SJohn Marino.Pp 8186d7f5d3SJohn MarinoThe 8286d7f5d3SJohn Marino.Fn ether_line 8386d7f5d3SJohn Marinofunction in the standard C library can be used to break individual 8486d7f5d3SJohn Marinolines in the 8586d7f5d3SJohn Marino.Pa /etc/ethers 8686d7f5d3SJohn Marinodatabase into their individual components: a binary Ethernet address 8786d7f5d3SJohn Marinostored as an 8886d7f5d3SJohn Marino.Pa ether_addr 8986d7f5d3SJohn Marinostructure, and a hostname stored as a character string. 9086d7f5d3SJohn Marino.Sh FILES 9186d7f5d3SJohn Marino.Bl -tag -width /etc/services -compact 9286d7f5d3SJohn Marino.It Pa /etc/ethers 9386d7f5d3SJohn MarinoThe 9486d7f5d3SJohn Marino.Nm 9586d7f5d3SJohn Marinofile resides in 9686d7f5d3SJohn Marino.Pa /etc . 9786d7f5d3SJohn Marino.El 9886d7f5d3SJohn Marino.Sh SEE ALSO 9986d7f5d3SJohn Marino.Xr ethers 3 , 10086d7f5d3SJohn Marino.Xr yp 8 10186d7f5d3SJohn Marino.Sh HISTORY 10286d7f5d3SJohn MarinoThe 10386d7f5d3SJohn Marino.Nm 10486d7f5d3SJohn Marinoformat is based on the format used in SunOS 4.1.x. 105