Synopsis # Dynamic Host Configuration Protocol (DHCP) allows systems on a network to automatically obtain IPv4 addresses and associated configuration information such as DNS resolvers and default gateways. OpenBSD provides native support for both DHCP clients and servers for IPv4. For IPv6 address configuration, OpenBSD uses SLAAC (Stateless Address Autoconfiguration) with slaacd(8) rather than DHCPv6. This chapter describes how to configure both the DHCP client and server for IPv4 in OpenBSD...