网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

Linux服务器配置---tftpserver-创新互联

安装tftp-server

创新互联建站是一家专业提供平城企业网站建设,专注与成都网站设计、成都做网站、H5场景定制、小程序制作等业务。10年已为平城众多企业、政府机构等服务。创新互联专业网络公司优惠进行中。

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          // 默认目录

     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               // 重启防火墙

iptables :将链设置为政策  ACCEPT filter nat                [ 确定 ]

iptables :清除防火墙规则:                                  [ 确定 ]

iptables :正在卸载模块:                                    [ 确定 ]

iptables :应用防火墙规则:                                  [ 确定 ]

iptables :载入额外模块: nf_conntrack_ftp                   [ 确定 ]

You have new mail in /var/spool/mail/root

[root@localhost weijie]#  service xinetd restart              // 重启 xinetd tftp 依赖 xinetd 服务

停止 xinetd                                              [ 确定 ]

正在启动 xinetd                                           [ 确定 ]

 

5 、测试

[root@localhost weijie]#  tftp 192.168.1.8           // 连接服务器

tftp>  get 11.c                                           // 获取文件

tftp> quit                                               // 退出

You have new mail in /var/spool/mail/root

[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

    


文章标题:Linux服务器配置---tftpserver-创新互联
当前URL:http://bjjierui.cn/article/dogjcp.html

其他资讯