From 0166ff153d3c18ca528035ed1565b45a62206bea Mon Sep 17 00:00:00 2001 From: mhnoyes Date: Thu, 25 Dec 2003 18:28:14 +0000 Subject: [PATCH] fixed single quotes git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@961 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-docs/IPIP.xml | 12 ++++++------ Shorewall-docs/IPSEC.xml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Shorewall-docs/IPIP.xml b/Shorewall-docs/IPIP.xml index c220f0d5d..63aa448cc 100644 --- a/Shorewall-docs/IPIP.xml +++ b/Shorewall-docs/IPIP.xml @@ -63,13 +63,13 @@ /etc/shorewall/policy file and the /etc/shorewall/tunnel script that is included with Shorewall. - The 'tunnel' script is not installed in /etc/shorewall by - default -- If you install using the tarball, the script is included in the - tarball; if you install using the RPM, the file is in your Shorewall + The tunnel script is not installed in /etc/shorewall + by default -- If you install using the tarball, the script is included in + the tarball; if you install using the RPM, the file is in your Shorewall documentation directory (normally /usr/share/doc/shorewall-<version>). - In the /etc/shorewall/tunnel script, set the 'tunnel_type' + In the /etc/shorewall/tunnel script, set the tunnel_type parameter to the type of tunnel that you want to create. @@ -79,8 +79,8 @@ On each firewall, you will need to declare a zone to represent the - remote subnet. We'll assume that this zone is called 'vpn' and - declare it in /etc/shorewall/zones on both systems as follows. + remote subnet. We'll assume that this zone is called vpn + and declare it in /etc/shorewall/zones on both systems as follows. /etc/shorewall/zones system A & B diff --git a/Shorewall-docs/IPSEC.xml b/Shorewall-docs/IPSEC.xml index cba448471..c8b67ede1 100644 --- a/Shorewall-docs/IPSEC.xml +++ b/Shorewall-docs/IPSEC.xml @@ -808,11 +808,11 @@ conn packetdefault a different updown script that adds the remote station to the appropriate zone when the connection comes up and that deletes the remote station when the connection comes down. For example, when 134.28.54.2 connects for the - vpn2 zone the 'up' part of the script will issue the command: + vpn2 zone the up part of the script will issue the command:/sbin/shorewall add ipsec0:134.28.54.2 vpn2 - and the 'down' part will: + and the down part will:/sbin/shorewall delete ipsec0:134.28.54.2 vpn2