Hi everybody,
I have two suse 10.1 servers and the target server, is running vsftp,
ports 20,21 are open from the firewall, I can ftp into from my desktop
computer using command line ftp, but from the other server which also
has port 20,21 open, I can login, but if I try to run any command as
simple as a dir or ls, I get the following:
227 Entering Passive Mode (129,15,99,44,197,69)
200 PORT command successful. Consider using PASV.
425 Failed to establish connection.
If I try the same from my desktop is run fine, I have tried using passive
off/on, epsv on/off and same results all the time.
Here are my vsftp.conf parameters:
write_enable=YES
dirmessage_enable=YES
ftpd_banner="Welcome to THE ULFULS FTP service."
local_enable=YES
local_umask=022
chroot_local_user=YES
local_max_rate=9200
anonymous_enable=NO
anon_world_readable_only=NO
anon_upload_enable=YES
anon_umask=022
anon_mkdir_write_enable=YES
anon_other_write_enable=NO
anon_max_rate=9200
syslog_enable=YES
log_ftp_protocol=NO
xferlog_enable=YES
vsftpd_log_file=/var/log/vsftpd.log
xferlog_file=/var/log/xferlog
connect_from_port_20=YES
pasv_enable=YES
pam_service_name=vsftpd
listen=YES
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]