ciao io sulla slack10 l'ho configurata cosi:

file /etc/dhcpd.conf
codice:
# Sample /etc/dhcpd.conf
# (add your comments here) 

ddns-update-style ad-hoc;
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;

subnet 192.168.1.0 netmask 255.255.255.0 {
   range 192.168.1.10 192.168.1.100;
   range 192.168.1.150 192.168.1.200;
}
poi avvi il demone con

/sbin/dhcpd

questa è una configurazione minima...se vuoi + invo googla!