dhcrelay
ISC DHCP relay daemon
Install
- All systems
-
curl cmd.cat/dhcrelay.sh
- Debian
-
apt-get install isc-dhcp-relay
- Ubuntu
-
apt-get install isc-dhcp-relay
- Alpine
-
apk add dhcp
- Arch Linux
-
pacman -S dhcp
- Kali Linux
-
apt-get install isc-dhcp-relay
- Fedora
-
dnf install dhcp-relay
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install isc-dhcp-relay
- Raspbian
-
apt-get install isc-dhcp-relay
- Dockerfile
- dockerfile.run/dhcrelay
- Docker
-
docker run cmd.cat/dhcrelay dhcrelay
powered by Commando
isc-dhcp-relay
ISC DHCP relay daemon
This is the Internet Software Consortium's DHCP relay. Installing this package will make the machine a DHCP relay, which requires a reachable DHCP or BOOTP server in order to function. Extra documentation can be found in the package isc-dhcp-common.
dhcp-relay
4.3.6-29.fc30.x86_64 : Provides the ISC DHCP relay agent
isc-dhcp-relay-dbg
ISC DHCP server for automatic IP address assignment (relay debug)
This is the relay 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.