ftp behind linux firewall doesn't work
Orbitseeker <[email protected]> Wed, 9 Mar 2005 08:39:17 +0100
| Newsgroups | gmane.linux.admin.managers |
|---|---|
| Message-ID | <20050309083917.1t0gl483hr4gwc40@pdc> |
Port 21 is only used for incoming requests to establish connections, you also need to allow connections to unprivileged ports from 1024 to 65535 for data channel transfers: 1.) Incoming requests: INPUT source = unprivileged; destination = 21 OUTPUT source = 21; destination = unprivileged 2.) Normal port mode for data channel responses INPUT source = unprivileged; destination = 20; state = established,related OUTPUT source = 20; destination = unprivileged 3.) Passive mode data channel responses INPUT source = unprivileged; destination = unprivileged OUTPUT source = unprivileged; destination = unprivileged; state = established,related ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ LinuxManagers mailing list - http://www.linuxmanagers.org submissions: LinuxManagers-35TzE1X9F6582KRnZfj+bdi2O/[email protected] subscribe/unsubscribe: http://www.linuxmanagers.org/mailman/listinfo/linuxmanagers