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 - Install DHCPD Using Apt-getInstalling DHCPD Using Apt-getInstalling DHCPD using apt-get is an easy process that can be performed in around about one minute. Apt-get retrieves the selected packages from a source server on the internet and automatically installs the software you have selected for you, in this instance DHCPD, the Linux DHCP server. An internet connection is necessary for this process to be successful. The commands documented here worked effectively on our Ubuntu Linux server and the majority of the information provided here will hold true for any Linux server using a distribution based on Debian.Installing DHCPD using apt-get is as simple as typing-
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 |