LNMP1.3下的Pureftpd安装后,启动失败
最新状态:有事外出2个小时后回来,未做任何操作,FTP自行正常连接了!!何解啊!!LNMP1.3下的Pureftpd安装后,启动失败
$ /etc/init.d/pureftpd start
Starting Pure-FTPd... Running: /usr/local/pureftpd/sbin/pure-ftpd --daemonize -A -c50 -B -C10 -D -E -fftp -H -I15 -lpuredb:/usr/local/pureftpd/etc/pureftpd.pdb -lunix -L2000:8 -m4 -p20000:30000 -s -U133:022 -u100 -g/var/run/pure-ftpd.pid -k99 -Z
$ /etc/init.d/pureftpd status
Pure-FTPd is not running.
端口号
$ vi /usr/local/pureftpd/etc/pure-ftpd.conf
PassivePortRange 20000 30000
执行了如下命令:
$ iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 20000:30000 -j ACCEPT
$ iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 20 -j ACCEPT
$ iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 21 -j ACCEPT
保存:
$ iptables-save > /etc/sysconfig/iptables
$ iptables -L
$ service iptables restart
重启 lnmp restart 之后,发现Pureftpd还是无法启动
[ 本帖最后由 haibor 于 2016-8-4 19:43 编辑 ] 启动信息都是正常的
status不一定完全反应运行状态,这个只是靠判断pid文件实现的
页:
[1]