Install DHCP in Ubuntu By: Onno W. Purbo # apt-get install dhcp3-server # vi /etc/dhcp3/dhcpd.conf option domain-name "yc0mlc.ampr.org" option domain-name-servers 202.134.2.5, 203.130.196.5; subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.91 192.168.0.100 options routers 192.168.0.222; } # /etc/init.d/dhcp3-server restart