dhcpd

ISC DHCP server for automatic IP address assignment

Install

All systems
curl cmd.cat/dhcpd.sh
Debian Debian
apt-get install isc-dhcp-server-dbg
Ubuntu
apt-get install isc-dhcp-server-dbg
Alpine
apk add dhcp
Arch Arch Linux
pacman -S dhcp
image/svg+xml Kali Linux
apt-get install isc-dhcp-server-ldap
Fedora
dnf install dhcp-server
Windows (WSL2)
sudo apt-get update sudo apt-get install isc-dhcp-server-dbg
Raspbian
apt-get install isc-dhcp-server-ldap
Docker
docker run cmd.cat/dhcpd dhcpd powered by Commando

isc-dhcp-server

ISC DHCP server for automatic IP address assignment

This is the Internet Software Consortium's DHCP server. Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. This server can handle multiple ethernet interfaces.

isc-dhcp-server-ldap

DHCP server that uses LDAP as its backend

This is the server from the Internet Software Consortium's implementation of DHCP. Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. This is the DHCP server with LDAP patches applied to it.

dhcp-server

4.3.6-29.fc30.x86_64 : Provides the ISC DHCP server

isc-dhcp-server-dbg

ISC DHCP server for automatic IP address assignment (server debug)

This is the server from the Internet Software Consortium's implementation of DHCP. This is a transitional package that can be safely removed.

dhcp

DHCP (Dynamic Host Configuration Protocol) is a protocol which

allows individual devices on an IP network to get their own network configuration information (IP address, subnetmask, broadcast address, etc.) from a DHCP server. The overall purpose of DHCP is to make it easier to administer a large network. The dhcp package includes the ISC DHCP service and relay agent. To use DHCP on your network, install a DHCP service (or relay agent), and on clients run a DHCP client daemon. The dhcp package provides the ISC DHCP service and relay agent.