ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



BOOTPTAB(5)                 BSD File Formats Manual                BOOTPTAB(5)

NAME
     bootptab -- Internet Bootstrap Protocol server database

DESCRIPTION
     The file /etc/bootptab contains a list of host entries used by bootpd (see bootpd(8)) to associate a
     hardware address with a particular IP address.

     The bootptab file contains two sections.   The two sections are separated by a single line containing
     just "%%".  The first section is ignored.  The second section contains host entries, one host per line.
     The format of the line is:
     hostname     hwtype     hwaddr     ipaddr     bootfile

EXAMPLES
     Here is an example /etc/bootptab:
     #
     # bootptab example
     #
     %%
     # machine entries have the following format:
     #
     # hostname      hwtype  hwaddr              ipaddr          bootfile
     client1         1       00:01:02:03:04:05   10.0.0.20       boot0
     client2         1       00:a0:b2:ef:ff:0a   10.0.0.20       boot

SEE ALSO
     xinetd(8), tftpd(8), netinfo(5), exports(5)

Mac OS X                       September 7, 2006                      Mac OS X

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.