Ch 15 DHCP

#cp /usr/share/doc/dhcp-3.0.5/dhcpd.conf.sample /etc/dhcpd.conf

#vi /etc/dhcpd.conf

to get ip at client side.

#dhcpclient

(to check the link)

#mii-tool

(To know how many client connected to the server)

# /var/lib/dhcpd/dhcpd.leases

#vi /etc/dhcpd.conf

#end of 5th line

host  hostname{

hardware Ethernet    ;

fixed-address <fix ip> ;

}