VSFPTD was not connecting – 425 Failed To Establish Connection
VSFTP Error:
You will be able to login to the site.
Files were also visible.
But while trying to download it it shows error – 425 Failed To Establish Connection.
Solution:
Problem may be because of your firewall rule.
Configure iptables for vsftp Properly.
You can find the Procedure here
If not done by iptables, Then:-
"425 failed to establish connection"
If you still facing this error at login. simply add the "default" FTP port (21/TCP) given in system firewall, Apply this and restart Iptables. And here you will get the data access threw port 21.
if you have already added both 20 and 21 ports threw "other ports" tab in system firewall, then also you have to add this default port in firewall.
To see Example open this link.
http://www.flickr.com/photos/pawan20…ream/lightbox/
Check your selinux status. You can do it by the command
#sestatus
If that is enforce then diable it by editing /etc/sysconfig/selinux and remove enforce and put disable.
Restart the system to take this setting effective.