- Dhcpd
-
dhcpd (also spelled DHCPD or referred to as a DHCP server) is a common name for the daemon that allows a server to provide a Dynamic Host Configuration Protocol (DHCP) service to a network.
Clients may solicit an IP address(IP) from a DHCP server when they need one. The DHCP server then offers the "lease" of an IP address to the client, which the client is free to request or ignore. If the client requests it and the server acknowledges it, then the client is permitted to use that IP address for the "lease time" specified by the server. At some point before the lease expires, the client must re-request the same IP address if it wishes to continue to use it.
Issued IP addresses are tracked by dhcpd through a record in the dhcpd.leases file. This allows the server to maintain state over restarts of the dhcp service, which could otherwise lead to duplicate IP addresses being issued when server issued the same IP address again while another client still has the right to use it.
A reference implementation of dhcpd is developed by the Internet Systems Consortium and is supported on Solaris, FreeBSD, OpenBSD, NetBSD and Linux.
External links
- Configuring dhcpd on a wireless access point
- dhcpd section in the ISC website
- Official FTP repository
- dhcpd man page
- dhcp.conf man page
This network-related software article is a stub. You can help Wikipedia by expanding it.