[gentoo-user] IPtables statefull connection capable

2005-07-05 Thread Patrick Marquetecken
Hi, If I’m correct then iptables is statefull connection capable, this means I should not use rules like: If state of connection is ESTABLISHED ... If state of connection is RELATED ... and i my use only: If protocol is TCP and source is bla bla and destination port is bla bla and state of connec

RE: [gentoo-user] IPtables statefull connection capable

2005-07-05 Thread Dave Nebinger
> If I'm correct then iptables is statefull connection capable, this means I > should not use rules like: > If state of connection is ESTABLISHED ... > If state of connection is RELATED ... Stateful connection means that you can have a simple rule up front to allow for established and related conn

Re: [gentoo-user] IPtables statefull connection capable

2005-07-05 Thread Hans-Werner Hilse
Hi, On Tue, 5 Jul 2005 15:52:20 +0200 (CEST) "Patrick Marquetecken" <[EMAIL PROTECTED]> wrote: > If I’m correct then iptables is statefull connection capable, this means I > should not use rules like: > If state of connection is ESTABLISHED ... > If state of connection is RELATED ... > > and i m

Re: [gentoo-user] IPtables statefull connection capable

2005-07-06 Thread Patrick Marquetecken
> Hi, > > On Tue, 5 Jul 2005 15:52:20 +0200 (CEST) > "Patrick Marquetecken" <[EMAIL PROTECTED]> wrote: > >> If I’m correct then iptables is statefull connection capable, this means >> I >> should not use rules like: >> If state of connection is ESTABLISHED ... >> If state of connection is RELATED