Setup of TFTP server under Ubuntu

Source: Internet
Author: User

1. Download software

Installing Tftp-server

sudo apt-get install TFTPD-HPA

sudo apt-get install TFTP-HPA (if the client does not need to be installed)

TFTP-HPA is the client

TFTPD-HPA is a server-side

2. Configuring the TFTP server

sudo vim/etc/default/tftpd-hpa

Change the original content to:

Tftp_username= "TFTP"

Tftp_address= "0.0.0.0:69"

tftp_directory= "TFTP root" #服务器目录, you need to set the permission to 777,CHOMD 777

Tftp_options= "-l-c-S"

3. Restart the TFTP service

sudo service tftpd-hpa restart

4. Testing

sudo tftp 127.0.0.1

Tftp> get the file name to download (the file name exists under the TFTP server)

Setup of TFTP server under Ubuntu

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.