请教centos的ftp设置,按照网络上的教程做了,但是centos的21端口都不通,请教大家该如何配置才好,谢谢!
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了请教centos的ftp设置,按照网络上的教程做了,但是centos的21端口都不通,请教大家该如何配置才好,谢谢!相关的知识,希望对你有一定的参考价值。
开启防火墙端口:/sbin/iptables -I INPUT -p tcp --dport 21 -j ACCEPT
/etc/rc.d/init.d/iptables save
/etc/init.d/iptables restart
查看防火墙信息:
/etc/init.d/iptables status 参考技术A 关闭selinux
以上是关于请教centos的ftp设置,按照网络上的教程做了,但是centos的21端口都不通,请教大家该如何配置才好,谢谢!的主要内容,如果未能解决你的问题,请参考以下文章