mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-18 03:29:12 +01:00
More documentation
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9132 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7e95ac9640
commit
6196532a29
@ -38,7 +38,7 @@
|
|||||||
<title>Overview</title>
|
<title>Overview</title>
|
||||||
|
|
||||||
<para>Beginning with Shorewall 4.2.4, support for firewalling IPv6 is
|
<para>Beginning with Shorewall 4.2.4, support for firewalling IPv6 is
|
||||||
included.</para>
|
included as part of Shorewall.</para>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Prerequisites</title>
|
<title>Prerequisites</title>
|
||||||
@ -73,9 +73,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>Shorewall6. This package provides
|
<para>Shorewall6. This package provides
|
||||||
<filename>/sbin/shorewall6</filename> which is the IPv6 equivalent
|
<filename>/sbin/shorewall6</filename> which is the IPv6 equivalent
|
||||||
of <filename>/sbin/shorewall</filename> which only handles IPv4.
|
of <filename>/sbin/shorewall</filename>.
|
||||||
Shorewall6 depends on both Shorewall-common and on Shorewall-perl.
|
<filename>/sbin/shorewall6</filename> only handles IPv4. Shorewall6
|
||||||
The Shorewall6 configuration is stored in <filename
|
depends on both Shorewall-common and on Shorewall-perl. The
|
||||||
|
Shorewall6 configuration is stored in <filename
|
||||||
class="directory">/etc/shorewall6</filename>.</para>
|
class="directory">/etc/shorewall6</filename>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -174,8 +175,8 @@
|
|||||||
<section>
|
<section>
|
||||||
<title>Shorewall6 Differences from Shorewall</title>
|
<title>Shorewall6 Differences from Shorewall</title>
|
||||||
|
|
||||||
<para>Configuring Shorewall6 is very similar to configuring Shorewall with
|
<para>Configuring and operating Shorewall6 is very similar to configuring
|
||||||
some notable exceptions:</para>
|
Shorewall with some notable exceptions:</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -398,6 +399,31 @@ ACCEPT net:wlan0:<2002:ce7c:92b4::3> tcp
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>Stopped State</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>When Shorewall6 or Shorewall6 Lite is in the stopped state,
|
||||||
|
the following traffic is still allowed.</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>Traffic with a multicast destination IP address
|
||||||
|
(ff00::/8).</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Traffic with a link local source address
|
||||||
|
(ff800::/8)</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Traffic with a link local destination address.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Multi-ISP</term>
|
<term>Multi-ISP</term>
|
||||||
|
|
||||||
@ -410,6 +436,44 @@ ACCEPT net:wlan0:<2002:ce7c:92b4::3> tcp
|
|||||||
supported.</para>
|
supported.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>/sbin/shorewall6 and /sbin/shorewall6-lite Commands</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Several commands supported by
|
||||||
|
<filename>/sbin/shorewall</filename> and
|
||||||
|
<filename>/sbin/shorewall-lite</filename> are not supported by
|
||||||
|
<filename>/sbin/shorewall6</filename> and
|
||||||
|
<filename>/sbin/shorewall6-lite</filename>:</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>hits</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>ipcalc</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>iprange</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>Macros</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>The Shorewall6 package depends on Shorewall-common for
|
||||||
|
application macros. Only certain address-family specific macros such
|
||||||
|
as macro.AllowICMPs are included in Shorewall6. As a consequence,
|
||||||
|
/usr/share/shorewall/ is included in the default Shorewall6
|
||||||
|
CONFIG_PATH. </para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user