centos 开启vsftpd服务主动模式

前端之家收集整理的这篇文章主要介绍了centos 开启vsftpd服务主动模式前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
@H_403_1@1、防火墙配置

@H_403_1@开启21端口

-A INPUT -m state --state NEW -m tcp -p tcp --dport 21 -j ACCEPT
@H_403_1@重启防火墙

service iptables restart
@H_403_1@2、配置vsftpd服务为主动模式

connect_from_port_20=YES
pasv_enable=NO
@H_403_1@重启vsftpd服务

service vsftpd restart
3、完成。

猜你在找的CentOS相关文章