]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update documentation
authorTed Lemon <source@isc.org>
Sat, 22 Feb 1997 10:20:28 +0000 (10:20 +0000)
committerTed Lemon <source@isc.org>
Sat, 22 Feb 1997 10:20:28 +0000 (10:20 +0000)
dhcpd.8
dhcpd.cat8
dhcpd.conf.5
dhcpd.conf.cat5
server/dhcpd.8
server/dhcpd.cat8
server/dhcpd.conf.5
server/dhcpd.conf.cat5

diff --git a/dhcpd.8 b/dhcpd.8
index c0f9aa9a891941704b279b7957c669b6cd5bb51d..4bc6ff60a2d577a9cc586ddd0e449031fb87e499 100644 (file)
--- a/dhcpd.8
+++ b/dhcpd.8
@@ -298,7 +298,7 @@ in dhcpd.conf(5).
 .B ETCDIR/dhcpd.conf, DBDIR/dhcpd.leases, RUNDIR/dhcpd.pid,
 .B DBDIR/dhcpd.leases~.
 .SH SEE ALSO
-dhcpd.conf(5), dhcpd.leases(5)
+dhclient(8), dhcrelay(8), dhcpd.conf(5), dhcpd.leases(5)
 .SH AUTHOR
 .B dhcpd(8)
 was written by Ted Lemon <mellon@vix.com>
index d046e509adacfb890143ea79838f94cea3fe61bf..02850687566b25965dc09e73e1fe2785dc056380 100644 (file)
@@ -105,9 +105,9 @@ C\bCO\bOM\bMM\bMA\bAN\bND\bD L\bLI\bIN\bNE\bE
        unable to identify non-broadcast  interfaces,  but  should
        not  be  required on other systems.  If no interface names
        are specified on the command line dhcpd will identify  all
-       network   interfaces  which  are  up,  elimininating  non-
-       broadcast interfaces if  possible,  and  listen  for  DHCP
-       broadcasts on each interface.
+       network  interfaces which are up, elimininating non-broad-
+       cast interfaces if possible, and listen  for  DHCP  broad-
+       casts on each interface.
 
        If  dhcpd  should listen on a port other than the standard
        (port 67), the -\b-p\bp flag may used.  It should be followed by
@@ -301,7 +301,7 @@ F\bFI\bIL\bLE\bES\bS
        /\b/v\bva\bar\br/\b/d\bdb\bb/\b/d\bdh\bhc\bcp\bpd\bd.\b.l\ble\bea\bas\bse\bes\bs~\b~.\b.
 
 S\bSE\bEE\bE A\bAL\bLS\bSO\bO
-       dhcpd.conf(5), dhcpd.leases(5)
+       dhclient(8), dhcrelay(8), dhcpd.conf(5), dhcpd.leases(5)
 
 A\bAU\bUT\bTH\bHO\bOR\bR
        d\bdh\bhc\bcp\bpd\bd(\b(8\b8)\b) was written by Ted Lemon <mellon@vix.com> under a
index a0dbc51a78c0f3743ea7af2547e17e776568a815..0f93d92ef202472f9ebfc8c1e24424bbe643f96c 100644 (file)
@@ -443,6 +443,50 @@ be used for all clients that may boot using the BOOTP protocol.
 The group statement is used simply to apply one or more parameters to
 a group of declarations.   It can be used to group hosts, shared
 networks, subnets, or even other groups.
+.SH REFERENCE: ALLOW and DENY
+.PP
+The
+.I allow
+and
+.I deny
+statements can be used to control the behaviour of dhcpd to various
+sorts of requests.
+.PP
+.PP
+.B The
+.I unknown-clients
+.B keyword
+.PP
+ \fBallow unknown-clients;\fR
+ \fBdeny unknown-clients;\fR
+.PP
+The \fBunknown-clients\fR flag is used to tell dhcpd whether
+or not to dynamically assign addresses to unknown clients.   Dynamic
+address assignment to unknown clients is \fBallow\fRed by default.
+.PP
+.B The
+.I bootp
+.B keyword
+.PP
+ \fBallow bootp;\fR
+ \fBdeny bootp;\fR
+.PP
+The \fBunknown-clients\fR flag is used to tell dhcpd whether
+or not to respond to bootp queries.  Bootp queries are \fBallow\fRed
+by default.
+.PP
+.B The
+.I booting
+.B keyword
+.PP
+ \fBallow booting;\fR
+ \fBdeny booting;\fR
+.PP
+The \fBbooting\fR flag is used to tell dhcpd whether or not to respond
+to queries from a particular client.  This keyword only has meaning
+when it appears in a host declaration.   By default, booting is
+\fBallow\fRed, but if it is disabled for a particular client, then
+that client will not be able to get and address from the DHCP server.
 .SH REFERENCE: PARAMETERS
 .PP
 .B The
@@ -591,19 +635,6 @@ Needless to say, this parameter should be adjusted with extreme
 caution.
 .PP
 .B The
-.I boot-unknown-clients
-.B statement
-.PP
- \fBboot-unknown-clients\fR \fIflag\fR\fB;\fR
-.PP
-The \fIboot-unknown-clients\fR statement is used to tell dhcpd whether
-or not to dynamically assign addresses to unknown clients.  If
-\fIflag\fR is true (the default), then addresses are dynamically
-assigned to unknown clients when available.  If \fIflag\fR is
-false, then addresses are provided only to clients which match at
-least one host declaration.
-.PP
-.B The
 .I get-lease-hostnames
 .B statement
 .PP
index ea02aab46c83cb6c965e59fd10241bd559cc9f07..ddbe2fbcfb8b0957863f89981e4a59bd1858df35 100644 (file)
@@ -14,10 +14,10 @@ D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
        The dhcpd.conf file is a free-form ASCII text  file.    It
        is  parsed  by  the  recursive-descent  parser  built into
        dhcpd.   The file may contain extra tabs and newlines  for
-       formatting  purposes.   Keywords  in  the  file  are case-
-       insensitive.   Comments may be placed anywhere within  the
-       file  (except  within quotes).   Comments begin with the #
-       character and end at the end of the line.
+       formatting purposes.  Keywords in the file are case-insen-
+       sitive.   Comments may be placed anywhere within the  file
+       (except  within quotes).   Comments begin with the # char-
+       acter and end at the end of the line.
 
        The file essentially consists of  a  list  of  statements.
        Statements fall into two broad categories - parameters and
@@ -268,11 +268,11 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 dhcpd.conf(5)                                       dhcpd.conf(5)
 
 
-       Imagine  that  you  have  a  site  with  a  lot  of NCD X-
-       Terminals.   These terminals come in a variety of  models,
-       and  you  want  to specify the boot files for each models.
-       One way to do this would be to have host declarations  for
-       each server and group them by model:
+       Imagine  that  you  have a site with a lot of NCD X-Termi-
+       nals.   These terminals come in a variety of  models,  and
+       you  want to specify the boot files for each models.   One
+       way to do this would be to have host declarations for each
+       server and group them by model:
 
        group {
          filename "Xncd19r";
@@ -363,8 +363,8 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 
        The  _\bs_\bu_\bb_\bn_\be_\bt statement is used to provide dhcpd with enough
        information to tell whether or not an  IP  address  is  on
-       that  subnet.   It  may  also  be  used to provide subnet-
-       specific parameters and to specify what addresses  may  be
+       that  subnet.   It may also be used to provide subnet-spe-
+       cific parameters and to  specify  what  addresses  may  be
        dynamically  allocated  to clients booting on that subnet.
        Such addresses are specified using the _\br_\ba_\bn_\bg_\be  declaration.
 
@@ -473,6 +473,42 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
        group hosts,  shared  networks,  subnets,  or  even  other
        groups.
 
+R\bRE\bEF\bFE\bER\bRE\bEN\bNC\bCE\bE:\b: A\bAL\bLL\bLO\bOW\bW a\ban\bnd\bd D\bDE\bEN\bNY\bY
+       The  _\ba_\bl_\bl_\bo_\bw  and _\bd_\be_\bn_\by statements can be used to control the
+       behaviour of dhcpd to various sorts of requests.
+
+
+       T\bTh\bhe\be _\bu_\bn_\bk_\bn_\bo_\bw_\bn_\b-_\bc_\bl_\bi_\be_\bn_\bt_\bs k\bke\bey\byw\bwo\bor\brd\bd
+
+        a\bal\bll\blo\bow\bw u\bun\bnk\bkn\bno\bow\bwn\bn-\b-c\bcl\bli\bie\ben\bnt\bts\bs;\b;
+        d\bde\ben\bny\by u\bun\bnk\bkn\bno\bow\bwn\bn-\b-c\bcl\bli\bie\ben\bnt\bts\bs;\b;
+
+       The u\bun\bnk\bkn\bno\bow\bwn\bn-\b-c\bcl\bli\bie\ben\bnt\bts\bs flag is used to tell dhcpd whether  or
+       not  to  dynamically  assign addresses to unknown clients.
+       Dynamic address assignment to unknown clients  is  a\bal\bll\blo\bow\bwed
+       by default.
+
+       T\bTh\bhe\be _\bb_\bo_\bo_\bt_\bp k\bke\bey\byw\bwo\bor\brd\bd
+
+        a\bal\bll\blo\bow\bw b\bbo\boo\bot\btp\bp;\b;
+        d\bde\ben\bny\by b\bbo\boo\bot\btp\bp;\b;
+
+       The  u\bun\bnk\bkn\bno\bow\bwn\bn-\b-c\bcl\bli\bie\ben\bnt\bts\bs flag is used to tell dhcpd whether or
+       not to  respond  to  bootp  queries.   Bootp  queries  are
+       a\bal\bll\blo\bow\bwed by default.
+
+       T\bTh\bhe\be _\bb_\bo_\bo_\bt_\bi_\bn_\bg k\bke\bey\byw\bwo\bor\brd\bd
+
+        a\bal\bll\blo\bow\bw b\bbo\boo\bot\bti\bin\bng\bg;\b;
+        d\bde\ben\bny\by b\bbo\boo\bot\bti\bin\bng\bg;\b;
+
+       The  b\bbo\boo\bot\bti\bin\bng\bg  flag is used to tell dhcpd whether or not to
+       respond to queries from a particular client.  This keyword
+       only  has  meaning  when it appears in a host declaration.
+       By default, booting is a\bal\bll\blo\bow\bwed, but if it is disabled  for
+       a  particular client, then that client will not be able to
+       get and address from the DHCP server.
+
 R\bRE\bEF\bFE\bER\bRE\bEN\bNC\bCE\bE:\b: P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
        T\bTh\bhe\be _\bd_\be_\bf_\ba_\bu_\bl_\bt_\b-_\bl_\be_\ba_\bs_\be_\b-_\bt_\bi_\bm_\be s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
@@ -484,34 +520,46 @@ R\bRE\bEF\bFE\bER\bRE\bEN\bNC\bCE\bE:\b: P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
 
        T\bTh\bhe\be _\bm_\ba_\bx_\b-_\bl_\be_\ba_\bs_\be_\b-_\bt_\bi_\bm_\be s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
+
+
+
+                                                                8
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
         m\bma\bax\bx-\b-l\ble\bea\bas\bse\be-\b-t\bti\bim\bme\be _\bt_\bi_\bm_\be;\b;
 
-       _\bT_\bi_\bm_\b should be the maximum length in seconds that will be
-       assigned to a lease if the  client  requesting  the  lease
+       _\bT_\bi_\bm_\bshould be the maximum length in seconds that will  be
+       assigned  to  a  lease  if the client requesting the lease
        asks for a specific expiration time.
 
        T\bTh\bhe\be _\bh_\ba_\br_\bd_\bw_\ba_\br_\be s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
         h\bha\bar\brd\bdw\bwa\bar\bre\be _\bh_\ba_\br_\bd_\bw_\ba_\br_\be_\b-_\bt_\by_\bp_\be _\bh_\ba_\br_\bd_\bw_\ba_\br_\be_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs;\b;
 
-       In  order for a BOOTP client to be recognized, its network
-       hardware address must be declared using a _\bh_\ba_\br_\bd_\bw_\ba_\br_\b clause
-       in  the _\bh_\bo_\bs_\bt statement.  _\bh_\ba_\br_\bd_\bw_\ba_\br_\be_\b-_\bt_\by_\bp_\be must be the name of
-       a physical hardware interface type.   Currently, only  the
-       e\bet\bth\bhe\ber\brn\bne\bet\b type  is recognized, although support for t\bto\bok\bke\ben\bn-\b-
+       In order for a BOOTP client to be recognized, its  network
+       hardware  address must be declared using a _\bh_\ba_\br_\bd_\bw_\ba_\br_\be clause
+       in the _\bh_\bo_\bs_\bt statement.  _\bh_\ba_\br_\bd_\bw_\ba_\br_\be_\b-_\bt_\by_\bp_\be must be the name  of
+       a  physical hardware interface type.   Currently, only the
+       e\bet\bth\bhe\ber\brn\bne\bet\btype is recognized, although support  for  t\bto\bok\bke\ben\bn-\b-
        r\bri\bin\bng\bg and f\bfd\bdd\bdi\bi hardware types would also be desirable.  The
-       _\bh_\ba_\br_\bd_\bw_\ba_\br_\be_\b-_\ba_\bd_\bd_\br_\be_\bs_\b should  be  a  set of hexadecimal octets
-       (numbers from 0 through ff)  seperated  by  colons.    The
+       _\bh_\ba_\br_\bd_\bw_\ba_\br_\be_\b-_\ba_\bd_\bd_\br_\be_\bs_\bshould be a  set  of  hexadecimal  octets
+       (numbers  from  0  through  ff) seperated by colons.   The
        _\bh_\ba_\br_\bd_\bw_\ba_\br_\be_\bf_\bR _\bs_\bt_\ba_\bt_\be_\bm_\be_\bn_\bt _\bm_\ba_\by _\ba_\bl_\bs_\bo _\bb_\be _\bu_\bs_\be_\bd _\bf_\bo_\br _\bD_\bH_\bC_\bP _\bc_\bl_\bi_\be_\bn_\bt_\bs_\b.
 
        T\bTh\bhe\be _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
         f\bfi\bil\ble\ben\bna\bam\bme\be "\b"_\bf_\bi_\bl_\be_\bn_\ba_\bm_\be"\b";\b;
 
-       The  _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be statement can be used to specify the name of
-       the initial boot file which is to be loaded by  a  client.
+       The _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be statement can be used to specify the name  of
+       the  initial  boot file which is to be loaded by a client.
        The _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be should be a filename recognizable to whatever
-       file transfer protocol the client can be expected  to  use
+       file  transfer  protocol the client can be expected to use
        to load the file.
 
        T\bTh\bhe\be _\bs_\be_\br_\bv_\be_\br_\b-_\bn_\ba_\bm_\be s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
@@ -520,44 +568,44 @@ R\bRE\bEF\bFE\bER\bRE\bEN\bNC\bCE\bE:\b: P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
 
        The _\bs_\be_\br_\bv_\be_\br_\b-_\bn_\ba_\bm_\be statement can be used to inform the client
        of the name of the server from which it is booting.   _\bN_\ba_\bm_\be
+       should be the name that will be provided to the client.
 
+       T\bTh\bhe\be _\bn_\be_\bx_\bt_\b-_\bs_\be_\br_\bv_\be_\br s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
+        n\bne\bex\bxt\bt-\b-s\bse\ber\brv\bve\ber\br _\bs_\be_\br_\bv_\be_\br_\b-_\bn_\ba_\bm_\be;\b;
 
-                                                                8
+       The _\bn_\be_\bx_\bt_\b-_\bs_\be_\br_\bv_\be_\br statement is  used  to  specify  the  host
+       address  of  the  server  from which the initial boot file
+       (specified in the _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be statement)  is  to  be  loaded.
+       _\bS_\be_\br_\bv_\be_\br_\b-_\bn_\ba_\bm_\be  should  be  a  numeric IP address or a domain
+       name.   If no _\bn_\be_\bx_\bt_\b-_\bs_\be_\br_\bv_\be_\br parameter  applies  to  a  given
+       client,  the  address  specified  in the _\bs_\be_\br_\bv_\be_\br_\b-_\bi_\bd_\be_\bn_\bt_\bi_\bf_\bi_\be_\br
+       statement is used.
 
+       T\bTh\bhe\be _\bf_\bi_\bx_\be_\bd_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
+        f\bfi\bix\bxe\bed\bd-\b-a\bad\bdd\bdr\bre\bes\bss\bs _\ba_\bd_\bd_\br_\be_\bs_\bs [,\b, _\ba_\bd_\bd_\br_\be_\bs_\bs ... ];\b;
 
 
 
-dhcpd.conf(5)                                       dhcpd.conf(5)
 
+                                                                9
 
-       should be the name that will be provided to the client.
 
-       T\bTh\bhe\be _\bn_\be_\bx_\bt_\b-_\bs_\be_\br_\bv_\be_\br s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
-        n\bne\bex\bxt\bt-\b-s\bse\ber\brv\bve\ber\br _\bs_\be_\br_\bv_\be_\br_\b-_\bn_\ba_\bm_\be;\b;
 
-       The  _\bn_\be_\bx_\bt_\b-_\bs_\be_\br_\bv_\be_\br  statement  is  used  to specify the host
-       address of the server from which  the  initial  boot  file
-       (specified  in  the  _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be  statement) is to be loaded.
-       _\bS_\be_\br_\bv_\be_\br_\b-_\bn_\ba_\bm_\be should be a numeric IP  address  or  a  domain
-       name.    If  no  _\bn_\be_\bx_\bt_\b-_\bs_\be_\br_\bv_\be_\br  parameter applies to a given
-       client, the address  specified  in  the  _\bs_\be_\br_\bv_\be_\br_\b-_\bi_\bd_\be_\bn_\bt_\bi_\bf_\bi_\be_\br
-       statement is used.
 
-       T\bTh\bhe\be _\bf_\bi_\bx_\be_\bd_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
+dhcpd.conf(5)                                       dhcpd.conf(5)
 
-        f\bfi\bix\bxe\bed\bd-\b-a\bad\bdd\bdr\bre\bes\bss\bs _\ba_\bd_\bd_\br_\be_\bs_\bs [,\b, _\ba_\bd_\bd_\br_\be_\bs_\bs ... ];\b;
 
-       The  _\bf_\bi_\bx_\be_\bd_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs statement is used to assign one or more
-       fixed IP addresses to a client.  It should only appear  in
+       The _\bf_\bi_\bx_\be_\bd_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs statement is used to assign one or  more
+       fixed  IP addresses to a client.  It should only appear in
        a _\bh_\bo_\bs_\bt declaration.  If more than one address is supplied,
-       then when the  client  boots,  it  will  be  assigned  the
-       address  which  corresponds  to the network on which it is
-       booting.  If none of the addresses  in  the  _\bf_\bi_\bx_\be_\bd_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs
-       statement  are on the network on which the client is boot-
-       ing, that client will not match the _\bh_\bo_\bs_\bt declaration  con-
+       then  when  the  client  boots,  it  will  be assigned the
+       address which corresponds to the network on  which  it  is
+       booting.   If  none  of the addresses in the _\bf_\bi_\bx_\be_\bd_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs
+       statement are on the network on which the client is  boot-
+       ing,  that client will not match the _\bh_\bo_\bs_\bt declaration con-
        taining that _\bf_\bi_\bx_\be_\bd_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs statement.  Each _\ba_\bd_\bd_\br_\be_\bs_\bs should
        be either an IP address or a domain name which resolves to
        one or more IP addresses.
@@ -566,13 +614,13 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 
         d\bdy\byn\bna\bam\bmi\bic\bc-\b-b\bbo\boo\bot\btp\bp-\b-l\ble\bea\bas\bse\be-\b-c\bcu\but\bto\bof\bff\bf _\bd_\ba_\bt_\be;\b;
 
-       The  _\bd_\by_\bn_\ba_\bm_\bi_\bc_\b-_\bb_\bo_\bo_\bt_\bp_\b-_\bl_\be_\ba_\bs_\be_\b-_\bc_\bu_\bt_\bo_\bf_\bf  statement sets the ending
+       The _\bd_\by_\bn_\ba_\bm_\bi_\bc_\b-_\bb_\bo_\bo_\bt_\bp_\b-_\bl_\be_\ba_\bs_\be_\b-_\bc_\bu_\bt_\bo_\bf_\bf statement sets  the  ending
        time for all leases assigned dynamically to BOOTP clients.
-       Because  BOOTP  clients  do  not  have any way of renewing
-       leases, and don't know that their leases could expire,  by
+       Because BOOTP clients do not  have  any  way  of  renewing
+       leases,  and don't know that their leases could expire, by
        default  dhcpd  assignes  infinite  leases  to  all  BOOTP
        clients.  However, it may make sense in some situations to
-       set  a cutoff date for all BOOTP leases - for example, the
+       set a cutoff date for all BOOTP leases - for example,  the
        end of a school term, or the time at night when a facility
        is closed and all machines are required to be powered off.
 
@@ -581,52 +629,40 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 
                          W YYYY/MM/DD HH:MM:SS
 
-       W  is  the day of the week expressed as a number from zero
-       (Sunday) to six (Saturday).  YYYY is the  year,  including
+       W is the day of the week expressed as a number  from  zero
+       (Sunday)  to  six (Saturday).  YYYY is the year, including
        the century.  MM is the month expressed as a number from 1
-       to 12.  DD is the day of the month, counting from  1.   HH
-       is  the hour, from zero to 23.  MM is the minute and SS is
-
-
-
-                                                                9
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
-       the second.  The time is always  in  Greenwich  Mean  Time
+       to  12.   DD is the day of the month, counting from 1.  HH
+       is the hour, from zero to 23.  MM is the minute and SS  is
+       the  second.   The  time  is always in Greenwich Mean Time
        (GMT), not local time.
 
        T\bTh\bhe\be _\bd_\by_\bn_\ba_\bm_\bi_\bc_\b-_\bb_\bo_\bo_\bt_\bp_\b-_\bl_\be_\ba_\bs_\be_\b-_\bl_\be_\bn_\bg_\bt_\bh s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
         d\bdy\byn\bna\bam\bmi\bic\bc-\b-b\bbo\boo\bot\btp\bp-\b-l\ble\bea\bas\bse\be-\b-l\ble\ben\bng\bgt\bth\bh _\bl_\be_\bn_\bg_\bt_\bh;\b;
 
-       The  _\bd_\by_\bn_\ba_\bm_\bi_\bc_\b-_\bb_\bo_\bo_\bt_\bp_\b-_\bl_\be_\ba_\bs_\be_\b-_\bl_\be_\bn_\bg_\bt_\bh  statement  is used to set
-       the  length  of  leases  dynamically  assigned  to   BOOTP
-       clients.    At  some  sites,  it may be possible to assume
-       that a lease is no longer in use if  its  holder  has  not
-       used  BOOTP  or  DHCP  to get its address within a certain
+       The _\bd_\by_\bn_\ba_\bm_\bi_\bc_\b-_\bb_\bo_\bo_\bt_\bp_\b-_\bl_\be_\ba_\bs_\be_\b-_\bl_\be_\bn_\bg_\bt_\bh statement is  used  to  set
+       the   length  of  leases  dynamically  assigned  to  BOOTP
+       clients.   At some sites, it may  be  possible  to  assume
+       that  a  lease  is  no longer in use if its holder has not
+       used BOOTP or DHCP to get its  address  within  a  certain
        time period.   The period is specified in _\bl_\be_\bn_\bg_\bt_\bh as a num-
-       ber  of  seconds.   If a client reboots using BOOTP during
+       ber of seconds.   If a client reboots using  BOOTP  during
        the timeout period, the lease duration is reset to _\bl_\be_\bn_\bg_\bt_\bh,
-       so  a BOOTP client that boots frequently enough will never
+       so a BOOTP client that boots frequently enough will  never
        lose its lease.  Needless to say, this parameter should be
        adjusted with extreme caution.
 
-       T\bTh\bhe\be _\bb_\bo_\bo_\bt_\b-_\bu_\bn_\bk_\bn_\bo_\bw_\bn_\b-_\bc_\bl_\bi_\be_\bn_\bt_\bs s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
-        b\bbo\boo\bot\bt-\b-u\bun\bnk\bkn\bno\bow\bwn\bn-\b-c\bcl\bli\bie\ben\bnt\bts\bs _\bf_\bl_\ba_\bg;\b;
 
-       The  _\bb_\bo_\bo_\bt_\b-_\bu_\bn_\bk_\bn_\bo_\bw_\bn_\b-_\bc_\bl_\bi_\be_\bn_\bt_\bs  statement is used to tell dhcpd
-       whether or not to dynamically assign addresses to  unknown
-       clients.   If  _\bf_\bl_\ba_\bg  is true (the default), then addresses
-       are dynamically assigned to unknown  clients  when  avail-
-       able.   If _\bf_\bl_\ba_\bg is false, then addresses are provided only
-       to clients which match at least one host declaration.
+                                                               10
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
 
        T\bTh\bhe\be _\bg_\be_\bt_\b-_\bl_\be_\ba_\bs_\be_\b-_\bh_\bo_\bs_\bt_\bn_\ba_\bm_\be_\bs s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
@@ -652,18 +688,6 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
            group {
              use-host-decl-names on;
 
-
-
-
-                                                               10
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
              host joe {
             hardware ethernet 08:00:2b:4c:29:32;
             fixed-address joe.fugue.com;
@@ -694,6 +718,18 @@ R\bRE\bEF\bFE\bER\bRE\bEN\bNC\bCE\bE:\b: O\bOP\bPT\bTI\bIO\bON\bN S\bST\bTA\bAT\bTE\bEM\bME\bEN\bNT\bTS\bS
 
        The  i\bip\bp-\b-a\bad\bdd\bdr\bre\bes\bss\bs  data  type  can  be  entered either as an
        explicit IP address (e.g., 239.254.197.10) or as a  domain
+
+
+
+                                                               11
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
        name (e.g., haagen.isc.org).  When entering a domain name,
        be sure that that domain name  resolves  to  a  single  IP
        address.
@@ -717,20 +753,8 @@ R\bRE\bEF\bFE\bER\bRE\bEN\bNC\bCE\bE:\b: O\bOP\bPT\bTI\bIO\bON\bN S\bST\bTA\bAT\bTE\bEM\bME\bEN\bNT\bTS\bS
 
        The d\bda\bat\bta\ba-\b-s\bst\btr\bri\bin\bng\bg data type specifies either  an  NVT  ASCII
        string  enclosed  in  double quotes, or a series of octets
-       specified  in  hexadecimal,  seperated  by  colons.    For
-
-
-
-                                                               11
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
-       example:
+       specified in hexadecimal, seperated by colons.   For exam-
+       ple:
 
             option client-identifier "CLIENT-FOO";
        or
@@ -760,6 +784,18 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
        as per RFC 950.  If no subnet mask option is provided any-
        where in scope, as a last resort dhcpd will use the subnet
        mask  from the subnet declaration for the network on which
+
+
+
+                                                               12
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
        an address is being assigned.   However,  _\ba_\bn_\by  subnet-mask
        option  declaration that is in scope for the address being
        assigned will override the subnet mask  specified  in  the
@@ -785,17 +821,6 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 
         o\bop\bpt\bti\bio\bon\bn n\bna\bam\bme\be-\b-s\bse\ber\brv\bve\ber\brs\bs _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs [,\b, _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs ... ];
 
-
-
-                                                               12
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
        The  name-servers  option specifies a list of IEN 116 name
        servers available to the client.  Servers should be listed
        in order of preference.
@@ -826,6 +851,17 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
        printer servers available to the client.   Servers  should
        be listed in order of preference.
 
+
+
+                                                               13
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
         o\bop\bpt\bti\bio\bon\bn i\bim\bmp\bpr\bre\bes\bss\bs-\b-s\bse\ber\brv\bve\ber\brs\bs _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs [,\b, _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs ... ];\b;
 
        The  impress-server  option  specifies  a  list  of Imagen
@@ -850,18 +886,6 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
         o\bop\bpt\bti\bio\bon\bn b\bbo\boo\bot\bt-\b-s\bsi\biz\bze\be _\bu_\bi_\bn_\bt_\b1_\b6;\b;
 
        This option specifies the length in  512-octet  blocks  of
-
-
-
-                                                               13
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
        the default boot image for the client.
 
         o\bop\bpt\bti\bio\bon\bn m\bme\ber\bri\bit\bt-\b-d\bdu\bum\bmp\bp _\bs_\bt_\br_\bi_\bn_\bg;\b;
@@ -892,6 +916,18 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 
        This option specifies whether the client should  configure
        its  IP  layer  for packet forwarding.  A value of 0 means
+
+
+
+                                                               14
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
        disable IP forwarding, and a value of 1  means  enable  IP
        forwarding.
 
@@ -916,18 +952,6 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
        match  one  of  the  filters  should  be  discarded by the
        client.
 
-
-
-
-                                                               14
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
        See STD 3 (RFC1122) for further information.
 
         o\bop\bpt\bti\bio\bon\bn m\bma\bax\bx-\b-d\bdg\bgr\bra\bam\bm-\b-r\bre\bea\bas\bss\bse\bem\bmb\bbl\bly\by _\bu_\bi_\bn_\bt_\b1_\b6;\b;
@@ -958,6 +982,18 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
         o\bop\bpt\bti\bio\bon\bn i\bin\bnt\bte\ber\brf\bfa\bac\bce\be-\b-m\bmt\btu\bu _\bu_\bi_\bn_\bt_\b1_\b6;\b;
 
        This  option  specifies  the MTU to use on this interface.
+
+
+
+                                                               15
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
        The minimum legal value for the MTU is 68.
 
         o\bop\bpt\bti\bio\bon\bn a\bal\bll\bl-\b-s\bsu\bub\bbn\bne\bet\bts\bs-\b-l\blo\boc\bca\bal\bl _\bf_\bl_\ba_\bg;\b;
@@ -982,18 +1018,6 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
        perform  subnet  mask  discovery using ICMP.  A value of 0
        indicates that the client should not perform mask  discov-
        ery.   A  value  of 1 means that the client should perform
-
-
-
-                                                               15
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
        mask discovery.
 
         o\bop\bpt\bti\bio\bon\bn m\bma\bas\bsk\bk-\b-s\bsu\bup\bpp\bpl\bli\bie\ber\br _\bf_\bl_\ba_\bg;\b;
@@ -1024,6 +1048,18 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
        routes  to  the  same  destination are specified, they are
        listed in descending order of priority.
 
+
+
+
+                                                               16
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
        The routes consist of a list of  IP  address  pairs.   The
        first  address  is the destination address, and the second
        address is the router for the destination.
@@ -1048,18 +1084,6 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
         o\bop\bpt\bti\bio\bon\bn i\bie\bee\bee\be8\b80\b02\b2-\b-3\b3-\b-e\ben\bnc\bca\bap\bps\bsu\bul\bla\bat\bti\bio\bon\bn _\bf_\bl_\ba_\bg;\b;
 
        This option specifies whether or not the client should use
-
-
-
-                                                               16
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
        Ethernet Version 2 (RFC 894)  or  IEEE  802.3  (RFC  1042)
        encapsulation if the interface is an Ethernet.  A value of
        0 indicates that the client should use RFC 894  encapsula-
@@ -1091,6 +1115,17 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 
         o\bop\bpt\bti\bio\bon\bn n\bni\bis\bs-\b-d\bdo\bom\bma\bai\bin\bn _\bs_\bt_\br_\bi_\bn_\bg;\b;
 
+
+
+                                                               17
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
        This  option  specifies  the name of the client's NIS (Sun
        Network Information Services) domain.  The domain is  for-
        matted as a character string consisting of characters from
@@ -1115,17 +1150,6 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
        RFC 1001/1002 NBNS name servers listed in order of prefer-
        ence.
 
-
-
-                                                               17
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
         o\bop\bpt\bti\bio\bon\bn n\bne\bet\btb\bbi\bio\bos\bs-\b-d\bdd\bd-\b-s\bse\ber\brv\bve\ber\br _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs [,\b, _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs ... ];\b;
 
        The  NetBIOS  datagram  distribution  server (NBDD) option
@@ -1157,6 +1181,17 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 
         o\bop\bpt\bti\bio\bon\bn x\bx-\b-d\bdi\bis\bsp\bpl\bla\bay\by-\b-m\bma\ban\bna\bag\bge\ber\br _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs [,\b, _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs ... ];\b;
 
+
+
+                                                               18
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
        This option specifies a list of systems that  are  running
        the  X  Window System Display Manager and are available to
        the client.  Addresses should be listed in order of  pref-
@@ -1183,6 +1218,37 @@ A\bAU\bUT\bTH\bHO\bOR\bR
 
 
 
-                                                               18
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+                                                               19
 
 
index c0f9aa9a891941704b279b7957c669b6cd5bb51d..4bc6ff60a2d577a9cc586ddd0e449031fb87e499 100644 (file)
@@ -298,7 +298,7 @@ in dhcpd.conf(5).
 .B ETCDIR/dhcpd.conf, DBDIR/dhcpd.leases, RUNDIR/dhcpd.pid,
 .B DBDIR/dhcpd.leases~.
 .SH SEE ALSO
-dhcpd.conf(5), dhcpd.leases(5)
+dhclient(8), dhcrelay(8), dhcpd.conf(5), dhcpd.leases(5)
 .SH AUTHOR
 .B dhcpd(8)
 was written by Ted Lemon <mellon@vix.com>
index d046e509adacfb890143ea79838f94cea3fe61bf..02850687566b25965dc09e73e1fe2785dc056380 100644 (file)
@@ -105,9 +105,9 @@ C\bCO\bOM\bMM\bMA\bAN\bND\bD L\bLI\bIN\bNE\bE
        unable to identify non-broadcast  interfaces,  but  should
        not  be  required on other systems.  If no interface names
        are specified on the command line dhcpd will identify  all
-       network   interfaces  which  are  up,  elimininating  non-
-       broadcast interfaces if  possible,  and  listen  for  DHCP
-       broadcasts on each interface.
+       network  interfaces which are up, elimininating non-broad-
+       cast interfaces if possible, and listen  for  DHCP  broad-
+       casts on each interface.
 
        If  dhcpd  should listen on a port other than the standard
        (port 67), the -\b-p\bp flag may used.  It should be followed by
@@ -301,7 +301,7 @@ F\bFI\bIL\bLE\bES\bS
        /\b/v\bva\bar\br/\b/d\bdb\bb/\b/d\bdh\bhc\bcp\bpd\bd.\b.l\ble\bea\bas\bse\bes\bs~\b~.\b.
 
 S\bSE\bEE\bE A\bAL\bLS\bSO\bO
-       dhcpd.conf(5), dhcpd.leases(5)
+       dhclient(8), dhcrelay(8), dhcpd.conf(5), dhcpd.leases(5)
 
 A\bAU\bUT\bTH\bHO\bOR\bR
        d\bdh\bhc\bcp\bpd\bd(\b(8\b8)\b) was written by Ted Lemon <mellon@vix.com> under a
index a0dbc51a78c0f3743ea7af2547e17e776568a815..0f93d92ef202472f9ebfc8c1e24424bbe643f96c 100644 (file)
@@ -443,6 +443,50 @@ be used for all clients that may boot using the BOOTP protocol.
 The group statement is used simply to apply one or more parameters to
 a group of declarations.   It can be used to group hosts, shared
 networks, subnets, or even other groups.
+.SH REFERENCE: ALLOW and DENY
+.PP
+The
+.I allow
+and
+.I deny
+statements can be used to control the behaviour of dhcpd to various
+sorts of requests.
+.PP
+.PP
+.B The
+.I unknown-clients
+.B keyword
+.PP
+ \fBallow unknown-clients;\fR
+ \fBdeny unknown-clients;\fR
+.PP
+The \fBunknown-clients\fR flag is used to tell dhcpd whether
+or not to dynamically assign addresses to unknown clients.   Dynamic
+address assignment to unknown clients is \fBallow\fRed by default.
+.PP
+.B The
+.I bootp
+.B keyword
+.PP
+ \fBallow bootp;\fR
+ \fBdeny bootp;\fR
+.PP
+The \fBunknown-clients\fR flag is used to tell dhcpd whether
+or not to respond to bootp queries.  Bootp queries are \fBallow\fRed
+by default.
+.PP
+.B The
+.I booting
+.B keyword
+.PP
+ \fBallow booting;\fR
+ \fBdeny booting;\fR
+.PP
+The \fBbooting\fR flag is used to tell dhcpd whether or not to respond
+to queries from a particular client.  This keyword only has meaning
+when it appears in a host declaration.   By default, booting is
+\fBallow\fRed, but if it is disabled for a particular client, then
+that client will not be able to get and address from the DHCP server.
 .SH REFERENCE: PARAMETERS
 .PP
 .B The
@@ -591,19 +635,6 @@ Needless to say, this parameter should be adjusted with extreme
 caution.
 .PP
 .B The
-.I boot-unknown-clients
-.B statement
-.PP
- \fBboot-unknown-clients\fR \fIflag\fR\fB;\fR
-.PP
-The \fIboot-unknown-clients\fR statement is used to tell dhcpd whether
-or not to dynamically assign addresses to unknown clients.  If
-\fIflag\fR is true (the default), then addresses are dynamically
-assigned to unknown clients when available.  If \fIflag\fR is
-false, then addresses are provided only to clients which match at
-least one host declaration.
-.PP
-.B The
 .I get-lease-hostnames
 .B statement
 .PP
index ea02aab46c83cb6c965e59fd10241bd559cc9f07..ddbe2fbcfb8b0957863f89981e4a59bd1858df35 100644 (file)
@@ -14,10 +14,10 @@ D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
        The dhcpd.conf file is a free-form ASCII text  file.    It
        is  parsed  by  the  recursive-descent  parser  built into
        dhcpd.   The file may contain extra tabs and newlines  for
-       formatting  purposes.   Keywords  in  the  file  are case-
-       insensitive.   Comments may be placed anywhere within  the
-       file  (except  within quotes).   Comments begin with the #
-       character and end at the end of the line.
+       formatting purposes.  Keywords in the file are case-insen-
+       sitive.   Comments may be placed anywhere within the  file
+       (except  within quotes).   Comments begin with the # char-
+       acter and end at the end of the line.
 
        The file essentially consists of  a  list  of  statements.
        Statements fall into two broad categories - parameters and
@@ -268,11 +268,11 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 dhcpd.conf(5)                                       dhcpd.conf(5)
 
 
-       Imagine  that  you  have  a  site  with  a  lot  of NCD X-
-       Terminals.   These terminals come in a variety of  models,
-       and  you  want  to specify the boot files for each models.
-       One way to do this would be to have host declarations  for
-       each server and group them by model:
+       Imagine  that  you  have a site with a lot of NCD X-Termi-
+       nals.   These terminals come in a variety of  models,  and
+       you  want to specify the boot files for each models.   One
+       way to do this would be to have host declarations for each
+       server and group them by model:
 
        group {
          filename "Xncd19r";
@@ -363,8 +363,8 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 
        The  _\bs_\bu_\bb_\bn_\be_\bt statement is used to provide dhcpd with enough
        information to tell whether or not an  IP  address  is  on
-       that  subnet.   It  may  also  be  used to provide subnet-
-       specific parameters and to specify what addresses  may  be
+       that  subnet.   It may also be used to provide subnet-spe-
+       cific parameters and to  specify  what  addresses  may  be
        dynamically  allocated  to clients booting on that subnet.
        Such addresses are specified using the _\br_\ba_\bn_\bg_\be  declaration.
 
@@ -473,6 +473,42 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
        group hosts,  shared  networks,  subnets,  or  even  other
        groups.
 
+R\bRE\bEF\bFE\bER\bRE\bEN\bNC\bCE\bE:\b: A\bAL\bLL\bLO\bOW\bW a\ban\bnd\bd D\bDE\bEN\bNY\bY
+       The  _\ba_\bl_\bl_\bo_\bw  and _\bd_\be_\bn_\by statements can be used to control the
+       behaviour of dhcpd to various sorts of requests.
+
+
+       T\bTh\bhe\be _\bu_\bn_\bk_\bn_\bo_\bw_\bn_\b-_\bc_\bl_\bi_\be_\bn_\bt_\bs k\bke\bey\byw\bwo\bor\brd\bd
+
+        a\bal\bll\blo\bow\bw u\bun\bnk\bkn\bno\bow\bwn\bn-\b-c\bcl\bli\bie\ben\bnt\bts\bs;\b;
+        d\bde\ben\bny\by u\bun\bnk\bkn\bno\bow\bwn\bn-\b-c\bcl\bli\bie\ben\bnt\bts\bs;\b;
+
+       The u\bun\bnk\bkn\bno\bow\bwn\bn-\b-c\bcl\bli\bie\ben\bnt\bts\bs flag is used to tell dhcpd whether  or
+       not  to  dynamically  assign addresses to unknown clients.
+       Dynamic address assignment to unknown clients  is  a\bal\bll\blo\bow\bwed
+       by default.
+
+       T\bTh\bhe\be _\bb_\bo_\bo_\bt_\bp k\bke\bey\byw\bwo\bor\brd\bd
+
+        a\bal\bll\blo\bow\bw b\bbo\boo\bot\btp\bp;\b;
+        d\bde\ben\bny\by b\bbo\boo\bot\btp\bp;\b;
+
+       The  u\bun\bnk\bkn\bno\bow\bwn\bn-\b-c\bcl\bli\bie\ben\bnt\bts\bs flag is used to tell dhcpd whether or
+       not to  respond  to  bootp  queries.   Bootp  queries  are
+       a\bal\bll\blo\bow\bwed by default.
+
+       T\bTh\bhe\be _\bb_\bo_\bo_\bt_\bi_\bn_\bg k\bke\bey\byw\bwo\bor\brd\bd
+
+        a\bal\bll\blo\bow\bw b\bbo\boo\bot\bti\bin\bng\bg;\b;
+        d\bde\ben\bny\by b\bbo\boo\bot\bti\bin\bng\bg;\b;
+
+       The  b\bbo\boo\bot\bti\bin\bng\bg  flag is used to tell dhcpd whether or not to
+       respond to queries from a particular client.  This keyword
+       only  has  meaning  when it appears in a host declaration.
+       By default, booting is a\bal\bll\blo\bow\bwed, but if it is disabled  for
+       a  particular client, then that client will not be able to
+       get and address from the DHCP server.
+
 R\bRE\bEF\bFE\bER\bRE\bEN\bNC\bCE\bE:\b: P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
        T\bTh\bhe\be _\bd_\be_\bf_\ba_\bu_\bl_\bt_\b-_\bl_\be_\ba_\bs_\be_\b-_\bt_\bi_\bm_\be s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
@@ -484,34 +520,46 @@ R\bRE\bEF\bFE\bER\bRE\bEN\bNC\bCE\bE:\b: P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
 
        T\bTh\bhe\be _\bm_\ba_\bx_\b-_\bl_\be_\ba_\bs_\be_\b-_\bt_\bi_\bm_\be s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
+
+
+
+                                                                8
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
         m\bma\bax\bx-\b-l\ble\bea\bas\bse\be-\b-t\bti\bim\bme\be _\bt_\bi_\bm_\be;\b;
 
-       _\bT_\bi_\bm_\b should be the maximum length in seconds that will be
-       assigned to a lease if the  client  requesting  the  lease
+       _\bT_\bi_\bm_\bshould be the maximum length in seconds that will  be
+       assigned  to  a  lease  if the client requesting the lease
        asks for a specific expiration time.
 
        T\bTh\bhe\be _\bh_\ba_\br_\bd_\bw_\ba_\br_\be s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
         h\bha\bar\brd\bdw\bwa\bar\bre\be _\bh_\ba_\br_\bd_\bw_\ba_\br_\be_\b-_\bt_\by_\bp_\be _\bh_\ba_\br_\bd_\bw_\ba_\br_\be_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs;\b;
 
-       In  order for a BOOTP client to be recognized, its network
-       hardware address must be declared using a _\bh_\ba_\br_\bd_\bw_\ba_\br_\b clause
-       in  the _\bh_\bo_\bs_\bt statement.  _\bh_\ba_\br_\bd_\bw_\ba_\br_\be_\b-_\bt_\by_\bp_\be must be the name of
-       a physical hardware interface type.   Currently, only  the
-       e\bet\bth\bhe\ber\brn\bne\bet\b type  is recognized, although support for t\bto\bok\bke\ben\bn-\b-
+       In order for a BOOTP client to be recognized, its  network
+       hardware  address must be declared using a _\bh_\ba_\br_\bd_\bw_\ba_\br_\be clause
+       in the _\bh_\bo_\bs_\bt statement.  _\bh_\ba_\br_\bd_\bw_\ba_\br_\be_\b-_\bt_\by_\bp_\be must be the name  of
+       a  physical hardware interface type.   Currently, only the
+       e\bet\bth\bhe\ber\brn\bne\bet\btype is recognized, although support  for  t\bto\bok\bke\ben\bn-\b-
        r\bri\bin\bng\bg and f\bfd\bdd\bdi\bi hardware types would also be desirable.  The
-       _\bh_\ba_\br_\bd_\bw_\ba_\br_\be_\b-_\ba_\bd_\bd_\br_\be_\bs_\b should  be  a  set of hexadecimal octets
-       (numbers from 0 through ff)  seperated  by  colons.    The
+       _\bh_\ba_\br_\bd_\bw_\ba_\br_\be_\b-_\ba_\bd_\bd_\br_\be_\bs_\bshould be a  set  of  hexadecimal  octets
+       (numbers  from  0  through  ff) seperated by colons.   The
        _\bh_\ba_\br_\bd_\bw_\ba_\br_\be_\bf_\bR _\bs_\bt_\ba_\bt_\be_\bm_\be_\bn_\bt _\bm_\ba_\by _\ba_\bl_\bs_\bo _\bb_\be _\bu_\bs_\be_\bd _\bf_\bo_\br _\bD_\bH_\bC_\bP _\bc_\bl_\bi_\be_\bn_\bt_\bs_\b.
 
        T\bTh\bhe\be _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
         f\bfi\bil\ble\ben\bna\bam\bme\be "\b"_\bf_\bi_\bl_\be_\bn_\ba_\bm_\be"\b";\b;
 
-       The  _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be statement can be used to specify the name of
-       the initial boot file which is to be loaded by  a  client.
+       The _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be statement can be used to specify the name  of
+       the  initial  boot file which is to be loaded by a client.
        The _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be should be a filename recognizable to whatever
-       file transfer protocol the client can be expected  to  use
+       file  transfer  protocol the client can be expected to use
        to load the file.
 
        T\bTh\bhe\be _\bs_\be_\br_\bv_\be_\br_\b-_\bn_\ba_\bm_\be s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
@@ -520,44 +568,44 @@ R\bRE\bEF\bFE\bER\bRE\bEN\bNC\bCE\bE:\b: P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
 
        The _\bs_\be_\br_\bv_\be_\br_\b-_\bn_\ba_\bm_\be statement can be used to inform the client
        of the name of the server from which it is booting.   _\bN_\ba_\bm_\be
+       should be the name that will be provided to the client.
 
+       T\bTh\bhe\be _\bn_\be_\bx_\bt_\b-_\bs_\be_\br_\bv_\be_\br s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
+        n\bne\bex\bxt\bt-\b-s\bse\ber\brv\bve\ber\br _\bs_\be_\br_\bv_\be_\br_\b-_\bn_\ba_\bm_\be;\b;
 
-                                                                8
+       The _\bn_\be_\bx_\bt_\b-_\bs_\be_\br_\bv_\be_\br statement is  used  to  specify  the  host
+       address  of  the  server  from which the initial boot file
+       (specified in the _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be statement)  is  to  be  loaded.
+       _\bS_\be_\br_\bv_\be_\br_\b-_\bn_\ba_\bm_\be  should  be  a  numeric IP address or a domain
+       name.   If no _\bn_\be_\bx_\bt_\b-_\bs_\be_\br_\bv_\be_\br parameter  applies  to  a  given
+       client,  the  address  specified  in the _\bs_\be_\br_\bv_\be_\br_\b-_\bi_\bd_\be_\bn_\bt_\bi_\bf_\bi_\be_\br
+       statement is used.
 
+       T\bTh\bhe\be _\bf_\bi_\bx_\be_\bd_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
+        f\bfi\bix\bxe\bed\bd-\b-a\bad\bdd\bdr\bre\bes\bss\bs _\ba_\bd_\bd_\br_\be_\bs_\bs [,\b, _\ba_\bd_\bd_\br_\be_\bs_\bs ... ];\b;
 
 
 
-dhcpd.conf(5)                                       dhcpd.conf(5)
 
+                                                                9
 
-       should be the name that will be provided to the client.
 
-       T\bTh\bhe\be _\bn_\be_\bx_\bt_\b-_\bs_\be_\br_\bv_\be_\br s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
-        n\bne\bex\bxt\bt-\b-s\bse\ber\brv\bve\ber\br _\bs_\be_\br_\bv_\be_\br_\b-_\bn_\ba_\bm_\be;\b;
 
-       The  _\bn_\be_\bx_\bt_\b-_\bs_\be_\br_\bv_\be_\br  statement  is  used  to specify the host
-       address of the server from which  the  initial  boot  file
-       (specified  in  the  _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be  statement) is to be loaded.
-       _\bS_\be_\br_\bv_\be_\br_\b-_\bn_\ba_\bm_\be should be a numeric IP  address  or  a  domain
-       name.    If  no  _\bn_\be_\bx_\bt_\b-_\bs_\be_\br_\bv_\be_\br  parameter applies to a given
-       client, the address  specified  in  the  _\bs_\be_\br_\bv_\be_\br_\b-_\bi_\bd_\be_\bn_\bt_\bi_\bf_\bi_\be_\br
-       statement is used.
 
-       T\bTh\bhe\be _\bf_\bi_\bx_\be_\bd_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
+dhcpd.conf(5)                                       dhcpd.conf(5)
 
-        f\bfi\bix\bxe\bed\bd-\b-a\bad\bdd\bdr\bre\bes\bss\bs _\ba_\bd_\bd_\br_\be_\bs_\bs [,\b, _\ba_\bd_\bd_\br_\be_\bs_\bs ... ];\b;
 
-       The  _\bf_\bi_\bx_\be_\bd_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs statement is used to assign one or more
-       fixed IP addresses to a client.  It should only appear  in
+       The _\bf_\bi_\bx_\be_\bd_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs statement is used to assign one or  more
+       fixed  IP addresses to a client.  It should only appear in
        a _\bh_\bo_\bs_\bt declaration.  If more than one address is supplied,
-       then when the  client  boots,  it  will  be  assigned  the
-       address  which  corresponds  to the network on which it is
-       booting.  If none of the addresses  in  the  _\bf_\bi_\bx_\be_\bd_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs
-       statement  are on the network on which the client is boot-
-       ing, that client will not match the _\bh_\bo_\bs_\bt declaration  con-
+       then  when  the  client  boots,  it  will  be assigned the
+       address which corresponds to the network on  which  it  is
+       booting.   If  none  of the addresses in the _\bf_\bi_\bx_\be_\bd_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs
+       statement are on the network on which the client is  boot-
+       ing,  that client will not match the _\bh_\bo_\bs_\bt declaration con-
        taining that _\bf_\bi_\bx_\be_\bd_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs statement.  Each _\ba_\bd_\bd_\br_\be_\bs_\bs should
        be either an IP address or a domain name which resolves to
        one or more IP addresses.
@@ -566,13 +614,13 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 
         d\bdy\byn\bna\bam\bmi\bic\bc-\b-b\bbo\boo\bot\btp\bp-\b-l\ble\bea\bas\bse\be-\b-c\bcu\but\bto\bof\bff\bf _\bd_\ba_\bt_\be;\b;
 
-       The  _\bd_\by_\bn_\ba_\bm_\bi_\bc_\b-_\bb_\bo_\bo_\bt_\bp_\b-_\bl_\be_\ba_\bs_\be_\b-_\bc_\bu_\bt_\bo_\bf_\bf  statement sets the ending
+       The _\bd_\by_\bn_\ba_\bm_\bi_\bc_\b-_\bb_\bo_\bo_\bt_\bp_\b-_\bl_\be_\ba_\bs_\be_\b-_\bc_\bu_\bt_\bo_\bf_\bf statement sets  the  ending
        time for all leases assigned dynamically to BOOTP clients.
-       Because  BOOTP  clients  do  not  have any way of renewing
-       leases, and don't know that their leases could expire,  by
+       Because BOOTP clients do not  have  any  way  of  renewing
+       leases,  and don't know that their leases could expire, by
        default  dhcpd  assignes  infinite  leases  to  all  BOOTP
        clients.  However, it may make sense in some situations to
-       set  a cutoff date for all BOOTP leases - for example, the
+       set a cutoff date for all BOOTP leases - for example,  the
        end of a school term, or the time at night when a facility
        is closed and all machines are required to be powered off.
 
@@ -581,52 +629,40 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 
                          W YYYY/MM/DD HH:MM:SS
 
-       W  is  the day of the week expressed as a number from zero
-       (Sunday) to six (Saturday).  YYYY is the  year,  including
+       W is the day of the week expressed as a number  from  zero
+       (Sunday)  to  six (Saturday).  YYYY is the year, including
        the century.  MM is the month expressed as a number from 1
-       to 12.  DD is the day of the month, counting from  1.   HH
-       is  the hour, from zero to 23.  MM is the minute and SS is
-
-
-
-                                                                9
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
-       the second.  The time is always  in  Greenwich  Mean  Time
+       to  12.   DD is the day of the month, counting from 1.  HH
+       is the hour, from zero to 23.  MM is the minute and SS  is
+       the  second.   The  time  is always in Greenwich Mean Time
        (GMT), not local time.
 
        T\bTh\bhe\be _\bd_\by_\bn_\ba_\bm_\bi_\bc_\b-_\bb_\bo_\bo_\bt_\bp_\b-_\bl_\be_\ba_\bs_\be_\b-_\bl_\be_\bn_\bg_\bt_\bh s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
         d\bdy\byn\bna\bam\bmi\bic\bc-\b-b\bbo\boo\bot\btp\bp-\b-l\ble\bea\bas\bse\be-\b-l\ble\ben\bng\bgt\bth\bh _\bl_\be_\bn_\bg_\bt_\bh;\b;
 
-       The  _\bd_\by_\bn_\ba_\bm_\bi_\bc_\b-_\bb_\bo_\bo_\bt_\bp_\b-_\bl_\be_\ba_\bs_\be_\b-_\bl_\be_\bn_\bg_\bt_\bh  statement  is used to set
-       the  length  of  leases  dynamically  assigned  to   BOOTP
-       clients.    At  some  sites,  it may be possible to assume
-       that a lease is no longer in use if  its  holder  has  not
-       used  BOOTP  or  DHCP  to get its address within a certain
+       The _\bd_\by_\bn_\ba_\bm_\bi_\bc_\b-_\bb_\bo_\bo_\bt_\bp_\b-_\bl_\be_\ba_\bs_\be_\b-_\bl_\be_\bn_\bg_\bt_\bh statement is  used  to  set
+       the   length  of  leases  dynamically  assigned  to  BOOTP
+       clients.   At some sites, it may  be  possible  to  assume
+       that  a  lease  is  no longer in use if its holder has not
+       used BOOTP or DHCP to get its  address  within  a  certain
        time period.   The period is specified in _\bl_\be_\bn_\bg_\bt_\bh as a num-
-       ber  of  seconds.   If a client reboots using BOOTP during
+       ber of seconds.   If a client reboots using  BOOTP  during
        the timeout period, the lease duration is reset to _\bl_\be_\bn_\bg_\bt_\bh,
-       so  a BOOTP client that boots frequently enough will never
+       so a BOOTP client that boots frequently enough will  never
        lose its lease.  Needless to say, this parameter should be
        adjusted with extreme caution.
 
-       T\bTh\bhe\be _\bb_\bo_\bo_\bt_\b-_\bu_\bn_\bk_\bn_\bo_\bw_\bn_\b-_\bc_\bl_\bi_\be_\bn_\bt_\bs s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
-        b\bbo\boo\bot\bt-\b-u\bun\bnk\bkn\bno\bow\bwn\bn-\b-c\bcl\bli\bie\ben\bnt\bts\bs _\bf_\bl_\ba_\bg;\b;
 
-       The  _\bb_\bo_\bo_\bt_\b-_\bu_\bn_\bk_\bn_\bo_\bw_\bn_\b-_\bc_\bl_\bi_\be_\bn_\bt_\bs  statement is used to tell dhcpd
-       whether or not to dynamically assign addresses to  unknown
-       clients.   If  _\bf_\bl_\ba_\bg  is true (the default), then addresses
-       are dynamically assigned to unknown  clients  when  avail-
-       able.   If _\bf_\bl_\ba_\bg is false, then addresses are provided only
-       to clients which match at least one host declaration.
+                                                               10
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
 
        T\bTh\bhe\be _\bg_\be_\bt_\b-_\bl_\be_\ba_\bs_\be_\b-_\bh_\bo_\bs_\bt_\bn_\ba_\bm_\be_\bs s\bst\bta\bat\bte\bem\bme\ben\bnt\bt
 
@@ -652,18 +688,6 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
            group {
              use-host-decl-names on;
 
-
-
-
-                                                               10
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
              host joe {
             hardware ethernet 08:00:2b:4c:29:32;
             fixed-address joe.fugue.com;
@@ -694,6 +718,18 @@ R\bRE\bEF\bFE\bER\bRE\bEN\bNC\bCE\bE:\b: O\bOP\bPT\bTI\bIO\bON\bN S\bST\bTA\bAT\bTE\bEM\bME\bEN\bNT\bTS\bS
 
        The  i\bip\bp-\b-a\bad\bdd\bdr\bre\bes\bss\bs  data  type  can  be  entered either as an
        explicit IP address (e.g., 239.254.197.10) or as a  domain
+
+
+
+                                                               11
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
        name (e.g., haagen.isc.org).  When entering a domain name,
        be sure that that domain name  resolves  to  a  single  IP
        address.
@@ -717,20 +753,8 @@ R\bRE\bEF\bFE\bER\bRE\bEN\bNC\bCE\bE:\b: O\bOP\bPT\bTI\bIO\bON\bN S\bST\bTA\bAT\bTE\bEM\bME\bEN\bNT\bTS\bS
 
        The d\bda\bat\bta\ba-\b-s\bst\btr\bri\bin\bng\bg data type specifies either  an  NVT  ASCII
        string  enclosed  in  double quotes, or a series of octets
-       specified  in  hexadecimal,  seperated  by  colons.    For
-
-
-
-                                                               11
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
-       example:
+       specified in hexadecimal, seperated by colons.   For exam-
+       ple:
 
             option client-identifier "CLIENT-FOO";
        or
@@ -760,6 +784,18 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
        as per RFC 950.  If no subnet mask option is provided any-
        where in scope, as a last resort dhcpd will use the subnet
        mask  from the subnet declaration for the network on which
+
+
+
+                                                               12
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
        an address is being assigned.   However,  _\ba_\bn_\by  subnet-mask
        option  declaration that is in scope for the address being
        assigned will override the subnet mask  specified  in  the
@@ -785,17 +821,6 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 
         o\bop\bpt\bti\bio\bon\bn n\bna\bam\bme\be-\b-s\bse\ber\brv\bve\ber\brs\bs _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs [,\b, _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs ... ];
 
-
-
-                                                               12
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
        The  name-servers  option specifies a list of IEN 116 name
        servers available to the client.  Servers should be listed
        in order of preference.
@@ -826,6 +851,17 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
        printer servers available to the client.   Servers  should
        be listed in order of preference.
 
+
+
+                                                               13
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
         o\bop\bpt\bti\bio\bon\bn i\bim\bmp\bpr\bre\bes\bss\bs-\b-s\bse\ber\brv\bve\ber\brs\bs _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs [,\b, _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs ... ];\b;
 
        The  impress-server  option  specifies  a  list  of Imagen
@@ -850,18 +886,6 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
         o\bop\bpt\bti\bio\bon\bn b\bbo\boo\bot\bt-\b-s\bsi\biz\bze\be _\bu_\bi_\bn_\bt_\b1_\b6;\b;
 
        This option specifies the length in  512-octet  blocks  of
-
-
-
-                                                               13
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
        the default boot image for the client.
 
         o\bop\bpt\bti\bio\bon\bn m\bme\ber\bri\bit\bt-\b-d\bdu\bum\bmp\bp _\bs_\bt_\br_\bi_\bn_\bg;\b;
@@ -892,6 +916,18 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 
        This option specifies whether the client should  configure
        its  IP  layer  for packet forwarding.  A value of 0 means
+
+
+
+                                                               14
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
        disable IP forwarding, and a value of 1  means  enable  IP
        forwarding.
 
@@ -916,18 +952,6 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
        match  one  of  the  filters  should  be  discarded by the
        client.
 
-
-
-
-                                                               14
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
        See STD 3 (RFC1122) for further information.
 
         o\bop\bpt\bti\bio\bon\bn m\bma\bax\bx-\b-d\bdg\bgr\bra\bam\bm-\b-r\bre\bea\bas\bss\bse\bem\bmb\bbl\bly\by _\bu_\bi_\bn_\bt_\b1_\b6;\b;
@@ -958,6 +982,18 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
         o\bop\bpt\bti\bio\bon\bn i\bin\bnt\bte\ber\brf\bfa\bac\bce\be-\b-m\bmt\btu\bu _\bu_\bi_\bn_\bt_\b1_\b6;\b;
 
        This  option  specifies  the MTU to use on this interface.
+
+
+
+                                                               15
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
        The minimum legal value for the MTU is 68.
 
         o\bop\bpt\bti\bio\bon\bn a\bal\bll\bl-\b-s\bsu\bub\bbn\bne\bet\bts\bs-\b-l\blo\boc\bca\bal\bl _\bf_\bl_\ba_\bg;\b;
@@ -982,18 +1018,6 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
        perform  subnet  mask  discovery using ICMP.  A value of 0
        indicates that the client should not perform mask  discov-
        ery.   A  value  of 1 means that the client should perform
-
-
-
-                                                               15
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
        mask discovery.
 
         o\bop\bpt\bti\bio\bon\bn m\bma\bas\bsk\bk-\b-s\bsu\bup\bpp\bpl\bli\bie\ber\br _\bf_\bl_\ba_\bg;\b;
@@ -1024,6 +1048,18 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
        routes  to  the  same  destination are specified, they are
        listed in descending order of priority.
 
+
+
+
+                                                               16
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
        The routes consist of a list of  IP  address  pairs.   The
        first  address  is the destination address, and the second
        address is the router for the destination.
@@ -1048,18 +1084,6 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
         o\bop\bpt\bti\bio\bon\bn i\bie\bee\bee\be8\b80\b02\b2-\b-3\b3-\b-e\ben\bnc\bca\bap\bps\bsu\bul\bla\bat\bti\bio\bon\bn _\bf_\bl_\ba_\bg;\b;
 
        This option specifies whether or not the client should use
-
-
-
-                                                               16
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
        Ethernet Version 2 (RFC 894)  or  IEEE  802.3  (RFC  1042)
        encapsulation if the interface is an Ethernet.  A value of
        0 indicates that the client should use RFC 894  encapsula-
@@ -1091,6 +1115,17 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 
         o\bop\bpt\bti\bio\bon\bn n\bni\bis\bs-\b-d\bdo\bom\bma\bai\bin\bn _\bs_\bt_\br_\bi_\bn_\bg;\b;
 
+
+
+                                                               17
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
        This  option  specifies  the name of the client's NIS (Sun
        Network Information Services) domain.  The domain is  for-
        matted as a character string consisting of characters from
@@ -1115,17 +1150,6 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
        RFC 1001/1002 NBNS name servers listed in order of prefer-
        ence.
 
-
-
-                                                               17
-
-
-
-
-
-dhcpd.conf(5)                                       dhcpd.conf(5)
-
-
         o\bop\bpt\bti\bio\bon\bn n\bne\bet\btb\bbi\bio\bos\bs-\b-d\bdd\bd-\b-s\bse\ber\brv\bve\ber\br _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs [,\b, _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs ... ];\b;
 
        The  NetBIOS  datagram  distribution  server (NBDD) option
@@ -1157,6 +1181,17 @@ dhcpd.conf(5)                                       dhcpd.conf(5)
 
         o\bop\bpt\bti\bio\bon\bn x\bx-\b-d\bdi\bis\bsp\bpl\bla\bay\by-\b-m\bma\ban\bna\bag\bge\ber\br _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs [,\b, _\bi_\bp_\b-_\ba_\bd_\bd_\br_\be_\bs_\bs ... ];\b;
 
+
+
+                                                               18
+
+
+
+
+
+dhcpd.conf(5)                                       dhcpd.conf(5)
+
+
        This option specifies a list of systems that  are  running
        the  X  Window System Display Manager and are available to
        the client.  Addresses should be listed in order of  pref-
@@ -1183,6 +1218,37 @@ A\bAU\bUT\bTH\bHO\bOR\bR
 
 
 
-                                                               18
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+                                                               19