1dhclient.leases(5) File Formats Manual dhclient.leases(5)
2
3
4
6 dhclient.leases - DHCP client lease database
7
9 The Internet Systems Consortium DHCP client keeps a persistent database
10 of leases that it has acquired that are still valid. The database is
11 a free-form ASCII file containing one valid declaration per lease. If
12 more than one declaration appears for a given lease, the last one in
13 the file is used. The file is written as a log, so this is not an
14 unusual occurrance.
15
16 The format of the lease declarations is described in dhclient.conf(5).
17
19 /var/lib/dhclient/dhclient.leases
20
22 dhclient(8), dhcp-options(5), dhclient.conf(5), dhcpd(8),
23 dhcpd.conf(5), RFC2132, RFC2131.
24
26 dhclient(8) was written by Ted Lemon under a contract with Vixie Labs.
27 Funding for this project was provided by Internet Systems Consortium.
28 Information about Internet Systems Consortium can be found at
29 https://www.isc.org.
30
31
32
33 dhclient.leases(5)