All of lore.kernel.org
 help / color / mirror / Atom feed
* Iptables rules processing
@ 2007-08-03 16:13 Franck Joncourt
  2007-08-03 16:23 ` Ray Leach
  2007-08-04 20:37 ` Elvir Kuric
  0 siblings, 2 replies; 11+ messages in thread
From: Franck Joncourt @ 2007-08-03 16:13 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 619 bytes --]

Hi,

Assuming we have the next two rules in our ruleset :

iptables -A INPUT -s 192.168.10.14 -p tcp --dport 80 -j ACCEPT
iptables -A INPUT -s 192.168.10.14 -p tcp --dport 443 -j ACCEPT

I was wondering whether rules are processed one by one.
In the two rules above, we have to check the source address
192.168.10.14, so I think this is done for the first one, and then for
the second one. I am not quite sure ; Can anyone confirm that ?

-- 
Franck Joncourt
http://www.debian.org - http://smhteam.info/wiki/
GPG server : pgpkeys.mit.edu
Fingerprint : C10E D1D0 EF70 0A2A CACF 9A3C C490 534E 75C0 89FE

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2007-08-04 20:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-03 16:13 Iptables rules processing Franck Joncourt
2007-08-03 16:23 ` Ray Leach
2007-08-03 17:07   ` Franck Joncourt
2007-08-03 17:34     ` Rob Sterenborg
2007-08-03 17:44       ` Franck Joncourt
2007-08-03 19:29         ` Grant Taylor
2007-08-03 20:03           ` Pascal Hambourg
2007-08-03 20:24             ` Grant Taylor
2007-08-03 20:23       ` Grant Taylor
2007-08-03 18:43     ` John A. Sullivan III
2007-08-04 20:37 ` Elvir Kuric

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.