ftp问题解决:
http://www.linuxdiyf.com/viewarticle.php?id=272088
IPTABLES_MODULES="ip_nat_ftp ip_conntrack_ftp"
ftp用户设置:
http://www.cnblogs.com/bienfantaisie/archive/2011/12/04/2275203.html
3、更改用户相应的权限设置:
usermod -s /sbin/nologin test //限定用户test不能telnet,只能ftp
usermod -s /sbin/bash test //用户test恢复正常
usermod -d /test test //更改用户test的主目录为/test