Just a note about FTP access in general, not specific to your problem: You need to allow TCP "Destination" ports 20 & 21. That would be "going out", not "coming from". Port 21 is the FTP control port, and port 20 is the FTP data port. You should plug that incoming FTP hole you created, if you don't need it.
-Mark > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 24, 2002 8:09 PM > To: Beginners Perl Mailing List > Subject: RE: Initializing CPAN > > > On Tue, 25 Jun 2002, Fontenot, Paul wrote: > > Let it have 20 and 21 for ftp > > I poked a hole in the firewall to accept all > related/established packets > coming *from* ports 20 & 21 but that didn't work. I seem to > recall that > ftp actually uses two different ports for the same dialogue. > Can anyone > refresh my memory on how ftp communicates? > > -- > Eric P. > Los Gatos, CA > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]