5

As I recall, there used to be this DHCP server called dhcpd3 However, under ubuntu, I am not entirely sure where to obtain or how to install it. The following command doesn't seem to locate the package.

apt-get install dhcpd3

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package dhcpd3

Has dhcpd3 been deprecated and replaced by something else?

Thank you in advance!

Antony
  • 358

2 Answers2

6

The server name is actually dhcp3-server

This is actually a transitional package to the actual DHCP server that is shipped, which is isc-dhcp-server

More info on how to search packages here:

Jorge Castro
  • 73,717
0

Try this command

sudo apt-get install dhcp3-server