1.安装
su #进入root
yum install xinetd
yum install tftp
yum install tftp-server
2.配置tftp
vim /etc/xinetd.d/tftp
修改下面红框部分!
server_agrs改为自己准备存放的目录,并修改所设文件夹的权限
disable改为no
3.重启tftp服务
systemctl restart xinetd.service
netstat -a | grep tftp #查看是否开启
或者:netstat -tunap | grep :69
4.测试tftp
windows下ping一下linux的ip看是否可以通;
ping通之后关闭linux的防火墙: systemctl stop firewalld.service
启动windows客户端。