compared with
Current by Nata Ramanenka
on Mar 05, 2012 01:48.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (8)

View Page History

The most common DHCP server on Linux and Unix is ISC DHCPD. To install a DHCP server on the Linux distribution that supports yum, such as Fedora and CentOS, run the following command:
{code}
yum -y install dhcp
{code}yum -y install dhcp{code}
{code}
Other Linux distributions and Unix variants have their own methods of software installation. For example, on distributions that support aptitiude, such as Debian and Ubuntu, ISC DHCP can be installed with the command:
{code}
apt-get install dhcp3-server
{code}apt-get install dhcp3-server{code}
{code}
After the installation, you will need to configure at least one (1) subnet. Consult the documentation supplied with the DHCP server. The most important part of the configuration is providing the DHCP clients with the IP address of the TFTP server and the boot file name.