2011-02-23 23:50:55 +00:00
|
|
|
.\" $Id: dhclient.leases.5,v 1.8 2011/02/23 23:50:55 sar Exp $
|
1997-11-22 06:31:53 +00:00
|
|
|
.\"
|
2017-07-12 09:23:23 -04:00
|
|
|
.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
|
2005-03-17 20:15:29 +00:00
|
|
|
.\" Copyright (c) 1997-2003 by Internet Software Consortium
|
1997-11-22 06:31:53 +00:00
|
|
|
.\"
|
2017-07-12 09:23:23 -04:00
|
|
|
.\" This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
.\" file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
1997-11-22 06:31:53 +00:00
|
|
|
.\"
|
2005-03-17 20:15:29 +00:00
|
|
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
|
|
|
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
|
|
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
|
|
|
|
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
|
|
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
|
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
|
|
.\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
1997-11-22 06:31:53 +00:00
|
|
|
.\"
|
2005-03-17 20:15:29 +00:00
|
|
|
.\" Internet Systems Consortium, Inc.
|
|
|
|
.\" 950 Charter Street
|
|
|
|
.\" Redwood City, CA 94063
|
|
|
|
.\" <info@isc.org>
|
2009-07-23 18:52:21 +00:00
|
|
|
.\" https://www.isc.org/
|
1997-11-22 06:31:53 +00:00
|
|
|
.\"
|
2010-07-02 23:09:15 +00:00
|
|
|
.\" Support and other services are available for ISC products - see
|
|
|
|
.\" https://www.isc.org for more information or to learn more about ISC.
|
|
|
|
.\"
|
2011-02-23 23:50:55 +00:00
|
|
|
.\" $Id: dhclient.leases.5,v 1.8 2011/02/23 23:50:55 sar Exp $
|
2002-05-27 03:50:56 +00:00
|
|
|
.\"
|
1997-11-22 06:31:53 +00:00
|
|
|
.TH dhclient.leases 5
|
|
|
|
.SH NAME
|
|
|
|
dhclient.leases - DHCP client lease database
|
|
|
|
.SH DESCRIPTION
|
2005-03-17 20:15:29 +00:00
|
|
|
The Internet Systems Consortium DHCP client keeps a persistent
|
1997-11-22 06:31:53 +00:00
|
|
|
database of leases that it has acquired that are still valid. The
|
|
|
|
database is a free-form ASCII file containing one valid declaration
|
|
|
|
per lease. If more than one declaration appears for a given lease,
|
|
|
|
the last one in the file is used. The file is written as a log, so
|
2011-02-23 23:50:55 +00:00
|
|
|
this is not an unusual occurrence.
|
1997-11-22 06:31:53 +00:00
|
|
|
.PP
|
|
|
|
The format of the lease declarations is described in
|
|
|
|
.B dhclient.conf(5).
|
|
|
|
.SH FILES
|
|
|
|
.B DBDIR/dhclient.leases
|
|
|
|
.SH SEE ALSO
|
|
|
|
dhclient(8), dhcp-options(5), dhclient.conf(5), dhcpd(8),
|
|
|
|
dhcpd.conf(5), RFC2132, RFC2131.
|
|
|
|
.SH AUTHOR
|
|
|
|
.B dhclient(8)
|
2005-03-17 20:15:29 +00:00
|
|
|
Information about Internet Systems Consortium can be found at
|
2009-07-23 18:52:21 +00:00
|
|
|
.B https://www.isc.org.
|