mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
Adds multiple ISP feature
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2181 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
0ba0a9e468
commit
2a498b4403
@ -13,7 +13,7 @@
|
|||||||
<surname>Eastep</surname>
|
<surname>Eastep</surname>
|
||||||
</author>
|
</author>
|
||||||
|
|
||||||
<pubdate>2004-06-08</pubdate>
|
<pubdate>2005-05-27</pubdate>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2001-2004</year>
|
<year>2001-2004</year>
|
||||||
@ -27,7 +27,8 @@
|
|||||||
1.2 or any later version published by the Free Software Foundation; with
|
1.2 or any later version published by the Free Software Foundation; with
|
||||||
no Invariant Sections, with no Front-Cover, and with no Back-Cover
|
no Invariant Sections, with no Front-Cover, and with no Back-Cover
|
||||||
Texts. A copy of the license is included in the section entitled
|
Texts. A copy of the license is included in the section entitled
|
||||||
<quote><ulink url="GnuCopyright.htm">GNU Free Documentation License</ulink></quote>.</para>
|
<quote><ulink url="GnuCopyright.htm">GNU Free Documentation
|
||||||
|
License</ulink></quote>.</para>
|
||||||
</legalnotice>
|
</legalnotice>
|
||||||
</articleinfo>
|
</articleinfo>
|
||||||
|
|
||||||
@ -36,7 +37,7 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Uses Netfilter's connection tracking facilities for stateful
|
<para>Uses Netfilter's connection tracking facilities for stateful
|
||||||
packet filtering.</para>
|
packet filtering.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -56,7 +57,8 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>Allows you to partition the network into <ulink
|
<para>Allows you to partition the network into <ulink
|
||||||
url="Documentation.htm#Zones">zones</ulink> and gives you complete
|
url="Documentation.htm#Zones">zones</ulink> and gives you complete
|
||||||
control over the connections permitted between each pair of zones.</para>
|
control over the connections permitted between each pair of
|
||||||
|
zones.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -78,7 +80,8 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A <emphasis role="bold">GUI</emphasis> is available via Webmin
|
<para>A <emphasis role="bold">GUI</emphasis> is available via Webmin
|
||||||
1.060 and later (<ulink url="http://www.webmin.com">http://www.webmin.com</ulink>)</para>
|
1.060 and later (<ulink
|
||||||
|
url="http://www.webmin.com">http://www.webmin.com</ulink>)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -89,15 +92,18 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><emphasis role="bold">Flexible address management/routing
|
<para><emphasis role="bold">Flexible address management/routing
|
||||||
support</emphasis> (and you can use all types in the same firewall):</para>
|
support</emphasis> (and you can use all types in the same
|
||||||
|
firewall):</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink url="Documentation.htm#Masq">Masquerading/SNAT</ulink>.</para>
|
<para><ulink
|
||||||
|
url="Documentation.htm#Masq">Masquerading/SNAT</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink url="FAQ.htm#faq1">Port Forwarding (DNAT)</ulink>.</para>
|
<para><ulink url="FAQ.htm#faq1">Port Forwarding
|
||||||
|
(DNAT)</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -112,6 +118,11 @@
|
|||||||
<para><ulink url="netmap.html">NETMAP</ulink> (requires a 2.6
|
<para><ulink url="netmap.html">NETMAP</ulink> (requires a 2.6
|
||||||
kernel or a patched 2.4 kernel).</para>
|
kernel or a patched 2.4 kernel).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><ulink url="Shorewall_and_Routing.html">Multiple ISP
|
||||||
|
support</ulink></para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -151,16 +162,17 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink url="PPTP.htm">PPTP</ulink> clients and Servers.</para>
|
<para><ulink url="PPTP.htm">PPTP</ulink> clients and
|
||||||
|
Servers.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Support for <ulink url="traffic_shaping.htm"><emphasis
|
<para>Support for <ulink url="traffic_shaping.htm"><emphasis
|
||||||
role="bold">Traffic</emphasis> Control/<emphasis role="bold">Shaping</emphasis></ulink>
|
role="bold">Traffic</emphasis> Control/<emphasis
|
||||||
integration (although Shorewall itself contains no Traffic/Bandwidth
|
role="bold">Shaping</emphasis></ulink> integration (although Shorewall
|
||||||
control facilities).</para>
|
itself contains no Traffic/Bandwidth control facilities).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -177,7 +189,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>Includes automated <ulink url="Install.htm">install,
|
<para>Includes automated <ulink url="Install.htm">install,
|
||||||
upgrade, fallback and uninstall facilities</ulink> for users who
|
upgrade, fallback and uninstall facilities</ulink> for users who
|
||||||
can't use or choose not to use the RPM or Debian packages.</para>
|
can't use or choose not to use the RPM or Debian packages.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -190,7 +202,8 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink url="MAC_Validation.html">Media Access Control (<emphasis
|
<para><ulink url="MAC_Validation.html">Media Access Control (<emphasis
|
||||||
role="bold">MAC</emphasis>) Address <emphasis role="bold">Verification</emphasis></ulink>.</para>
|
role="bold">MAC</emphasis>) Address <emphasis
|
||||||
|
role="bold">Verification</emphasis></ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -199,8 +212,9 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink url="bridge.html"><emphasis role="bold">Bridge</emphasis>/Firewall
|
<para><ulink url="bridge.html"><emphasis
|
||||||
support</ulink> (requires a 2.6 kernel or a patched 2.4 kernel).</para>
|
role="bold">Bridge</emphasis>/Firewall support</ulink> (requires a 2.6
|
||||||
|
kernel or a patched 2.4 kernel).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user