"Mission Analysis and Requirements"
This task is to assume the entire intranet IP address allocation and management
Create a DHCP server for 10.10.10.0/24 network segments
known domain name is test.com
Reserved Admin host name is admin, its IP address is 10.10.10.100, its MAC address is 12:34:56:78:AB:CD
assigned address network segment is 10.10.10.1-10.10.10.254
"Hardware and Software Environment"
using virtual machines to integrate with real host environment
Install red Hat Enterprise Linux Server 5.0 in VMware Virtual machine systems
ISO file with Linux installation CD on hard drive
"Step Decomposition"
The IP address of this DHCP server is 10.10.10.2/24
1. DHCP installation
(1) need to install 2 packages, respectively:
dhcp-3.0.5-3.el5.i386.rpm
dhcp-devel-3.0.5-3.el5.i386.rpm
Install location view
2, modify the main configuration file/etc/dhcpd.conf
Because the installed/etc/dhcpd.conf file is empty, the profile template is/etc/share/doc/dhcp-3.0.5/dhcpd.conf.sample, so you can copy the mock files to the/etc/directory, and renamed to Dhcpd.conf at the time of replication, and then configured as follows
#vi/etc/dhcpd.conf