Find the ftp configuration file /etc/vsftpd/vsftpd.conf
vsftp:425 failed to establish connection
Modify the configuration file by appending
pasv_enable=YES
pasv_min_port=65000
pasv_max_port=65500
The port number can be customized
and restart the FTP service
# systemctl restart vsftpd.service
open PASV_ min_ Port and PASV_ max_ Port range port, take firewall as an example
# firewall-cmd --zone=public --add-port=65000-65500/tcp --permanent
# firewall-cmd --reload
For more operations of firewall, please move to the basic operations of CentOS firewall
425 Security: Bad IP connecting
modify configuration file and add
pasv_promiscuous=YES
Restart FTP service
# systemctl restart vsftpd.service
Similar Posts:
- [Solved] Centos7 Error: Failed to start iptables.service: Unit not found
- [Solved] Centos7 Failed to start iptables.service: Unit not found
- [Solved] CentOS 7.9 Install MySQL Error: 2003- cannot connect to mysql server on ‘10.10.1.202’(10060 “Unknown error”)
- Firewall is not running an error is reported when the remote server opens the port
- Rabbitmq error of connecting the native idea to Linux: java.net.connectexception: connection timed out: Connect [Solved]
- [Solved] 2003 – cant connect o mysql server on xxx (10060 unknown error)
- [Solved] CentOS 7.2 Startup Error: Failed to start IPv4 firewall with iptables
- Zabbix-server Error: No route to host [How to Solve]
- [Solved] MySQL Connect Error: Can’t connect to MySQL server on ‘ ‘(61)
- Solve the problem of SSH Connection closed by foreign host