How to build a TFTP server under Ubuntu

Source: Internet
Author: User

Today began to debug the arm of the Board, to be downloaded through TFTP to the board, so you have to configure the TFTP server, really annoying death ... (I love to install systems, so often have to do configuration)

Because before the Ubuntu has been built many times TFTP server, but has been unable to remember the name of that profile (memory is too bad), so every time Baidu.

But each time the results of Baidu are not the same, and access is very large, and some of the process is quite cumbersome, not only very troublesome, and get to the end has not been configured successfully. So simply write a diary to note down.

The TFTP server is the simplest installation configuration 1. Install Tftp-server

sudo apt-get install TFTPD-HPA

sudo apt-get install TFTP-HPA (if no client is required to install)

TFTP-HPA is the client

TFTPD-HPA is a server-side

2. Configure the TFTP server

sudo vim/etc/default/tftpd-hpa

Replace the original content with the following:

Tftp_username= "TFTP"

Tftp_address= "0.0.0.0:69″

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

Tftp_options= "-l-c-S"

3. Restart the TFTP service

sudo service tftpd-hpa restart

4. Test

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.