From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Brenton Subject: Re: Allow active and passive FTP connections Date: Thu, 17 Jun 2004 08:07:52 -0400 Sender: netfilter-admin@lists.netfilter.org Message-ID: <1087474071.2015.3.camel@grendel> References: <20040617110325.97064.qmail@web14723.mail.yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20040617110325.97064.qmail@web14723.mail.yahoo.com> Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Sagara Wijetunga Cc: netfilter On Thu, 2004-06-17 at 07:03, Sagara Wijetunga wrote: > > I have following issues relating to above rules: > 1. For active FTP requests by remote clients, it drops > the data connection request to the remote client from > the server on the OUTPUT chain. > > 2. For passive FTP requests by remote clients, it > drops the data connection request to the server from > remote clients on the INPUT chain. Try: insmod ip_conntrack_ftp HTH, C