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