fixed single quotes

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@961 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
mhnoyes 2003-12-25 18:28:14 +00:00
parent da5430c179
commit 0166ff153d
2 changed files with 8 additions and 8 deletions

View File

@ -63,13 +63,13 @@
/etc/shorewall/policy file and the /etc/shorewall/tunnel script that is /etc/shorewall/policy file and the /etc/shorewall/tunnel script that is
included with Shorewall.</para> included with Shorewall.</para>
<para>The &#39;tunnel&#39; script is not installed in /etc/shorewall by <para>The <quote>tunnel</quote> script is not installed in /etc/shorewall
default -- If you install using the tarball, the script is included in the by default -- If you install using the tarball, the script is included in
tarball; if you install using the RPM, the file is in your Shorewall the tarball; if you install using the RPM, the file is in your Shorewall
documentation directory (normally documentation directory (normally
/usr/share/doc/shorewall-&#60;version&#62;).</para> /usr/share/doc/shorewall-&#60;version&#62;).</para>
<para>In the /etc/shorewall/tunnel script, set the &#39;tunnel_type&#39; <para>In the /etc/shorewall/tunnel script, set the <quote>tunnel_type</quote>
parameter to the type of tunnel that you want to create.</para> parameter to the type of tunnel that you want to create.</para>
<example> <example>
@ -79,8 +79,8 @@
</example> </example>
<para>On each firewall, you will need to declare a zone to represent the <para>On each firewall, you will need to declare a zone to represent the
remote subnet. We&#39;ll assume that this zone is called &#39;vpn&#39; and remote subnet. We&#39;ll assume that this zone is called <quote>vpn</quote>
declare it in /etc/shorewall/zones on both systems as follows.</para> and declare it in /etc/shorewall/zones on both systems as follows.</para>
<table> <table>
<title>/etc/shorewall/zones system A &#38; B</title> <title>/etc/shorewall/zones system A &#38; B</title>

View File

@ -808,11 +808,11 @@ conn packetdefault
a different updown script that adds the remote station to the appropriate 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 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 the connection comes down. For example, when 134.28.54.2 connects for the
vpn2 zone the &#39;up&#39; part of the script will issue the command:</para> vpn2 zone the <quote>up</quote> part of the script will issue the command:</para>
<programlisting>/sbin/shorewall add ipsec0:134.28.54.2 vpn2</programlisting> <programlisting>/sbin/shorewall add ipsec0:134.28.54.2 vpn2</programlisting>
<para>and the &#39;down&#39; part will:</para> <para>and the <quote>down</quote> part will:</para>
<programlisting>/sbin/shorewall delete ipsec0:134.28.54.2 vpn2</programlisting> <programlisting>/sbin/shorewall delete ipsec0:134.28.54.2 vpn2</programlisting>