dhcp-helper
A DHCP relay agent
Install
- All systems
-
curl cmd.cat/dhcp-helper.sh
- Debian
-
apt-get install dhcp-helper
- Ubuntu
-
apt-get install dhcp-helper
- Kali Linux
-
apt-get install dhcp-helper
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dhcp-helper
- Raspbian
-
apt-get install dhcp-helper
- Dockerfile
- dockerfile.run/dhcp-helper
dhcp-helper
A DHCP relay agent
dhcp-helper is a DHCP and BOOTP relay agent. It listens for DHCP and BOOTP broadcasts on directly connected subnets and relays them to DHCP or BOOTP servers elsewhere. dhcp-helper is much smaller than dhcp3-relay package and it does not require the Packet Filter kernel facility to be present. This makes it a good choice for use on small or embedded systems. Unlike dhcp3-relay, dhcp-helper can be configured to forward DHCP requests as broadcasts, and therefore does not need to be given the IP address of the DHCP server, only the network in which it resides.