$ sudo apt-get install dhcp3-serverNow edit the /etc/dhcp3/dhcp3d.conf
The default config file supplied with the dhcpd package is some what cumbersome. I replaced it with the following simple file# dhcpd.conf config file.authoritative;subnet 192.168.0.0 netmask 255.255.255.0 {range 192.168.0.20 192.168.0.250;option domain-name "mynet.local";option domain-name-servers 192.168.0.1;option