Configuration of the tftp service on Ubuntu11.04

Source: Internet
Author: User

Configuration of the tftp service on Ubuntu11.04 1. Installation: tftp-hpa, tftpd-hpa, xinetd www.2cto.com 2. configuration of/etc/default/tftpd-hpa. The content is as follows: #/etc/default/tftpd-hpa TFTP_USERNAME = "tftp" TFTP_DIRECTORY = "/var/tftp" TFTP_ADDRESS = "0.0.0.0: 69" TFTP_OPTIONS = "-- secure-c" www.2cto.com description: the second option is changed to the tftp working directory path you have defined. The fourth option is to add a "-s" parameter to run the put Operation (-- secure is equivalent to-s; -c is equivalent to -- create) 3. Set the working directory/var/tftp permission $ sudo chmod-R 777/var/tftp4 and restart the service $ sudo/etc/init. d/tftpd-hpa restart5. Test by tftp get and put: $ tftp localhosttftp> get xxtftp> put yy

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.