dhcp-lease-list
ISC DHCP server for automatic IP address assignment
Install
- All systems
-
curl cmd.cat/dhcp-lease-list.sh
- Debian
-
apt-get install isc-dhcp-server
- Ubuntu
-
apt-get install isc-dhcp-server
- Kali Linux
-
apt-get install isc-dhcp-server
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install isc-dhcp-server
- Raspbian
-
apt-get install isc-dhcp-server
- Dockerfile
- dockerfile.run/dhcp-lease-list
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.