# Sample /etc/dhcpd.conf file default-lease-time 600; max-lease-time 7200; option subnet-mask 255.255.255.0; option broadcast-address 192.168.4.255; option routers 192.168.4.254; option domain-name-servers 192.168.4.1; option domain-name "UGL2.ee.uet.edu.pk"; subnet 192.168.4.0 netmask 255.255.255.0 { #change the hostip to the IP address of the target machine range hostip 192.168.4.200; }