small nits

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@922 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-12-23 21:52:10 +00:00
parent a02bc08320
commit 0e209f0d3e
2 changed files with 5 additions and 6 deletions

View File

@ -31,7 +31,7 @@
</legalnotice> </legalnotice>
</articleinfo> </articleinfo>
<para> <ulink url="http://www.squid-cache.org/"><inlinemediaobject><imageobject><imagedata <para><ulink url="http://www.squid-cache.org/"><inlinemediaobject><imageobject><imagedata
align="left" fileref="images/squidnow.gif" /></imageobject></inlinemediaobject></ulink> align="left" fileref="images/squidnow.gif" /></imageobject></inlinemediaobject></ulink>
<ulink url="http://www.squid-cache.org/"><inlinemediaobject><imageobject><imagedata <ulink url="http://www.squid-cache.org/"><inlinemediaobject><imageobject><imagedata
align="right" fileref="images/cache_now.gif" /></imageobject></inlinemediaobject></ulink></para> align="right" fileref="images/cache_now.gif" /></imageobject></inlinemediaobject></ulink></para>
@ -39,7 +39,8 @@
<para>This page covers Shorewall configuration to use with Squid running as <para>This page covers Shorewall configuration to use with Squid running as
a Transparent Proxy or as a Manual Proxy.</para> a Transparent Proxy or as a Manual Proxy.</para>
<para>If you are running Shorewall 1.3, please see this documentation.</para> <para>If you are running Shorewall 1.3, please see <ulink
url="1.3/Shorewall_Squid_Usage.html">this documentation</ulink>.</para>
<section> <section>
<title>Squid as a Transparent Proxy</title> <title>Squid as a Transparent Proxy</title>
@ -389,7 +390,7 @@ fi</programlisting>
<programlisting>iptables -t nat -A PREROUTING -i eth0 -d ! 192.168.1.3 -p tcp --dport 80 -j REDIRECT --to-ports 3128</programlisting> <programlisting>iptables -t nat -A PREROUTING -i eth0 -d ! 192.168.1.3 -p tcp --dport 80 -j REDIRECT --to-ports 3128</programlisting>
<para> If you are running RedHat on the server, you can simply <para>If you are running RedHat on the server, you can simply
execute the following commands after you have typed the iptables execute the following commands after you have typed the iptables
command above:</para> command above:</para>

View File

@ -7,9 +7,7 @@
<title>Shorewall Troubleshooting Guide</title> <title>Shorewall Troubleshooting Guide</title>
<author> <author>
<firstname>Thomas</firstname> <firstname>Tom</firstname>
<othername>M.</othername>
<surname>Eastep</surname> <surname>Eastep</surname>
</author> </author>