Ubuntu Install TFTP server

Source: Internet
Author: User

1, installation TFTPD-HPA:
1 sudo apt-get Install TFTPD-HPA
2. Create a TFTP shared folder in the root directory:
1 sudo mkdir/tftpboot
3. Modify the TFTP shared folder permissions to 777:
1 777 /tftpboot
4, configuration tftpd-hpa:
1 sudo vim/etc/default/tftpd-hpa
1 #/etc/default/tftpd-2 tftp_username="TFTP"3 tftp_directory="/tftpboot"  #更改这一项, change to your TFTP shared folder path 4 tftp_address="[::]:69" tftp_options="--secure  "
5. Restart the TFTP server:
1 sudo service tftpd-hpa restart
Note: If the board fails to download the file via TFTP, restart the TFTP server by 5 and the download should be successful.

Ubuntu Install TFTP server

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.