ISC DHCP SERVER OMAPI
Download:https://www.isc.org/downloads/file/dhcp-4-4-1/?version=tar-gz
tar zvxf dhcp-4.4.1.tar.gz
cd dhcp-4.4.1
./configure
make
make install
touch /var/db/dhcpd.leases
vi /etc/dhcpd.conf
like this:
dhcpd -t
omshell:
https://linux.die.net/man/1/omshell
check port: 7911
That’s what I found.