From 048119030721d37e1dae72302a5fd33c99ba4fe2 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 3 Nov 2002 16:11:28 +0000 Subject: Add physdev comments --- docs/br_fw_ia/br_fw_ia.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs') diff --git a/docs/br_fw_ia/br_fw_ia.html b/docs/br_fw_ia/br_fw_ia.html index 3773001..7bb5887 100644 --- a/docs/br_fw_ia/br_fw_ia.html +++ b/docs/br_fw_ia/br_fw_ia.html @@ -54,6 +54,9 @@ Using the MAC module extension for iptables +
  • + Using the iptables physdev match module for kernel 2.5 +
  • @@ -608,6 +611,16 @@ echo '1' > /proc/sys/net/ipv4/ip_forward pressured enough I could hack something up to make this unpleasant side effect go away.

    + +

    + 10. Using the iptables physdev match module for kernel 2.5 +

    + The 2.5 standard kernel contains an iptables match module + called physdev which has to be used to match the bridge's + physical in and out ports. Its usage is simple: +
    iptables -m physdev --physdev-in <bridge-port>
    + and +
    iptables -m physdev --physdev-out <bridge-port>

     Released under the GNU Free Documentation License.
    -- 
    cgit v1.2.3