Linux Server How ToHow To Setup, Configure, Manage and Secure a Linux Server |
|
Home Which Linux Distribution? Linux Server Hardware Linux Server Security Linux Web Server - Apache Linux DNS Server - Bind Linux DHCP Server - DHCPD Introduction to DHCPD Install DHCPD With Apt-get Install DHCPD From Source Configuring DHCPD Linux Mail Server - Sendmail LDP How To's About This Site |
Linux Server How To - DHCPD - The Linux DHCP ServerIntroducing DHCPD - The Linux DHCP ServerThe ISC DHCP server DHCPD is open source software that implements the Dynamic Host Configuration Protocols so that client computers and devices can be automatically configured when connecting to a local area network.
The ISC Linux DHCP server was originally written by Ted Lemon, who maintained it until the final release of version 3.0 in January 2003. Since 2004, primary maintenance and development of ISC DHCPD has been the work of David Hankins at ISC. DHCPD runs as a daemon or background process on your Linux server. Configuration of your DHCP server is achieved through a text file called dhcpd.conf that is generally but not always located somewhere in the /etc directory or one of its subdirectorys. There are several options that your Linux DHCP server may pass to its clients though IP address, subnet mask, default gateway and DNS server addresses are by far the most common. Configuration of these parameters is achieved by editing dhcpd.conf. |
| © 2009 www.linuxserverhowto.com |