dhclient-script
Bare metal disaster recovery and system migration framework
Install
- All systems
-
curl cmd.cat/dhclient-script.sh
- Debian
-
apt-get install isc-dhcp-client
- Ubuntu
-
apt-get install isc-dhcp-client
- Alpine
-
apk add dhclient
- Arch Linux
-
pacman -S dhclient
- Kali Linux
-
apt-get install isc-dhcp-client
- Fedora
-
dnf install dhcp-client
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install isc-dhcp-client
- Raspbian
-
apt-get install isc-dhcp-client
- Dockerfile
- dockerfile.run/dhclient-script
- Docker
-
docker run cmd.cat/dhclient-script dhclient-script
powered by Commando
rear
Bare metal disaster recovery and system migration framework
It is a modular framework with many ready-to-go workflows for common situations. Relax-and-Recover produces a bootable image. This image can repartition the system. Once that is done it initiates a restore from backup. Restores to different hardware are possible. Relax-and-Recover can therefore be used as a migration tool as well.
isc-dhcp-client
DHCP client for automatically obtaining an IP address
This is the Internet Software Consortium's DHCP client. 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. If your machine depends on DHCP (especially likely if it's a workstation on a large network, or a laptop, or attached to a cable modem), keep this or another DHCP client installed. Extra documentation can be found in the package isc-dhcp-common.
dhcp-client
dhclient-script
dhclient
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. To use DHCP on your network, install a DHCP service (or relay agent), and on clients run a DHCP client daemon. The dhclient package provides the ISC DHCP client daemon.