记一次ftp服务器错误 centOS 6.4 vsftpd 500 illegal port command
摘要:这个错误是因为是主动模式的,应该改为被动模式 以下是操作过程: iptables中加 -A INPUT -p tcp -m state --state NEW -m tcp --dport 10221:10231 -j ACCEPT 重启iptables #/etc/init.d/iptables
阅读全文
posted @ 2016-10-24 15:19
浙公网安备 33010602011771号