bootpef
server for the bootp protocol with DHCP support
Install
- All systems
-
curl cmd.cat/bootpef.sh
- Debian
-
apt-get install bootp
- Ubuntu
-
apt-get install bootp
- Kali Linux
-
apt-get install bootp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install bootp
- Raspbian
-
apt-get install bootp
- Dockerfile
- dockerfile.run/bootpef
bootp
server for the bootp protocol with DHCP support
This is a server for the bootp protocol; which allows network administrator to setup networking information for clients via an /etc/bootptab on a server so that the clients can automatically get their networking information. While this server includes rudimentary DHCP support as well, we suggest using the dhcp package if you need DHCP support, as it is much more complete.