Linux Netfilter discussions
 help / color / mirror / Atom feed
* State Match Question
@ 2002-06-06 19:44 Paul Dunphy
  2002-06-06 20:17 ` Guillaume Morin
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Dunphy @ 2002-06-06 19:44 UTC (permalink / raw)
  To: netfilter

Could some kind soul please explain to me (or point me to information 
about) what the difference is between filtering on state ESTABLISHED in 
iptables and filtering on ! --syn? In other words, what's the difference 
between saying

iptables -A FORWARD -p tcp -m state --state ESTABLISHED -j ACCEPT

and saying,

iptables -A FORWARD -p tcp ! --syn -j ACCEPT

My apologies if this has been discussed before - I am new to the list (and 
to iptables :)

Thanks,
Paul


---------------------------------------------------------------------
Paul T. Dunphy, P.Eng.
Systems Administrator/Research Engineer
Centre for the Study of Commercial Activity
Ryerson University
Toronto, Ontario, CANADA
E-mail: pdunphyATcsca.ryerson.ca



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

end of thread, other threads:[~2002-06-06 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-06 19:44 State Match Question Paul Dunphy
2002-06-06 20:17 ` Guillaume Morin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox