From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Peter Marshall" Subject: Established / related Date: Tue, 29 Jun 2004 15:33:24 -0300 Sender: netfilter-admin@lists.netfilter.org Message-ID: <004c01c45e07$8fcd1260$49caa8c0@caris.priv> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: 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: netfilter I was wondering if there is a way to use established, related on a subchain only. ex. ftp server behind firewall $IPTABLES -A FORWARD -d $IPSERVER -j ftpchain $IPTABLES -A ftpchain -p TCP -m state --state ESTABLISHED,RELATED -j ACCEPT This does not seem to work .. It only seems to work when I have the established,related line on the Forwared chain. Thanks for the help. Peter