C.6.2 configure tftp settings – IEI Integration AFL-W15A_17D-GM45 v3.00 User Manual

Page 129

Advertising
background image

AFL-W15A/17D-GM45 Panel PC

Page 118

filename “pxelinux.0”;

C.6.2 Configure TFTP Settings

Step 1:

Install the tftp, httpd and syslinux.

#yum install tftp-server httpd syslinux

(CentOS)

#apt-get install tftpd-hpa xinetd syslinux

(Debian)

Step 2:

Enable the TFTP server by editing the “/etc/xinetd.d/tftp” file and make it use the

remap file. The “-vvv” is optional but it could definitely help on getting more

information while running the remap file. For example:

CentOS

#vi /etc/xinetd.d/tftp

Modify:

disable = no

server_args = -s /tftpboot –m /tftpboot/tftpd.remap -vvv

Advertising