Update routing document for 2.4.2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2417 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-07-27 00:12:11 +00:00
parent a2bd8f9f68
commit 7652794fe4

View File

@ -15,7 +15,7 @@
</author> </author>
</authorgroup> </authorgroup>
<pubdate>2005-07-11</pubdate> <pubdate>2005-07-26</pubdate>
<copyright> <copyright>
<year>2005</year> <year>2005</year>
@ -207,11 +207,13 @@
</section> </section>
<section> <section>
<title>Multiple Internet Connection Support in Shorewall 2.3.2 and <title>Multiple Internet Connection Support in Shorewall 2.4.2 and
Later</title> Later</title>
<para>Beginning with Shorewall 2.3.2, support is included for multiple <para>Beginning with Shorewall 2.3.2, support is included for multiple
internet connections.</para> internet connections. If you wish to use this feature, we recommend
strongly that you upgrade to version 2.4.2 or later. This section assumes
that you have so upgraded.</para>
<section> <section>
<title>Overview</title> <title>Overview</title>
@ -417,6 +419,20 @@
</glosslist> </glosslist>
</glossdef> </glossdef>
</glossentry> </glossentry>
<glossentry>
<glossterm>COPY</glossterm>
<glossdef>
<para>When you specify an existing table in the DUPLICATE
column, Shorewall copies all routes through the interface
specified in the INTERFACE column plus the interfaces listed in
this column. At a minumum, you should list all interfaces on
your firewall in this column except those internet interfaces
specified in the INTERFACE column of entries in this file.
</para>
</glossdef>
</glossentry>
</glossdiv> </glossdiv>
</glossary> </glossary>
</section> </section>
@ -504,11 +520,12 @@
<para>The configuration in the figure at the top of this section would <para>The configuration in the figure at the top of this section would
be specified in <filename>/etc/shorewall/providers</filename> as be specified in <filename>/etc/shorewall/providers</filename> as
follows:</para> follows. Assume tht there is a single internal interface, <filename
class="devicefile">eth2</filename>.</para>
<programlisting>#NAME NUMBER MARK DUPLICATE INTERFACE GATEWAY OPTIONS <programlisting>#NAME NUMBER MARK DUPLICATE INTERFACE GATEWAY OPTIONS COPY
ISP1 1 1 main eth0 206.124.146.254 track,balance ISP1 1 1 main eth0 206.124.146.254 track,balance eth2
ISP2 2 2 main eth1 130.252.99.254 track,balance</programlisting> ISP2 2 2 main eth1 130.252.99.254 track,balance eth2</programlisting>
<para>Other configuration files go something like this:</para> <para>Other configuration files go something like this:</para>