第一步:安装tftp服务
sudo apt-get install tftpd tftp openbsd-inetd
第二步:目录配置
vi /etc/inetd.conf
修改文件夹为根目录下的tftpboot (注意tftpboot文件夹属性 "chmod 777 /tftpboot")
#:BOOT: TFTP service is provided primarily for booting
#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 /tftpboot
第三步:重启服务
sudo /etc/init.d/openbsd-inetd restart
第四步:端口检测
查看69端口是否有打开
udp 0 0 0.0.0.0:69 0.0.0.0:*
第五步:本机回环测试
在/tftproot 下新建文件1.txt(chmod 777 1.txt)
tftp 127.0.0.1
get 1.txt
Received 12 bytes in 0.0 seconds
相关文章
- Ubuntu14.04配置Apache支持多个站点
- 在一个Ubuntu系统上配置Apache支持多个站点
- Ubuntu Kylin 14.04下配置JDK1.8
- ubuntu 软件安装配置使用总结(由xmind:Depends:java8-runtime but is not installed引出)
- ubuntu16.04 安装cuda9.0+cudnn7.0.5+tensorflow+nvidia-docker配置GPU服务
- Ubuntu16.04安装配置和使用ctags
- Linux入门(11)——Ubuntu16.04安装texlive2016并配置texmaker和sublime text3
- Linux入门(16)——Ubuntu16.04下配置sublime text 3使用markdown
- Ubuntu16.04安装后开发环境配置和常用软件安装
- Linux系统(Ubuntu/Debian/RedHat/CentOS)超级简单的samba配置文件smb.conf