From a74f576c762aac0bfc8710f448fadedcbfc16b9d Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 18 May 2002 21:34:55 +0000 Subject: [PATCH] A couple of minor problems with the Samples are fixed git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@36 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Samples/one-interface/policy | 2 +- Samples/three-interfaces/interfaces | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Samples/one-interface/policy b/Samples/one-interface/policy index a60b52ff3..efe89bce1 100644 --- a/Samples/one-interface/policy +++ b/Samples/one-interface/policy @@ -41,7 +41,7 @@ # KERNEL.INFO. ############################################################################### #SOURCE DEST POLICY LOG LEVEL LIMIT:BURST -lfw net ACCEPT +fw net ACCEPT net all DROP info all all REJECT info #LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE diff --git a/Samples/three-interfaces/interfaces b/Samples/three-interfaces/interfaces index 1194fea6c..b09cac0a3 100755 --- a/Samples/three-interfaces/interfaces +++ b/Samples/three-interfaces/interfaces @@ -91,7 +91,7 @@ # net ppp0 - noping ############################################################################## #ZONE INTERFACE BROADCAST OPTIONS -net eth0 detect dhcp,norfc1918,dhcp +net eth0 detect dhcp,norfc1918 loc eth1 detect routestopped dmz eth2 detect routestopped #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE