DHCPLEASECTL(8) - System Manager’s Manual # DHCPLEASECTL(8) - System Manager’s Manual
NAME # dhcpleasectl - control the dhcpleased client
SYNOPSIS # dhcpleasectl [-l] [-s socket] [-w maxwait] interface
DESCRIPTION # The dhcpleasectl program instructs the dhcpleased(8) daemon to request a new lease.
The following options are available:
-l
List the configured lease on interface instead of requesting a new lease.
-s socket
Use socket instead of the default /dev/dhcpleased.sock to communicate with dhcpleased(8).
...
DHCPLEASED.CONF(5) - File Formats Manual # DHCPLEASED.CONF(5) - File Formats Manual
NAME # dhcpleased.conf - DHCP client configuration file
DESCRIPTION # The dhcpleased(8) daemon is a dynamic host configuration protocol client daemon.
The dhcpleased.conf config file is divided into the following main sections:
Macros
User-defined variables may be defined and used later, simplifying the configuration file.
Interfaces
If an interface requires non-default options, they can be defined in this section.
...
DHCPLEASED(8) - System Manager’s Manual # DHCPLEASED(8) - System Manager’s Manual
NAME # dhcpleased - Dynamic Host Configuration Protocol (DHCP) client
SYNOPSIS # dhcpleased [-dnv] [-f file] [-s socket]
DESCRIPTION # dhcpleased is a dynamic host configuration protocol (DHCP) daemon for clients. It requests IP configuration information from for example those offered by dhcpd(8), on interfaces with the AUTOCONF4 flag set. See hostname.if(5) and ifconfig(8) on how to enable auto configuration on an interface.
...