加入收藏 | 设为首页 | 会员中心 | 我要投稿 甘南站长网 (https://www.0941zz.com/)- 科技、行业物联网、开发、云计算、云管理!
当前位置: 首页 > 综合聚焦 > Ubuntu > 正文

ubuntu tftp 安装

发布时间:2020-09-02 02:11:39 所属栏目:Ubuntu 来源:互联网
导读:1.sudo apt-get install tftpd tftp openbsd-inetd 2.sudo vi /etc/inetd.conf #:BOOT: TFTP service is provided primarily for booting. Most sites # run this only on machines acting as boot servers. #t

1.sudo apt-get install tftpd tftp openbsd-inetd

2.sudo vi /etc/inetd.conf

#:BOOT: TFTP service is provided primarily for booting. Most sites
# run this only on machines acting as "boot servers."
#tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /srv/tftp (/srv/tftp 为默认tftp目录)

#修改如下文件
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /tftproot

3.sudo mkdir /tftproot

4.sudo chmod 777 /tftproot

5.sudo /etc/init.d/openbsd-inetd restart

6.查看69端口是否有打开 :netstat -an | more| grep udp

udp 0 0 0.0.0.0:69 0.0.0.0:*

7.本机测试:

a. 在/tftproot 下新建文件1.txt
b. 在其他目录下测试:
tftp 127.0.0.1
tftp> get 1.txt
Received 12 bytes in 0.0 seconds

tftp> quit

(编辑:甘南站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读