Re: vsftpd
Posted by TrevorH on 2012/2/19 22:38:00
You don't need to open udp port 21 for ftp use, only tcp is required.
I was referring to your posted iptables rules above, which had only 11 rules listed, none of which were for port 21. Incidentally, since you have a policy default set of ACCEPT, and you have no DROP rule in those rules, you currently have NO firewall running! Rather you have a firewall with 11 rules but the default rule is to allow all traffic so anything that doesn't match those is accepted anyway.
I suggest that you fix this ASAP.
Your lack of a restorecon executable means that you do not have the policycoreutils package installed.
This Post was from: https://www.centos.org/newbb/viewtopic.php?forum=56&topic_id=35852&post_id=155331