摘要: 转载自:沉没的Atlantis CentOS7默认的防火墙不是iptables,而是firewalle. 安装iptable iptable-service 禁用/停止自带的firewalld服务 设置现有规则 其他规则设定 保存规则设定 开启iptables服务 解决vsftpd在iptables 阅读全文
posted @ 2017-09-15 11:30 干货市场 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 1、首先yum安装vsftp server 以3.0.2为例 命令:yum -y install vsftpd 2、配置文件 vsftp.conf 具体配置内容如下: anonymous_enable=NO local_enable=YES write_enable=YES allow_writea 阅读全文
posted @ 2017-09-15 10:55 干货市场 阅读(225) 评论(0) 推荐(0) 编辑