How to Install bootp in Ubuntu 18.04



Install bootp by entering the following commands in the terminal:

sudo apt update
sudo apt install bootp

Description:

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.

Homepage: ftp://ftp.ntplx.net/pub/networking/bootp/

Version: 2.4.3-18build1

Section: universe/net