3
sign up log in tour help Take the 2-minute tour × Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required. sudo apt-get install xinetd tftpd tftp sudo apt-get install xinetd tftpd tftp service tftp { protocol = udp port = 69 socket_type = dgram wait = yes user = nobody server = /usr/sbin/in.tftpd server_args = /tftpboot disable = no } sudo mkdir /tftpboot sudo chmod -R 777 /tftpboot sudo chown -R nobody /tftpboot sudo /etc/init.d/xinetd restart tftp 192.168.1.2 tftp> get test Sent 159 bytes in 0.0 seconds tftp> quit cat test How do I install and run a TFTP server? - Ask Ubuntu http://askubuntu.com/questions/201505/how-do-i-install-and-run-a-tftp... 1 of 3 05-02-2015 09:48

How Do I Install and Run a TFTP Server_ - Ask Ubuntu

Embed Size (px)

DESCRIPTION

UBUNTU SERVER TFTP INSTALLATION

Citation preview

Page 1: How Do I Install and Run a TFTP Server_ - Ask Ubuntu

sign up log in tour help

Take the 2-minute tour ×Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

sudo apt-get install xinetd tftpd tftp

sudo apt-get install xinetd tftpd tftp

service tftp

{

protocol = udp

port = 69

socket_type = dgram

wait = yes

user = nobody

server = /usr/sbin/in.tftpd

server_args = /tftpboot

disable = no

}

sudo mkdir /tftpboot

sudo chmod -R 777 /tftpboot

sudo chown -R nobody /tftpboot

sudo /etc/init.d/xinetd restart

tftp 192.168.1.2

tftp> get test

Sent 159 bytes in 0.0 seconds

tftp> quit

cat test

How do I install and run a TFTP server? - Ask Ubuntu http://askubuntu.com/questions/201505/how-do-i-install-and-run-a-tftp...

1 of 3 05-02-2015 09:48

Page 2: How Do I Install and Run a TFTP Server_ - Ask Ubuntu

Јовић

Јовић

sudo chmod -R 777 /tftpboot

/tftpboot /etc/xinetd.d/tftp

/srv/tftp /etc/inetd.conf

/srv/tftp

atftpd /tftpboot

pxelinux.0

sudo apt-get install atftpd

vxworks pxelinux.0

Јовић

Јовић

vi /etc/inetd.conf

srv/tftp <my dir path>

/etc/init.d/openbsd-inetd restart

/etc/init.d/xinetd restart

service tftpd-hpa restart

tftpd-hpa

How do I install and run a TFTP server? - Ask Ubuntu http://askubuntu.com/questions/201505/how-do-i-install-and-run-a-tftp...

2 of 3 05-02-2015 09:48

Page 3: How Do I Install and Run a TFTP Server_ - Ask Ubuntu

How do I install and run a TFTP server? - Ask Ubuntu http://askubuntu.com/questions/201505/how-do-i-install-and-run-a-tftp...

3 of 3 05-02-2015 09:48