摘要:
1、查看是否已经安装了vsftpd vsftpd -version 2、安装vsftpd(CentOS7) yum install -y vsftpd 3、新建FTP目录 创建的FTP目录如下: /data/KodServer/data/User/tomas/home 4、创建新用户 ftpname 阅读全文
posted @ 2020-05-25 14:52
GaoYanbing
阅读(441)
评论(0)
推荐(0)
摘要:
1、关闭 rpcbind 服务 sudo systemctl disable rpcbind 2、关闭开机自启动 sudo systemctl disable rpcbind 3、立即执行关闭 systemctl stop rpcbind.socket 4、 验证是否监听 netstat -anup 阅读全文
posted @ 2020-05-25 14:49
GaoYanbing
阅读(2255)
评论(0)
推荐(0)
摘要:
Centos7 禁止ping的几种方式 临时禁ping 将/proc/sys/net/ipv4/icmp_echo_ignore_all文件里面的0临时改为1,从而实现禁止ICMP报文的所有请求,达到禁止Ping的效果,网络中的其他主机Ping该主机时会显示“请求超时”,但该服务器此时是可以Ping 阅读全文
posted @ 2020-05-25 14:47
GaoYanbing
阅读(5802)
评论(0)
推荐(0)