All of lore.kernel.org
 help / color / mirror / Atom feed
* target ACCEPT in maccheck chain, forward chain is still used?
@ 2006-06-09 14:10 cifroes
  2006-06-11 12:16 ` Martijn Lievaart
  0 siblings, 1 reply; 2+ messages in thread
From: cifroes @ 2006-06-09 14:10 UTC (permalink / raw)
  To: netfilter

hi,

I'm configuring a machine with iptables to serve as "router" and I have
a rather strange question.

I have to do mac check on one of the networks the router is connected so
I have something like this:
iptables -t mangle -N maccheck
iptables -t mangle -I PREROUTING -i eth1 -j maccheck
iptables -t mangle -A maccheck -m mac -j ACCEPT --mac-source AA:BB:CC...etc
iptables -t mangle -A maccheck -j DROP

(this is not pasted so ignore the typos)

I also have many rules in FORWARD chain.


My question is simple: what happens to the packet when it's marked as
ACCEPT by the 3rd rule? The rules that apply to that packet in the
FORWARD chain are still used or the ACCEPT stuff just overrides everything?


My tests say the FORWARD RULES are still used, am i correct?


(this is kind of a discussion with a mate, so if you can add
documentation to prove it, i will appreciate it...)

Many thx in advance



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

end of thread, other threads:[~2006-06-11 12:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-09 14:10 target ACCEPT in maccheck chain, forward chain is still used? cifroes
2006-06-11 12:16 ` Martijn Lievaart

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.