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 - Compile DHCPD From SourceDownload the DHCPD Source DistributionCompiling DHCPD from source is not much harder than using a package manager such as apt-get. Log into your Linux server with your user account and create a directory that you can download the source distribution for DHCPD to, unpack it and compile it.Download the source distribution from www.isc.org into your working directory.
Unpack the source distribution.
Change into the directory that contains the uncompressed source code and compile DHCPD.
The above example dhcpd.conf will work quite acceptably and supplies the basic information required to get your DHCP clients accessing the internet via a gateway. You will have to change the IP addresses specified here to suit your network. |
| © 2009 www.linuxserverhowto.com |