I'm not sure I understand the full setup there, but I see you are running your server 
on port 5021.  If you are also running a firewall you will need to figure out the data 
port and route that as well.  In a normal ftp install the control is on port 21, but 
the data is actually transfered on port 20.  Since you appear to have a control 
connection and are only blocked on the transfer the data port setting would seem 
suspect.

-Darren

On Tue, 17 Oct 2000 16:35:38 -0400 (EDT), you wrote:
> 
> Hello:  We are attempting to allow ftp connections via
> tunneling with OpenSSH with repeated failure (both 6.2 
> and 7.0). The connection is apparently being blocked, 
> but where/how? Any assistance or ideas would be very 
> much appreciated.  (see below)
> 
> Kenneth R. Pollard
> Department of Mathematics and Statistics
> University of Massachusetts
> 
> 
> [avrunin@h006008ccb688 avrunin]$ ftp localhost 5021
> Connected to h006008ccb688.
> 220 ext.math.umass.edu FTP server (Version wu-2.6.1(1) Wed Aug 9 05:54:50 EDT 2000) 
>ready.
> Name (localhost:avrunin): 
> 331 Password required for avrunin.
> Password:
> 230 User avrunin logged in.
> Remote system type is UNIX.
> Using binary mode to transfer files.
> ftp> put .bashrc home.bashrc
> local: .bashrc remote: home.bashrc
> 500 Illegal PORT Command
> ftp: bind: Address already in use
> ftp> passive
> Passive mode on.
> ftp> put .bashrc home.bashrc
> local: .bashrc remote: home.bashrc
> 227 Entering Passive Mode (128,119,47,3,85,85)
> 425 Possible PASV port theft, cannot open data connection.
> ftp> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Darren R. Weber
[EMAIL PROTECTED]
AIM: TuxUser
ICQ#: 2849193
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to