vsftpd PASV + putty port forwarding

Reply

Join Date: Oct 2008
Posts: 46
Reputation: shwick is an unknown quantity at this point 
Solved Threads: 0
shwick shwick is offline Offline
Light Poster

vsftpd PASV + putty port forwarding

 
0
  #1
Oct 10th, 2008
I'm trying to set up a secure ftp transfer between my linux machine and my internet gateway running ubuntu 8.04.

I have vsftpd installed but I can't get PASV connection to work with putty. My ubuntu firewall blocks everything except ssh.

From my windows XP machine I establish a connection with putty to my ubuntu machine. I have putty forward local port 21(windows machine) to 127.0.0.1:21(ubuntu machine).

This works sort of. I use the ftp client from windows command line to connect to 127.0.0.1 21, which forwards me to port 21 on the ubuntu machine and allows me to connect/login.

Then after I enter "quote PASV" and try a "dir" command it hangs. In vsftpd.conf I had added lines pasv_max_port=21 and pasv_min_port=21 so that the ftp server would tell the windows ftp client to use port 21 for data transfers.

I then added "pasv_address=127.0.0.1" to vsftpd.conf, thinking vsftp was telling the windows ftp client to try and connect to something other than localhost, and vsftpd wouldn't start, it said I had to edit 2 files.

I already have sftp working with psftp.exe, but I'd like one entry point into my system and psftp doesn't load bash.bashrc, so I want ftp through ssh to work.

See this site for PASV ftp: http://www.slacksite.com/other/ftp.html
Attached Files
File Type: txt vsftpd.txt (5.3 KB, 0 views)
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 46
Reputation: shwick is an unknown quantity at this point 
Solved Threads: 0
shwick shwick is offline Offline
Light Poster

Re: vsftpd PASV + putty port forwarding

 
0
  #2
Oct 14th, 2008
Ok I decided to ditch the port forwarding and just get it working normally first. I got it working by opening my local interface through iptables.

In vsftpd.conf I specified a port range of 55000 to 55100 for PASV ports, but vsftpd doesn't use that range.

Using wireshark I captured ftp packets and saw vsftpd sent PASV ports 62237 and 58847 for two different ftp sessions.

Why is it not using the specified range?


Here is a non-commented copy of vsftpd.conf.

listen=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
pasv_max_port=55000
pasv_min_port=55100
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
log_ftp_protocol=YES
secure_chroot_dir=/var/run/vsftpd
pam_service_name=vsftpd
rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 20
Reputation: gaowei is an unknown quantity at this point 
Solved Threads: 1
gaowei gaowei is offline Offline
Newbie Poster

Re: vsftpd PASV + putty port forwarding

 
0
  #3
Oct 17th, 2008
I use putty in my school's laboratory.
But I don't know you how to use vsftp?
Thanks!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the *nix Software Forum


Views: 2569 | Replies: 2
Thread Tools Search this Thread



Tag cloud for *nix Software
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC