mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-25 09:03:30 +01:00
Mention purpose of common actions in the quickstart guides
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4608 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
9cad145e0a
commit
0634e10073
@ -262,7 +262,21 @@ net ipv4</programlisting>
|
|||||||
action</ulink> defined for the policy in
|
action</ulink> defined for the policy in
|
||||||
<filename>/etc/shorewall/actions</filename> or
|
<filename>/etc/shorewall/actions</filename> or
|
||||||
<filename>/usr/share/shorewall/actions.std</filename> then that action is
|
<filename>/usr/share/shorewall/actions.std</filename> then that action is
|
||||||
peformed before the policy is applied.</para>
|
peformed before the policy is applied. The purpose of the common action is
|
||||||
|
two-fold:</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>It silently drops or rejects harmless common traffic that would
|
||||||
|
otherwise clutter up your log — Broadcasts for example.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>If ensures that traffic critical to correct operation is allowed
|
||||||
|
through the firewall — ICMP <emphasis>fragmentation-needed</emphasis>
|
||||||
|
for example.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
<para>The <filename>/etc/shorewall/policy</filename> file included with
|
<para>The <filename>/etc/shorewall/policy</filename> file included with
|
||||||
the one-interface sample has the following policies:</para>
|
the one-interface sample has the following policies:</para>
|
||||||
|
@ -270,7 +270,21 @@ dmz ipv4</programlisting>Zone names are defined in
|
|||||||
url="shorewall_extension_scripts.htm">comon action</ulink> defined for the
|
url="shorewall_extension_scripts.htm">comon action</ulink> defined for the
|
||||||
policy in <filename>/etc/shorewall/actions</filename> or
|
policy in <filename>/etc/shorewall/actions</filename> or
|
||||||
<filename>/usr/share/shorewall/actions.std</filename> then that action is
|
<filename>/usr/share/shorewall/actions.std</filename> then that action is
|
||||||
peformed before the action is applied.</para>
|
peformed before the action is applied. The purpose of the common action is
|
||||||
|
two-fold:</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>It silently drops or rejects harmless common traffic that would
|
||||||
|
otherwise clutter up your log — Broadcasts for example.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>If ensures that traffic critical to correct operation is allowed
|
||||||
|
through the firewall — ICMP <emphasis>fragmentation-needed</emphasis>
|
||||||
|
for example.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
<para>The <filename>/etc/shorewall/policy</filename> file included with
|
<para>The <filename>/etc/shorewall/policy</filename> file included with
|
||||||
the three-interface sample has the following policies:</para>
|
the three-interface sample has the following policies:</para>
|
||||||
|
@ -251,7 +251,21 @@ loc ipv4</programlisting>Zones are defined in the <ulink
|
|||||||
url="shorewall_extension_scripts.htm">comon action</ulink> defined for the
|
url="shorewall_extension_scripts.htm">comon action</ulink> defined for the
|
||||||
policy in <filename>/etc/shorewall/actions</filename> or
|
policy in <filename>/etc/shorewall/actions</filename> or
|
||||||
<filename>/usr/share/shorewall/actions.std</filename> then that action is
|
<filename>/usr/share/shorewall/actions.std</filename> then that action is
|
||||||
peformed before the action is applied.</para>
|
peformed before the action is applied. The purpose of the common action is
|
||||||
|
two-fold:</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>It silently drops or rejects harmless common traffic that would
|
||||||
|
otherwise clutter up your log — Broadcasts for example.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>If ensures that traffic critical to correct operation is allowed
|
||||||
|
through the firewall — ICMP <emphasis>fragmentation-needed</emphasis>
|
||||||
|
for example.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
<para>The <filename
|
<para>The <filename
|
||||||
class="directory">/etc/shorewall/</filename><filename>policy</filename>
|
class="directory">/etc/shorewall/</filename><filename>policy</filename>
|
||||||
|
Loading…
Reference in New Issue
Block a user