DHCP (Dynamic Host Configuration Protocol)
====================================
Description
--------------------
For Dynamic IP allocation
Deamon : dhcpd
Package : dhcp
Installation and Configuration
----------------------------------------------
1. Configure static IP address for the server
vi /etc/sysconfig/network-scripts/ifcfg-eth0
2. Vi /etc/dhcpd.conf
Change the values of "subnet" and "range dynamic bootup" as our requirement
3. /etc/init.d/dhcpd start