~ubuntu-branches/debian/sid/isc-dhcp/sid

« back to all changes in this revision

Viewing changes to server/dhcpd.conf.5

  • Committer: Package Import Robot
  • Author(s): Andrew Pollock
  • Date: 2012-06-09 14:01:05 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120609140105-lqcz2t0rsefwzamt
Tags: 4.2.4-1
* New upstream release
* debian/control: reformatted Uploaders so that dch doesn't think I'm making
  NMUs
* debian/rules: do a clean between the LDAP-enabled build and the
  non-LDAP-enabled one, so that no LDAP-related artefacts are accidently
  incorporated into the non-LDAP build
* debian/dhclient-script.*: conditionalise the chown/chmod of the new
  resolv.conf on the existence of the old one (closes: #595400)
* debian/dhclient-script.linux: comply with RFC 3442 and ignore
  the routers option if the rfc3442-classless-static-routes option is present
  (closes: #592735)
* debian/dhclient-script.kfreebsd: fix subnet mask handling (closes: #677985)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\"     dhcpd.conf.5
2
2
.\"
3
 
.\" Copyright (c) 2004-2011 by Internet Systems Consortium, Inc. ("ISC")
 
3
.\" Copyright (c) 2004-2012 by Internet Systems Consortium, Inc. ("ISC")
4
4
.\" Copyright (c) 1996-2003 by Internet Software Consortium
5
5
.\"
6
6
.\" Permission to use, copy, modify, and distribute this software for any
27
27
.\" Support and other services are available for ISC products - see
28
28
.\" https://www.isc.org for more information or to learn more about ISC.
29
29
.\"
30
 
.\" $Id: dhcpd.conf.5,v 1.106.18.6 2011-06-01 23:30:53 sar Exp $
 
30
.\" $Id: dhcpd.conf.5,v 1.106.18.8 2012-04-02 22:51:02 sar Exp $
31
31
.\"
32
32
.TH dhcpd.conf 5
33
33
.SH NAME
1357
1357
.fi
1358
1358
.PP
1359
1359
The \fIprimary\fR statement specifies the IP address of the name
1360
 
server whose zone information is to be updated.
 
1360
server whose zone information is to be updated.  In addition to
 
1361
the \fIprimary\fR statement there are also the \fIprimary6\fR ,
 
1362
\fIsecondary\fR and \fIsecondary6\fR statements.  The \fIprimary6\fR
 
1363
statement specifies an IPv6 address for the name server.  The
 
1364
secondaries provide for additional addresses for name servers
 
1365
to be used if the primary does not respond.  The number of name
 
1366
servers the DDNS code will attempt to use before giving up
 
1367
is limited and is currently set to three.
1361
1368
.PP
1362
1369
Note that the zone declarations have to correspond to authority
1363
1370
records in your name server - in the above example, there must be an
1737
1744
or not to respond to bootp queries.  Bootp queries are \fBallow\fRed
1738
1745
by default.
1739
1746
.PP
1740
 
This option does not satisfy the requirement of failover peers for denying
1741
 
dynamic bootp clients.  The \fBdeny dynamic bootp clients;\fR option should
1742
 
be used instead. See the ALLOW AND DENY WITHIN POOL DECLARATIONS section
1743
 
of this man page for more details.
1744
 
.PP
1745
1747
.B The
1746
1748
.I booting
1747
1749
.B keyword