2001-12-06 21:09:57

by Lennert Buytenhek

[permalink] [raw]
Subject: bridge firewalling with linux 2.4: it _is_ possible..

Hi,

People say my PR sucks, and it probably does. I've been somewhat reluctant
to announce this, but people here at Linux Kongress convinced me that a lot
of people probably don't even know about this, so here goes.

For a while now I've had a patch that makes bridge firewalling with linux
2.4 possible. This gives you all the goodies of the already present
netfilter/iptables infrastructure, including state tracking, various baroque
packet mangling techniques and network address translation (yeah, NAT on a
bridge, I know, you can call me sick, a lot of people do, hi Rusty).

Get the patch at:

(stable)
http://bridge.sourceforge.net/devel/bridge-nf/bridge-nf-0.0.3-against-2.4.13-ac7.diff

(devel)
http://bridge.sourceforge.net/devel/bridge-nf/bridge-nf-0.0.4-pre1-against-2.4.16.diff


The patch makes bridging look like routing, as far as netfilter is concerned,
so you can use your existing rulesets with minimal modification. The patch
will be submitted for netfilter patch-o-matic sometime in the future, once
I clean it up some more (there are some known loose ends).


cheers,
Lennert