This error appears when the FTP control connection is initialized from IP1 and the data connection is initialized from IP2 for PASSIVE FTP.
In these cases vsftpd detects that IP1 and IP2 are different so it terminates the connection.
TO disable this check, add
Code:
pasv_promiscuous=YES
to vsftpd.conf and restart it.
Man quote:
Quote:
pasv_promiscuous
Set to YES if you want to disable the PASV security check that ensures the data connection originates from the same IP address ...