From 9a2ab381ddd5338728f2cdae5b35f98e9f16875c Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 12 Nov 2007 18:54:20 +0000 Subject: [PATCH] Fix typo in Routing-on-one-interface doc git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7646 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- docs/Multiple_Zones.xml | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/docs/Multiple_Zones.xml b/docs/Multiple_Zones.xml index 04bb9e964..7d30dba84 100644 --- a/docs/Multiple_Zones.xml +++ b/docs/Multiple_Zones.xml @@ -239,10 +239,6 @@ loc1 loc NONE loc1 ipv4 loc2 ipv4 - - Here it doesn't matter which zone is defined first. - - /etc/shorewall/interfaces #ZONE INTERFACE BROADCAST @@ -279,12 +275,8 @@ loc2 loc1 NONE /etc/shorewall/zones #ZONE TYPE OPTIONS -loc1 ipv4 -loc ipv4 - - - the sub-zone (loc1) is defined first! - +loc ipv4 +loc1:loc ipv4 /etc/shorewall/interfaces @@ -324,12 +316,8 @@ loc1 loc NONE /etc/shorewall/zones #ZONE TYPE OPTIONS -loc1 ipv4 -net ipv4 - - - the sub-zone (loc) is defined first! - +net ipv4 +loc:net ipv4 /etc/shorewall/interfaces @@ -343,13 +331,14 @@ loc eth0:192.168.1.0/24 maclist /etc/shorewall/masq - #INTERFACE SUBNET ADDRESS + #INTERFACE SOURCE ADDRESS eth0:!192.168.1.0/24 192.168.1.0/24 - Note that the maclist option is specified in - /etc/shorewall/interfaces. This is to help protect - your router from unauthorized access by your friends and neighbors. Start - without maclist then add it and configure your Note that the maclist option is + specified in /etc/shorewall/interfaces. This is to + help protect your router from unauthorized access by your friends and + neighbors. Start without maclist then add + it and configure your /etc/shorewall/maclist file when everything else is working.