| created on | October 7, 2025 |
is the demon responsible for querying a DHCP server (i.e., ISC kea) and configure the machine for the network it is about to join from the lease it receives from the DHCP server. A DHCP lease contains
should not be confused with dhcpd – the latter ist the ISC dhcpd, which reached its EOL in the end of 2022.
start for a specific interface, request a lease for the interface, wait for an address to be assigned before forking to background:
start for a specific interface, immediately fork to background, request no lease for the interface:
start for a specific interface, immediately fork to background, request a lease for the interface with a timeout of 10 seconds, write log to file specified in arg :
renew lease for a specific interface: