HP3000-L Archives

September 2005, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jeff Kell <[log in to unmask]>
Reply To:
Jeff Kell <[log in to unmask]>
Date:
Thu, 8 Sep 2005 13:50:57 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (29 lines)
Greg Terterian wrote:
> Yes, both ports are open on both ends.  Like I said, we have customers
> logging to our site and we log on to their site.  My customer can do the  same from
> his end to everyone, but me :(

For an easy fix, it might be that you need passive (PASV), which makes connections in the same direction all the time (client to server).

Active FTP goes:
  client -> server (ephemeral -> tcp/21 command)
  client <- server (ephemeral <- tcp/20 PORT data channel setup)

PASV goes:
  client -> server (ephemeral -> tcp/21 command)
  client -> server (ephemeral -> ephemeral)

(ephemeral = any port > 1023)

From that you can get the firewall openings necessary for the two modes and roles.

If you have 20/21 open on both ends, active should work.
Passive requires 21 and everything > 1023 open on the server end*.

Jeff

* - can restrict the ports offered in some ftp server implementations, but not the 3000's, unless James sneaked that ability in while I wasn't looking.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2