mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 19:51:40 +02:00
Remove infohiiway.com from download page
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8714 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
97ad105cd9
commit
6b3704864c
@ -1353,30 +1353,6 @@ net all DROP info</programlisting>then the chain name is 'net2all'
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><emphasis role="bold">ROUTE_FILTER=</emphasis>[<emphasis
|
|
||||||
role="bold">Yes</emphasis>|<emphasis
|
|
||||||
role="bold">No</emphasis>|Keep]</term>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>If this parameter is given the value <emphasis
|
|
||||||
role="bold">Yes</emphasis> or <emphasis role="bold">yes</emphasis>
|
|
||||||
then route filtering (anti-spoofing) is enabled on all network
|
|
||||||
interfaces which are brought up while Shorewall is in the started
|
|
||||||
state. The default value is <emphasis
|
|
||||||
role="bold">no</emphasis>.</para>
|
|
||||||
|
|
||||||
<para>The value <emphasis role="bold">Keep</emphasis> is only
|
|
||||||
allowed under Shorewall-perl. It causes Shorewall to ignore the
|
|
||||||
option. If the option is set to <emphasis
|
|
||||||
role="bold">Yes</emphasis>, then route filtering occurs on all
|
|
||||||
interfaces. If the option is set to <emphasis
|
|
||||||
role="bold">No</emphasis>, then route filtering is disabled on all
|
|
||||||
interfaces except those specified in <ulink
|
|
||||||
url="shorewall-interfaces.html">shorewall-interfaces</ulink>(5).</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">SAVE_IPSETS=</emphasis>{<emphasis
|
<term><emphasis role="bold">SAVE_IPSETS=</emphasis>{<emphasis
|
||||||
role="bold">Yes</emphasis>|<emphasis role="bold">No</emphasis>}</term>
|
role="bold">Yes</emphasis>|<emphasis role="bold">No</emphasis>}</term>
|
||||||
@ -1571,6 +1547,66 @@ net all DROP info</programlisting>then the chain name is 'net2all'
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><emphasis role="bold">USE_DEFAULT_RT=</emphasis>[<emphasis
|
||||||
|
role="bold">Yes</emphasis>|<emphasis role="bold">No</emphasis>]</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>When set to 'Yes', this option causes the Shorewall multi-ISP
|
||||||
|
feature to create a different set of routing rules which are
|
||||||
|
resilient to changes in the main routing table. Such changes can
|
||||||
|
occur for a number of reasons, VPNs going up and down being an
|
||||||
|
example. The idea is to send packets through the main table prior to
|
||||||
|
applying any of the Shorewall-generated routing rules. So changes to
|
||||||
|
the main table will affect the routing of packets by default.</para>
|
||||||
|
|
||||||
|
<para>When USE_DEFAULT_RT=Yes:</para>
|
||||||
|
|
||||||
|
<orderedlist>
|
||||||
|
<listitem>
|
||||||
|
<para> Both the DUPLICATE and the COPY columns in <ulink
|
||||||
|
url="shorewall-providers.html">providers</ulink>(5) file must
|
||||||
|
remain empty (or contain "-").</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>The default route is added to the the 'default' table
|
||||||
|
rather than to the main table.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><emphasis role="bold">balance</emphasis> is assumed unless
|
||||||
|
<emphasis role="bold">loose</emphasis> is specified.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Packets are sent through the main routing table by a rule
|
||||||
|
with priority 999. In <ulink
|
||||||
|
url="shorewall-routing_rules.html">routing_rules</ulink>(5), the
|
||||||
|
range 1-998 may be used for inserting rules that bypass the main
|
||||||
|
table.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>All provider gateways must be specified explicitly in the
|
||||||
|
GATEWAY column. <emphasis role="bold">detect</emphasis> may not
|
||||||
|
be specified.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>You should disable all default route management outside of
|
||||||
|
Shorewall. If a default route is added to the main table while
|
||||||
|
Shorewall is started, then all policy routing will stop working
|
||||||
|
(except for those routing rules in the priority range
|
||||||
|
1-998).</para>
|
||||||
|
</listitem>
|
||||||
|
</orderedlist>
|
||||||
|
|
||||||
|
<para>If USE_DEFAULT_RT is not set or if it is set to the empty
|
||||||
|
string then USE_DEFAULT_RT=No is assumed.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis
|
<term><emphasis
|
||||||
role="bold">VERBOSITY=</emphasis>[<emphasis>number</emphasis>]</term>
|
role="bold">VERBOSITY=</emphasis>[<emphasis>number</emphasis>]</term>
|
||||||
|
@ -327,28 +327,6 @@ using our public key <a
|
|||||||
<p>N/A</p>
|
<p>N/A</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<p>Plano Texas, USA</p>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<p>Infohiiway.com</p>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<p><a href="http://shorewall.infohiiway.com/pub/shorewall">Browse</a></p>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<p><a href="ftp://ftp.infohiiway.com/pub/shorewall/"
|
|
||||||
target="_blank">Browse<!--<tr>
|
|
||||||
<td>France</td>
|
|
||||||
<td>Shorewall.net</td>
|
|
||||||
<td><a href="http://france.shorewall.net/pub/shorewall">Browse</a></td>
|
|
||||||
<td> <a target="_blank"
|
|
||||||
href="ftp://france.shorewall.net/pub/mirrors/shorewall/">Browse</a></td>
|
|
||||||
</tr>-->
|
|
||||||
</a></p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td>
|
<td>
|
||||||
<p>Argentina</p>
|
<p>Argentina</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user