All of lore.kernel.org
 help / color / mirror / Atom feed
* Established / related
@ 2004-06-29 18:33 Peter Marshall
  2004-06-29 18:46 ` Antony Stone
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Marshall @ 2004-06-29 18:33 UTC (permalink / raw)
  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







^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-06-29 19:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-29 18:33 Established / related Peter Marshall
2004-06-29 18:46 ` Antony Stone
2004-06-29 19:12   ` Peter Marshall
2004-06-29 19:25     ` Antony Stone
2004-06-29 19:47       ` Peter Marshall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.