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.
...
DHCPD.CONF(5) - File Formats Manual # DHCPD.CONF(5) - File Formats Manual
NAME # dhcpd.conf - DHCP server configuration file
DESCRIPTION # The dhcpd.conf file contains configuration information for dhcpd(8), the Internet Software Consortium DHCP Server.
The dhcpd.conf file is a free-form ASCII text file. It is parsed by the recursive-descent parser built into dhcpd(8). The file may contain extra tabs and newlines for formatting purposes. Keywords in the file are case-insensitive.
...
DHCPD(8) - System Manager’s Manual # DHCPD(8) - System Manager’s Manual
NAME # dhcpd - Dynamic Host Configuration Protocol (DHCP) daemon
SYNOPSIS # dhcpd [-dfnv] [-A abandoned_ip_table] [-C changed_ip_table] [-c config-file] [-L leased_ip_table] [-l lease-file] [-u[bind_address]] [-Y synctarget] [-y synclisten] [if0 [… ifN]]
DESCRIPTION # dhcpd implements the Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap Protocol (BOOTP). DHCP allows hosts on a TCP/IP network to request and be assigned IP addresses, and also to discover information about the network to which they are attached.
...