公司简介
发展历程
高端网站建设
微信开发
APP开发
网络营销服务
电商网站定制
生物医药网站建设
外贸网站建设
教育培训网站建设
小程序开发
功能应用
客户案例
网站建设案例
小程序案例
电商平台案例
APP案例
系统平台案例
网站建设
网站设计
常见问题
小程序
公司地址
人才招聘
地址:成都市太升南路288号锦天国际A幢1002号
电话:028-86922220
为企业提供网站建设、域名注册、服务器等服务
安装tftp-server
1 、安装tftp-server
[root@localhost weijie]# yum install -y tftp-server
Loaded plugins: fastestmirror, refresh-packagekit, security
Running Transaction
Installing : tftp-server-0.49-8.el6.i686 1/1
Verifying : tftp-server-0.49-8.el6.i686 1/1
Installed:
tftp-server.i686 0:0.49-8.el6
Complete!
2 、打开配置文件“/etc/xinetd.d/tftp“
[root@localhost weijie]# gedit /etc/xinetd.d/tftp
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /var/lib/tftpboot // 默认目录
server_args = -s /var/lib/tftpboot //
默认目录
disable = no // 是否启动
disable = no //
是否启动
per_source = 11
cps = 100 2
flags = IPv4
}
3 、修改防火墙,允许udp端口号69
[root@localhost weijie]# gedit /etc/sysconfig/iptables
-A INPUT -m state --state NEW -m udp -p udp --dport 69 -j ACCEPT
4 、重启服务
[root@localhost weijie]# service iptables restart // 重启防火墙
[root@localhost weijie]# service iptables restart //
重启防火墙
iptables :将链设置为政策 ACCEPT : filter nat [ 确定 ]
iptables
:将链设置为政策
ACCEPT
:
filter nat [
确定
]
iptables :清除防火墙规则: [ 确定 ]
:清除防火墙规则:
[
iptables :正在卸载模块: [ 确定 ]
:正在卸载模块:
iptables :应用防火墙规则: [ 确定 ]
:应用防火墙规则:
iptables :载入额外模块: nf_conntrack_ftp [ 确定 ]
:载入额外模块:
nf_conntrack_ftp [
You have new mail in /var/spool/mail/root
[root@localhost weijie]# service xinetd restart // 重启 xinetd , tftp 依赖 xinetd 服务
[root@localhost weijie]# service xinetd restart //
重启
xinetd
,
tftp
依赖
服务
停止 xinetd : [ 确定 ]
停止
正在启动 xinetd : [ 确定 ]
正在启动
5 、测试
[root@localhost weijie]# tftp 192.168.1.8 // 连接服务器
[root@localhost weijie]# tftp 192.168.1.8 //
连接服务器
tftp> get 11.c // 获取文件
tftp> get 11.c //
获取文件
tftp> quit // 退出
tftp> quit //
退出
[root@localhost weijie]# ls // 查看文件,已经获取到
[root@localhost weijie]# ls //
查看文件,已经获取到
1 11.c 1.zip 2.c.bz2 4.c 6.c~ rec000012.c.bz2
1. 1.c 2.c 3.c 5.c col res.zip