zoukankan      html  css  js  c++  java
  • centos7安装tftp服务器

    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客户端。

  • 相关阅读:
    第六周 8.23-8.29
    Go-ethereum源码解析-Part I
    Go语言
    UVa Live 4725
    UVa 11134
    UVa 11100
    UVa 11627
    UVa Live 4794
    UVa LA 4254
    UVa 10905
  • 原文地址:https://www.cnblogs.com/boyiliushui/p/5140664.html
Copyright © 2011-2022 走看看