Owner manual
Table Of Contents
- 1 Introduction
- 2 Packing List
- 3 Connectors
- 4 Installation
- 5 BIOS
- 5.1 Introduction
- 5.2 Main
- 5.3 Advanced
- 5.4 Chipset
- 5.5 Boot
- 5.6 Security
- 5.7 Save & Exit
- 6 Software Drivers
- A BIOS Options
- B One Key Recovery
- C Terminology
- D Watchdog Timer
- E Hazardous Materials Disclosure

ICE-CV-D25501/N26001 COM Express Module
Page 118
B.6.1 Configure DHCP Server Settings
Step 1: Install the DHCP
#yum install dhcp (CentOS, commands marked in red)
#apt-get install dhcp3-server (Debian, commands marked in blue)
Step 2: Confirm the operating system default settings: dhcpd.conf.
CentOS
Use the following command to show the DHCP server sample location:
#vi /etc/dhcpd.conf
The DHCP server sample location is shown as below:
Use the following command to copy the DHCP server sample to etc/dhcpd.conf:
#cp /usr/share/doc/dhcp-3.0.5/dhcpd.conf.sample /etc/dhcpd.conf
#vi /etc/dhcpd.conf
Debian
#vi /etc/dhcpd.conf
Edit “/etc/dhcpd.conf” for your environment. For example, add
next-server PXE server IP address;