Manual
Table Of Contents
- 1 Introduction
- 2 Detailed Specifications
- 3 Unpacking
- 4 Installation
- 5 System Maintenance
- 6 AMI BIOS Setup
- 7 Software Drivers
- A Safety Precautions
- B BIOS Configuration Options
- C One Key Recovery
- D Watchdog Timer
- E Hazardous Materials Disclosure

AFL2-12A-D525 Series Panel PC
Page 167
C.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
C.6.5 Create Shared Directory
Step 14: Install the samba.
#yum install samba
Step 15: 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 16: Confirm the operating system default settings: smb.conf.
#vi /etc/samba/smb.conf