How to install a DHCP server on Ubuntu 6.06

Assumed that “eth0” is the interface for network card IP Address Range: 192.168.0.100 to 192.168.0.200 Subnet Mask: 255.255.255.0 DNS Servers: 202.188.0.133, 202.188.1.5 Domains: tm.net.my Gateway Address: 192.168.0.1 sudo apt-get install dhcp3-server sudo cp /etc/default/dhcp3-server /etc/default/dhcp3-server_backup gksudo gedit /etc/default/dhcp3-server Find this line … INTERFACES=”” Replace with the following line INTERFACES=”eth0″ Save the edited file sudo cp […]