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 121
B.6.4 Start the DHCP, TFTP and HTTP
Start the DHCP, TFTP and HTTP. For example:
CentOS
#service xinetd restart
#service httpd restart
#service dhcpd restart
Debian
#/etc/init.d/xinetd reload
#/etc/init.d/xinetd restart
#/etc/init.d/dhcp3-server restart
B.6.5 Create Shared Directory
Step 1: Install the samba.
#yum install samba
Step 2: Create a shared directory for the factory default image.
#mkdir /share
#cd /share
#mkdir /image
#cp iei.gho /image
WARNING:
The file name of the factory default image must be iei.gho.
Step 3: Confirm the operating system default settings: smb.conf.
#vi /etc/samba/smb.conf