From 1236cccc6a2023558ec4d4055f008844da993e5d Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 27 Mar 2010 16:46:05 -0700 Subject: [PATCH] Set 'forward=1' on all interfaces in the multi-interface samples Signed-off-by: Tom Eastep --- Samples6/three-interfaces/interfaces | 6 +++--- Samples6/two-interfaces/interfaces | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Samples6/three-interfaces/interfaces b/Samples6/three-interfaces/interfaces index 588ba3955..7bf0d2855 100644 --- a/Samples6/three-interfaces/interfaces +++ b/Samples6/three-interfaces/interfaces @@ -12,6 +12,6 @@ # For information about entries in this file, type "man shorewall6-interfaces" ############################################################################### #ZONE INTERFACE BROADCAST OPTIONS -net eth0 detect tcpflags -loc eth1 detect tcpflags -dmz eth2 detect +net eth0 detect tcpflags,forward=1 +loc eth1 detect tcpflags,forward=1 +dmz eth2 detect tcpflags,forward=1 diff --git a/Samples6/two-interfaces/interfaces b/Samples6/two-interfaces/interfaces index fb7662159..6641eb4b6 100644 --- a/Samples6/two-interfaces/interfaces +++ b/Samples6/two-interfaces/interfaces @@ -12,5 +12,5 @@ # For information about entries in this file, type "man shorewall6-interfaces" ############################################################################### #ZONE INTERFACE BROADCAST OPTIONS -net eth0 detect tcpflags -loc eth1 detect tcpflags +net eth0 detect tcpflags,forward=1 +loc eth1 detect tcpflags,forward=1