Appendix 4 Building Tftp Server - Embest SBC8600B User Manual

Hide thumbs Also See for SBC8600B:
Table of Contents

Advertisement

Embest Technology Co., Ltd

Appendix 4 Building TFTP Server

Please go through the following steps to create a TFTP server under Ubuntu Linux
system;
1)
Execute the following instructions to install a client;
$>sudo apt-get install tftp-hpa
$>sudo apt-get install tftpd-hpa
2)
Execute the following instructions to install inet;
$>sudo apt-get install xinetd
$>sudo apt-get install netkit-inetd
3)
Execute the following instructions to configure the server;
A) Create a tftpoot under root directory and change the properties to
readable/writable by users;
$>cd /
$>sudo mkdir tftpboot
$>sudo chmod 777 tftpboot
B) Execute the following instruction and add the line tftpd dgram udp wait root
/usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /tftpboot;
$>sudo vi /etc/inetd.conf
C) Reload inetd process;
$>sudo /etc/init.d/inetd reload
D) Execute the following instructions to create a file named tftp, and then add the
codes contained in the following table to the file;
$>cd /etc/xinetd.d/
Copyright © 2017 Embest Technology
SBC8600B-UM-V2.0
147

Advertisement

Table of Contents
loading

Table of Contents