今天在linux机器上安装了一个vsftpd服务器,结果在连接时出现425 Security: Bad IP connecting错误了,经过一上午的搜索总结出一此问题解决办法。
错误提示
425 Security: Bad IP connecting
主要是需要在/etc/vsftpd/vsftpd.conf文件中添加如下一行:
pasv_promiscuous=YES
service vsftpd restart
pasv_promiscuous选项参数说明:
转载于:https://blog.51cto.com/fullseo/1857562
因篇幅问题不能全部显示,请点此查看更多更全内容