DHCLIENT.LEASES(5) - File Formats Manual # DHCLIENT.LEASES(5) - File Formats Manual
NAME # dhclient.leases - DHCP client lease database
DESCRIPTION # dhclient(8) keeps a persistent 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. The file is written as a log, so the last declaration is the most recent lease obtained.
The lease file is named /var/db/dhclient.
...
DHCLIENT(8) - System Manager’s Manual # DHCLIENT(8) - System Manager’s Manual
NAME # dhclient - Dynamic Host Configuration Protocol (DHCP) client
SYNOPSIS # dhclient [-dnrv] [-c file] [-i options] interface
DESCRIPTION # dhclient uses the Dynamic Host Configuration Protocol (DHCP), or its predecessor BOOTP, to configure a network interface. Information typically provided via DHCP includes IPv4 address and subnet mask, default route, and domain name server.
The options are as follows:
...
DHCP-OPTIONS(5) - File Formats Manual # DHCP-OPTIONS(5) - File Formats Manual
NAME # dhcp-options - DHCP options
DESCRIPTION # The Dynamic Host Configuration protocol allows the client to receive options from the DHCP server describing the network configuration and various services that are available on the network. When configuring dhcpd(8) or dhclient(8), options must often be declared. The syntax for declaring options, and the names and formats of the options that can be declared, are documented here.
...