Update links to new Actions article

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1922 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-01-25 23:37:01 +00:00
parent e136fd8868
commit cb3e3fb63d
12 changed files with 26 additions and 26 deletions

View File

@ -329,7 +329,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><ulink url="User_defined_Actions.html">actions and <term><ulink url="Actions.html">actions and
action.template</ulink></term> action.template</ulink></term>
<listitem> <listitem>
@ -1546,13 +1546,13 @@ DNAT net loc:192.168.1.3 tcp ssh
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><ulink url="User_defined_Actions.html">&lt;defined <term><ulink url="Actions.html">&lt;defined
action&gt;</ulink></term> action&gt;</ulink></term>
<listitem> <listitem>
<para>(Shorewall 1.4.9 and later) - An action defined in the <para>(Shorewall 1.4.9 and later) - An action defined in the
<filename><ulink <filename><ulink
url="User_defined_Actions.html">/etc/shorewall/actions</ulink></filename> url="Actions.html">/etc/shorewall/actions</ulink></filename>
or <filename>/usr/share/shorewall/actions.std</filename> or <filename>/usr/share/shorewall/actions.std</filename>
files.</para> files.</para>
</listitem> </listitem>

View File

@ -268,7 +268,7 @@
</listitem> </listitem>
<listitem> <listitem>
<para><ulink url="User_defined_Actions.html">actions and <para><ulink url="Actions.html">actions and
action.template</ulink></para> action.template</ulink></para>
</listitem> </listitem>

View File

@ -275,7 +275,7 @@ ACCEPT net fw tcp 22</programlisting>
<listitem> <listitem>
<para>To keep your <ulink url="shorewall_logging.html">firewall <para>To keep your <ulink url="shorewall_logging.html">firewall
log</ulink> from filling up with useless noise, Shorewall provides log</ulink> from filling up with useless noise, Shorewall provides
<ulink url="User_defined_Actions.html">common actions</ulink> that <ulink url="Actions.html">common actions</ulink> that
silently discard or reject such noise before it can be logged. As with silently discard or reject such noise before it can be logged. As with
everything in Shorewall, you can alter the behavior of these common everything in Shorewall, you can alter the behavior of these common
actions (or do away with them entirely) as you see fit.</para> actions (or do away with them entirely) as you see fit.</para>

View File

@ -231,7 +231,7 @@
rule.</para> rule.</para>
<para>If the applicable policy has a <ulink <para>If the applicable policy has a <ulink
url="User_defined_Actions.html">common action</ulink> then that action url="Actions.html">common action</ulink> then that action
is applied (chain has the same name as the action).</para> is applied (chain has the same name as the action).</para>
</listitem> </listitem>

View File

@ -15,7 +15,7 @@
</author> </author>
</authorgroup> </authorgroup>
<pubdate>2005-01-14</pubdate> <pubdate>2005-01-25</pubdate>
<copyright> <copyright>
<year>2002</year> <year>2002</year>
@ -52,7 +52,7 @@ ACCEPT loc fw udp 1024: 137</programlisting></para>
<para>Users running Shorewall 2.0.0 or later may simpify the above through <para>Users running Shorewall 2.0.0 or later may simpify the above through
use of the <firstterm>AllowSMB</firstterm> <ulink use of the <firstterm>AllowSMB</firstterm> <ulink
url="User_defined_Actions.html">action</ulink>:</para> url="Actions.html">action</ulink>:</para>
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S) SOURCE <programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S) SOURCE
# PORT(S) # PORT(S)

View File

@ -171,7 +171,7 @@
<para>Beginning with Shorewall 2.0.0, you can also define a <para>Beginning with Shorewall 2.0.0, you can also define a
<emphasis>common action</emphasis> to be performed immediately before a <emphasis>common action</emphasis> to be performed immediately before a
policy of ACCEPT, DROP or REJECT is applied. Separate <ulink policy of ACCEPT, DROP or REJECT is applied. Separate <ulink
url="User_defined_Actions.html">actions</ulink> can be assigned to each url="Actions.html">actions</ulink> can be assigned to each
policy type so for example you can have a different common action for DROP policy type so for example you can have a different common action for DROP
and REJECT policies. The most common usage of common actions is to silently and REJECT policies. The most common usage of common actions is to silently
drop traffic that you don&#39;t wish to have logged by the policy.</para> drop traffic that you don&#39;t wish to have logged by the policy.</para>

View File

@ -252,7 +252,7 @@ dmz DMZ Demilitarized zone</programlisting>
If no rule in that file matches the connection request then the first If no rule in that file matches the connection request then the first
policy in <filename>/etc/shorewall/policy</filename> that matches the policy in <filename>/etc/shorewall/policy</filename> that matches the
request is applied after the request is passed to the appropriate <ulink request is applied after the request is passed to the appropriate <ulink
url="User_defined_Actions.html">common action</ulink> (if any).</para> url="Actions.html">common action</ulink> (if any).</para>
<para>Prior to Shorewall 2.2.0, the default <para>Prior to Shorewall 2.2.0, the default
<filename>/etc/shorewall/policy</filename> file had the following <filename>/etc/shorewall/policy</filename> file had the following

View File

@ -764,7 +764,7 @@ AllowDNS fw dmz:10.10.11.1 </programlisting></para>
<para>In the rules shown above, <quote>AllowDNS</quote> is an example of a <para>In the rules shown above, <quote>AllowDNS</quote> is an example of a
<emphasis>defined action</emphasis>. Shorewall includes a number of <emphasis>defined action</emphasis>. Shorewall includes a number of
defined actions and <ulink url="User_defined_Actions.html">you can add defined actions and <ulink url="Actions.html">you can add
your own</ulink>. To see the list of actions included with your version of your own</ulink>. To see the list of actions included with your version of
Shorewall, look in the file Shorewall, look in the file
<filename>/usr/share/shorewall/actions.std</filename>. Those actions that <filename>/usr/share/shorewall/actions.std</filename>. Those actions that

View File

@ -828,7 +828,7 @@ AllowDNS dmz fw </programlisting></para>
</itemizedlist>Dans la régle ci-dessus, <quote>AllowDNS</quote> est un </itemizedlist>Dans la régle ci-dessus, <quote>AllowDNS</quote> est un
exemple d'action prédéfinie <emphasis>defined action</emphasis>. Shorewall exemple d'action prédéfinie <emphasis>defined action</emphasis>. Shorewall
inclus un nombre d'actions prédéfinies et vous pouvez <ulink inclus un nombre d'actions prédéfinies et vous pouvez <ulink
url="User_defined_Actions.html">ajouter les vôtres</ulink>. Pour voir les url="Actions.html">ajouter les vôtres</ulink>. Pour voir les
actions comprises avec votre version de Shorewall, regardez dans le actions comprises avec votre version de Shorewall, regardez dans le
fichier <filename>/etc/shorewall/actions.std</filename>. Le nom de celles fichier <filename>/etc/shorewall/actions.std</filename>. Le nom de celles
qui acceptent des connexions débutent par <quote>Allow</quote>.</para> qui acceptent des connexions débutent par <quote>Allow</quote>.</para>

View File

@ -727,7 +727,7 @@ AllowDNS fw net</programlisting>This rule allows
<para>In the rule shown above, <quote>AllowDNS</quote> is an example of a <para>In the rule shown above, <quote>AllowDNS</quote> is an example of a
<emphasis>defined action</emphasis>. Shorewall includes a number of <emphasis>defined action</emphasis>. Shorewall includes a number of
defined actions and <ulink url="User_defined_Actions.html">you can add defined actions and <ulink url="Actions.html">you can add
your own</ulink>. To see the list of actions included with your version of your own</ulink>. To see the list of actions included with your version of
Shorewall, look in the file Shorewall, look in the file
<filename>/usr/share/shorewall/actions.std</filename>. Those actions that <filename>/usr/share/shorewall/actions.std</filename>. Those actions that

View File

@ -762,7 +762,7 @@ AllowDNS fw net</programlisting>Ces règles autorisent l'accès
<para>Dans la régle ci-dessus, <quote>AllowDNS</quote> est un exemple <para>Dans la régle ci-dessus, <quote>AllowDNS</quote> est un exemple
d'action prédéfinie <emphasis>defined action</emphasis>. Shorewall inclus d'action prédéfinie <emphasis>defined action</emphasis>. Shorewall inclus
un nombre d'actions prédéfinies et vous pouvez <ulink un nombre d'actions prédéfinies et vous pouvez <ulink
url="User_defined_Actions.html">ajouter les vôtres</ulink>. Pour voir les url="Actions.html">ajouter les vôtres</ulink>. Pour voir les
actions comprises avec votre version de Shorewall, regardez dans le actions comprises avec votre version de Shorewall, regardez dans le
fichier <filename>/etc/shorewall/actions.std</filename>. Le nom de celles fichier <filename>/etc/shorewall/actions.std</filename>. Le nom de celles
qui acceptent des connexions débutent par <quote>Allow</quote>.</para> qui acceptent des connexions débutent par <quote>Allow</quote>.</para>

View File

@ -348,7 +348,7 @@ DNAT loc loc:192.168.1.12 tcp 80 - 130.252.100.69</p
configuration.</para> configuration.</para>
<para>For more information see the <ulink <para>For more information see the <ulink
url="User_defined_Actions.html">User-defined Action url="Actions.html">User-defined Action
Page</ulink>.</para> Page</ulink>.</para>
</listitem> </listitem>