From: Patrick McHardy <kaber@trash.net>
To: Volker Sauer <volker@volker-sauer.de>
Cc: Philip Craig <philipc@snapgear.com>,
netfilter@vger.kernel.org,
Netfilter Development Mailinglist
<netfilter-devel@vger.kernel.org>
Subject: Re: Problem with new --physdev-out style
Date: Wed, 24 Oct 2007 14:49:15 +0200 [thread overview]
Message-ID: <471F3F4B.80205@trash.net> (raw)
In-Reply-To: <20071024120622.GB27593@volker-sauer.de>
Volker Sauer wrote:
> 99% of my rules on all my firewalls are like that:
>
> $IPTABLES -A FORWARD -i $BR_INT -m physdev --physdev-in $IF_INT
> --physdev-out $IF_DMZ -s $ZAPHOD -j ACCEPT
>
> IF_INT (eth1) and IF_DMZ (vlan3) are both members of BR_INT (br-intern):
>
> fw1: ~ # brctl show
> br-intern 8000.000d88cd28c1 yes eth1
> vlan3
>
> This means, that all rules like that are valid even with the new concept
> of netfilter, right?? But why do I get error messages like quoted in my
> first mail for these rules - it *is* bridged traffic inside *one*
> bridge!
> And: I don't see how --physdev-is-bridged should help, since it's a
> match and not a command to the kernel saying: "this *is* bridged
> traffic". It the kernel does not see this by itself,
> --physdev-is-bridged doesn't help.
Whether you believe it or not, this is the only way to tell
the physdev match that the rule only affects purely bridged
traffic.
> If my arguments are correct, I suggest the following improvement:
>
> In case someone is using physdev in OUTPUT, display the message like it
> is now: "using --physdev-out in the OUTPUT chains for non-bridged traffic
> is not supported anymore".
>
> In case it is used inside FORWARD, check if all physdev interfaces are
> members of the same bridge. If yes, accept the rule, because then it is
> allowed to use it!!! (Which is the case all the thousands of rules in
> my firewalls except the 5 that I sent to this list :-().
Does not work since one of the devices might be put in a different
bridge after you loaded the rules.
> If no, display a message like this:
>
> "physdev match: using --physdev-out in the FORWARD chains is only
> allowed if all physical interfaces are members of the same bridge."
Feel free to send a patch to improve the error messages.
next prev parent reply other threads:[~2007-10-24 12:49 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-24 7:18 Problem with new --physdev-out style Volker Sauer
2007-10-24 7:38 ` Patrick McHardy
2007-10-24 8:22 ` Philip Craig
2007-10-24 8:34 ` Patrick McHardy
2007-10-24 8:43 ` Pascal Hambourg
2007-10-24 9:15 ` Philip Craig
2007-10-24 9:22 ` Pascal Hambourg
2007-10-24 9:39 ` Philip Craig
2007-10-24 9:46 ` Pascal Hambourg
2007-10-24 9:05 ` Philip Craig
2007-10-24 9:42 ` Patrick McHardy
2007-10-24 12:06 ` Volker Sauer
2007-10-24 12:49 ` Patrick McHardy [this message]
2007-10-24 12:57 ` Volker Sauer
2007-10-24 14:11 ` Pascal Hambourg
2007-10-24 15:18 ` Volker Sauer
2007-10-24 9:28 ` Philip Craig
2007-10-24 8:36 ` Pascal Hambourg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=471F3F4B.80205@trash.net \
--to=kaber@trash.net \
--cc=netfilter-devel@vger.kernel.org \
--cc=netfilter@vger.kernel.org \
--cc=philipc@snapgear.com \
--cc=volker@volker-sauer.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.