Article Title: A Summary of DHCP configuration steps in Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Server Configuration
1. netconfig // Configure the server IP Address
Service ntework restart
2. mount/dev/cdrom // install software required for dhcp
Rpm-ivh dhcp-3 .........
Rpm-ivh dhcp-d .........
Umount/dev/cdrom
3. vi/etc/dhcpd. conf // configure the dhcp server configuration file (the default file does not exist and must be created manually)
Cp/usr/share/dhcp-3.0.1/dhcpd. conf. sample/etc/dhcpd. conf
Vi/etc/dhcpd. conf
4. service dhcpd restart // start dhcp service
Service dhcpd status
Client Configuration
Windows: ipconfig/release // release IP
Ipconfig/renew // obtain the IP address again
Ipconfig // view the IP address
Linux: netconfig // set the IP address to be dynamically obtained
Service network restart
Server Information view
Tail/var/lib/dhcp/dhcpd. leases // view the lease File Content