From f3e0147a5611217a77be977f3859002a46219d70 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 30 Nov 2003 18:29:49 +0000 Subject: *** empty log message *** --- docs/ebtables-faq.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ebtables-faq.html b/docs/ebtables-faq.html index bb44344..80e1a97 100644 --- a/docs/ebtables-faq.html +++ b/docs/ebtables-faq.html @@ -7,7 +7,7 @@ - + +
I'm trying to create a brouter that routes all IP traffic using the command "ebtables -t broute -A BROUTING -p IPv4 -j DROP", but it's not working...
+
The DROP target in the BROUTING chain doesn't change the MAC destination to the bridge device, by default. You need + to explicitly do this by using the redirect target: +
+ebtables -t broute -A BROUTING -p IPv4 -j redirect --redirect-target DROP
+

-- cgit v1.2.3