From 60f319a718b7ec3f0c36a889f1a947b85d0b4c7d Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 19 Feb 2016 09:46:23 -0800 Subject: [PATCH] Update Simple Bridge article for 5.0 Signed-off-by: Tom Eastep --- docs/SimpleBridge.xml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/docs/SimpleBridge.xml b/docs/SimpleBridge.xml index 0087ef97e..a77d6f3da 100644 --- a/docs/SimpleBridge.xml +++ b/docs/SimpleBridge.xml @@ -86,7 +86,7 @@ The following diagram shows a firewall for two bridged LAN segments. - + This is fundamentally the Two-interface Firewall described in the Two-interface Quickstart Guide. The @@ -108,10 +108,11 @@ /etc/shorewall/interfaces: - #ZONE INTERFACE BROADCAST OPTIONS -net eth0 detect ... -loc br0 10.0.1.255 routeback,... + ?FORMAT 2 +#ZONE INTERFACE OPTIONS +net eth0 ... +loc br0 routeback,bridge,... So the key points here are: @@ -128,8 +129,9 @@ loc br0 10.0.1.255 < - The routeback option is - specified for br0. + The routeback and bridge options is specified for br0. @@ -138,13 +140,6 @@ loc br0 10.0.1.255 < - Note to Shorewall-perl users: You - should also specify the bridge - option:#ZONE INTERFACE BROADCAST OPTIONS -net eth0 detect ... -loc br0 10.0.1.255 routeback,bridge,... - Your entry in /etc/shorewall/masq should be unchanged: