2005-08-22 12:07:49 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2008-07-07 22:22:09 +02:00
|
|
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
2005-09-17 08:26:55 +02:00
|
|
|
<article lang="en" status="">
|
2005-08-22 12:07:49 +02:00
|
|
|
<!--$Id$-->
|
|
|
|
|
|
|
|
<articleinfo>
|
|
|
|
<title>Macros</title>
|
|
|
|
|
|
|
|
<authorgroup>
|
|
|
|
<author>
|
|
|
|
<firstname>Tom</firstname>
|
|
|
|
|
|
|
|
<surname>Eastep</surname>
|
|
|
|
</author>
|
|
|
|
|
|
|
|
<author>
|
|
|
|
<firstname>Cristian</firstname>
|
|
|
|
|
|
|
|
<surname>Rodríguez</surname>
|
|
|
|
</author>
|
|
|
|
</authorgroup>
|
|
|
|
|
2006-07-07 03:04:16 +02:00
|
|
|
<pubdate><?dbtimestamp format="Y/m/d"?></pubdate>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
|
|
|
<copyright>
|
|
|
|
<year>2005</year>
|
|
|
|
|
|
|
|
<holder>Thomas M. Eastep</holder>
|
|
|
|
</copyright>
|
|
|
|
|
|
|
|
<legalnotice>
|
|
|
|
<para>Permission is granted to copy, distribute and/or modify this
|
|
|
|
document under the terms of the GNU Free Documentation License, Version
|
|
|
|
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
|
|
|
|
Texts. A copy of the license is included in the section entitled
|
|
|
|
<quote><ulink url="GnuCopyright.htm">GNU Free Documentation
|
|
|
|
License</ulink></quote>.</para>
|
|
|
|
</legalnotice>
|
|
|
|
</articleinfo>
|
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<caution>
|
|
|
|
<para><emphasis role="bold">This article applies to Shorewall 3.0 and
|
|
|
|
later. If you are running a version of Shorewall earlier than Shorewall
|
|
|
|
3.0.0 then please see the documentation for that
|
|
|
|
release.</emphasis></para>
|
|
|
|
</caution>
|
|
|
|
|
2007-06-28 22:20:16 +02:00
|
|
|
<section id="Overview">
|
2005-10-01 23:25:33 +02:00
|
|
|
<title>Overview of Shorewall Macros?</title>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
|
|
|
<para>Shorewall macros allow a symbolic name to be associated with a
|
|
|
|
series of one or more iptables rules. The symbolic name may appear in the
|
|
|
|
ACTION column of an <filename><ulink
|
2007-12-10 22:18:54 +01:00
|
|
|
url="manpages/shorewall-rules.html">/etc/shorewall/rules</ulink></filename>
|
|
|
|
file entry and in the TARGET column of an action in which case, the
|
|
|
|
traffic matching that rules file entry will be passed to the series of
|
|
|
|
iptables rules named by the macro.</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
|
|
|
<para>Macros can be thought of as templates. When a macro is invoked in an
|
|
|
|
<filename>/etc/shorewall/rules</filename> entry, it may be qualified by a
|
|
|
|
logging specification (log level and optionally a log tag). The presence
|
|
|
|
of the log level/tag causes a modified series of rules to be generated in
|
|
|
|
which each packet/rule match within the macro causes a log message to be
|
|
|
|
generated.</para>
|
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<para>There are two types of Shorewall macros:</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
|
|
|
<orderedlist>
|
|
|
|
<listitem>
|
2005-09-12 20:43:26 +02:00
|
|
|
<para>Standard Macros. These macros are released as part of Shorewall.
|
|
|
|
They are defined in macros.* files in <filename
|
2005-08-22 12:07:49 +02:00
|
|
|
class="directory">/usr/share/shorewall</filename>. Each
|
|
|
|
<filename>macros.*</filename> file has a comment at the beginning of
|
2005-09-12 20:43:26 +02:00
|
|
|
the file that describes what the macro does. As an example, here is
|
|
|
|
the definition of the <firstterm>SMB</firstterm> standard
|
2005-08-22 12:07:49 +02:00
|
|
|
macro.</para>
|
|
|
|
|
|
|
|
<programlisting>#
|
2005-10-01 23:25:33 +02:00
|
|
|
# Shorewall 3.0 /usr/share/shorewall/macro.SMB
|
2005-08-22 12:07:49 +02:00
|
|
|
#
|
2005-10-01 23:25:33 +02:00
|
|
|
# Handle Microsoft SMB traffic. You need to invoke this macro in
|
2005-08-22 12:07:49 +02:00
|
|
|
# both directions.
|
|
|
|
#
|
|
|
|
######################################################################################
|
|
|
|
#TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/
|
|
|
|
# PORT PORT(S) LIMIT GROUP
|
|
|
|
PARAM - - udp 135,445
|
|
|
|
PARAM - - udp 137:139
|
|
|
|
PARAM - - udp 1024: 137
|
|
|
|
PARAM - - tcp 135,139,445
|
|
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE</programlisting>
|
|
|
|
|
|
|
|
<para>If you wish to modify one of the standard macros, do not modify
|
2009-02-19 20:28:08 +01:00
|
|
|
the definition in <filename
|
|
|
|
class="directory">/usr/share/shorewal</filename>l. Rather, copy the
|
|
|
|
file to <filename class="directory">/etc/shorewall</filename> (or
|
|
|
|
somewhere else on your CONFIG_PATH) and modify the copy.</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2005-08-22 12:26:40 +02:00
|
|
|
<para>User-defined Macros. These macros are created by end-users. They
|
2005-09-12 20:43:26 +02:00
|
|
|
are defined in macros.* files in /etc/shorewall or in another
|
|
|
|
directory listed in your CONFIG_PATH (defined in <ulink
|
2007-07-04 02:23:43 +02:00
|
|
|
url="manpages/shorewall.conf.html">/etc/shorewall/shorewall.conf</ulink>).</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
</listitem>
|
|
|
|
</orderedlist>
|
2005-10-01 23:25:33 +02:00
|
|
|
|
|
|
|
<para>Most Standard Macros are <firstterm>parameterized</firstterm>. That
|
|
|
|
means that you specify what you want to do (ACCEPT, DROP, REJECT, etc.)
|
|
|
|
when you invoke the macro. The SMB macro shown above is parameterized
|
2007-12-10 22:18:54 +01:00
|
|
|
(note PARAM in the TARGET column).</para>
|
|
|
|
|
2008-10-05 23:45:05 +02:00
|
|
|
<para><emphasis role="bold">Shorewall versions prior to 4.2.0:</emphasis>
|
2007-12-10 22:18:54 +01:00
|
|
|
When invoking a parameterized macro, you follow the name of the macro with
|
|
|
|
a slash ("/") and the action that you want to substitute for PARAM.</para>
|
2005-10-01 23:25:33 +02:00
|
|
|
|
|
|
|
<para>Example:</para>
|
|
|
|
|
|
|
|
<blockquote>
|
|
|
|
<para>/etc/shorewall/rules:</para>
|
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
|
|
|
SMB/ACCEPT loc fw </programlisting>
|
|
|
|
|
|
|
|
<para>The above is equivalent to coding the following series of
|
|
|
|
rules:</para>
|
|
|
|
|
|
|
|
<programlisting>#TARGET SOURCE DEST PROTO DEST PORT(s)
|
|
|
|
ACCEPT loc fw udp 135,445
|
|
|
|
ACCEPT loc fw udp 137:139
|
|
|
|
ACCEPT loc fw udp 1024: 137
|
|
|
|
ACCEPT loc fw tcp 135,139,445</programlisting>
|
|
|
|
</blockquote>
|
|
|
|
|
2009-02-19 16:36:19 +01:00
|
|
|
<para><emphasis role="bold">Shorewall-perl versions 4.2.0 and
|
|
|
|
later:</emphasis> When invoking a parameterized macro, you follow the name
|
|
|
|
of the macro with the action that you want to substitute for PARAM
|
|
|
|
enclosed in parentheses. The older syntax described above is still
|
|
|
|
supported but is deprecated.</para>
|
2007-12-10 22:18:54 +01:00
|
|
|
|
|
|
|
<para>Example:</para>
|
|
|
|
|
|
|
|
<blockquote>
|
|
|
|
<para>/etc/shorewall/rules:</para>
|
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
|
|
|
SMB(ACCEPT) loc fw </programlisting>
|
|
|
|
|
|
|
|
<para>The above is equivalent to coding the following series of
|
|
|
|
rules:</para>
|
|
|
|
|
|
|
|
<programlisting>#TARGET SOURCE DEST PROTO DEST PORT(s)
|
|
|
|
ACCEPT loc fw udp 135,445
|
|
|
|
ACCEPT loc fw udp 137:139
|
|
|
|
ACCEPT loc fw udp 1024: 137
|
|
|
|
ACCEPT loc fw tcp 135,139,445</programlisting>
|
|
|
|
</blockquote>
|
|
|
|
|
2005-10-01 23:25:33 +02:00
|
|
|
<para>Logging is covered in <link linkend="Logging">a following
|
|
|
|
section</link>. The other columns are treated as follows:</para>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term>SOURCE and DEST</term>
|
|
|
|
|
|
|
|
<listitem>
|
2005-11-18 18:21:11 +01:00
|
|
|
<para>If a value other than "-" appears in both the macro body and
|
|
|
|
in the invocation of the macro, then the value in the invocation is
|
2005-11-18 23:21:53 +01:00
|
|
|
examined and the appropriate action is taken (you will want to be
|
|
|
|
running Shorewall 3.0.1 or later). If the value in the invocation
|
|
|
|
appears to be an address (IP or MAC) or the name of an ipset, then
|
|
|
|
it is placed after the value in the macro body. Otherwise, it is
|
|
|
|
placed before the value in the macro body.</para>
|
2005-10-01 23:25:33 +02:00
|
|
|
|
2005-11-18 18:21:11 +01:00
|
|
|
<para>Example 1:</para>
|
2005-10-01 23:25:33 +02:00
|
|
|
|
|
|
|
<blockquote>
|
|
|
|
<para>/etc/shorewall/macro.SMTP</para>
|
|
|
|
|
|
|
|
<programlisting>#TARGET SOURCE DEST PROTO DEST PORT(S)
|
|
|
|
PARAM - loc tcp 25</programlisting>
|
|
|
|
|
2007-12-10 22:18:54 +01:00
|
|
|
<para>/etc/shorewall/rules (Shorewall 4.0):</para>
|
2005-10-01 23:25:33 +02:00
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
|
|
|
SMTP/DNAT:info net 192.168.1.5</programlisting>
|
|
|
|
|
2008-10-05 23:45:05 +02:00
|
|
|
<para>/etc/shorewall/rules (Shorewall 4.2.0 and later):</para>
|
2007-12-10 22:18:54 +01:00
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
|
|
|
SMTP(DNAT):info net 192.168.1.5</programlisting>
|
|
|
|
|
2005-10-01 23:25:33 +02:00
|
|
|
<para>This would be equivalent to coding the following directly in
|
|
|
|
/etc/shorewall/rules</para>
|
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
|
|
|
DNAT:info net loc:192.168.1.5 tcp 25</programlisting>
|
2005-11-18 18:21:11 +01:00
|
|
|
</blockquote>
|
|
|
|
|
|
|
|
<para>Example 2:</para>
|
|
|
|
|
|
|
|
<blockquote>
|
|
|
|
<para>/etc/shorewall/macro.SMTP</para>
|
|
|
|
|
|
|
|
<programlisting>#TARGET SOURCE DEST PROTO DEST PORT(S)
|
|
|
|
PARAM - 192.168.1.5 tcp 25</programlisting>
|
|
|
|
|
2007-12-10 22:18:54 +01:00
|
|
|
<para>/etc/shorewall/rules (Shorewall 4.0)</para>
|
2005-11-18 18:21:11 +01:00
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
|
|
|
SMTP/DNAT:info net loc</programlisting>
|
|
|
|
|
2008-10-05 23:45:05 +02:00
|
|
|
<para>/etc/shorewall/rules (Shorewall 4.2.0 and later)</para>
|
2007-12-10 22:18:54 +01:00
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
|
|
|
SMTP(DNAT):info net loc</programlisting>
|
|
|
|
|
2005-11-18 18:21:11 +01:00
|
|
|
<para>This would be equivalent to coding the following directly in
|
|
|
|
/etc/shorewall/rules</para>
|
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
|
|
|
DNAT:info net loc:192.168.1.5 tcp 25</programlisting>
|
2005-10-01 23:25:33 +02:00
|
|
|
</blockquote>
|
2006-02-28 00:09:24 +01:00
|
|
|
|
|
|
|
<para>Beginning with Shorewall 3.1, you may also specify SOURCE or
|
|
|
|
DEST in the SOURCE and DEST columns. This allows you to define
|
|
|
|
macros that work in both directions.</para>
|
|
|
|
|
|
|
|
<para>Example 3:</para>
|
|
|
|
|
|
|
|
<blockquote>
|
|
|
|
<para><filename>/etc/shorewall/macro.SMBBI</filename> (Note: there
|
|
|
|
is already a macro like this released as part of Shorewall 3.1 and
|
|
|
|
later):</para>
|
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/
|
|
|
|
# PORT PORT(S) DEST LIMIT GROUP
|
|
|
|
PARAM - - udp 135,445
|
|
|
|
PARAM - - udp 137:139
|
|
|
|
PARAM - - udp 1024: 137
|
|
|
|
PARAM - - tcp 135,139,445
|
|
|
|
PARAM DEST SOURCE udp 135,445
|
|
|
|
PARAM DEST SOURCE udp 137:139
|
|
|
|
PARAM DEST SOURCE udp 1024: 137
|
|
|
|
PARAM DEST SOURCE tcp 135,139,445
|
|
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE</programlisting>
|
|
|
|
|
2007-12-10 22:18:54 +01:00
|
|
|
<para>/etc/shorewall/rules (Shorewall 4.0):</para>
|
2006-02-28 00:09:24 +01:00
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
|
|
|
SMBBI/ACCEPT loc fw</programlisting>
|
|
|
|
|
2008-10-05 23:45:05 +02:00
|
|
|
<para>/etc/shorewall/rules (Shorewall 4.2.0 and later):</para>
|
2007-12-10 22:18:54 +01:00
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
|
|
|
SMBBI(ACCEPT) loc fw</programlisting>
|
|
|
|
|
2006-02-28 00:09:24 +01:00
|
|
|
<para>This would be equivalent to coding the following directly in
|
|
|
|
/etc/shorewall/rules</para>
|
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
|
|
|
ACCEPT loc fw udp 135,445
|
|
|
|
ACCEPT loc fw udp 137:139
|
|
|
|
ACCEPT loc fw udp 1024: 137
|
|
|
|
ACCEPT loc fw tcp 135,139,445
|
|
|
|
ACCEPT fw loc udp 135,445
|
|
|
|
ACCEPT fw loc udp 137:139
|
|
|
|
ACCEPT fw loc udp 1024: 137
|
|
|
|
ACCEPT fw loc tcp 135,139,445</programlisting>
|
|
|
|
</blockquote>
|
2005-10-01 23:25:33 +02:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>Remaining columns</term>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Any value in the invocation replaces the value in the rule in
|
|
|
|
the macro.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
|
2007-07-04 16:22:12 +02:00
|
|
|
<para>One remaining restriction should be noted: macros that are invoked
|
2005-10-01 23:25:33 +02:00
|
|
|
from actions cannot themselves invoke other actions.</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
</section>
|
|
|
|
|
2006-12-19 00:59:27 +01:00
|
|
|
<section id="Default">
|
|
|
|
<title>Default Macros</title>
|
|
|
|
|
|
|
|
<para>Beginning with Shorewall release 3.4, Shorewall supports
|
|
|
|
<firstterm>default macros</firstterm>; default macros perform the same
|
|
|
|
function as <ulink url="???">default actions</ulink>. The DEFAULT_ACCEPT,
|
|
|
|
DEFAULT_REJECT, DEFAULT_DROP and DEFAULT_QUEUE options in
|
|
|
|
<filename>/etc/shorewall/shorewall.conf</filename> may specify the name of
|
|
|
|
a macro. In that case, the rules in the macro will be traversed before the
|
|
|
|
associated policy is applied.</para>
|
|
|
|
|
2006-12-19 03:10:12 +01:00
|
|
|
<para>The value of the …_DEFAULT settings is interpreted as follows. If
|
2006-12-19 00:59:27 +01:00
|
|
|
USE_ACTIONS=Yes in shorewall.conf, then the value is treated like the name
|
|
|
|
of an action -- if that action is not found, then the value is treated
|
|
|
|
like the name of a macro. If USE_ACTIONS=No, then the value is treated
|
|
|
|
like the name of a macro. The special value "none" is always interpreted
|
|
|
|
as "no default rules should be applied".</para>
|
|
|
|
|
|
|
|
<para>Shorewall versions 3.4 and later include standard 'Reject' and
|
|
|
|
'Drop' macros that are equivalent to the 'Reject' and 'Drop'
|
|
|
|
actions.</para>
|
2007-06-28 22:20:16 +02:00
|
|
|
|
2009-02-19 16:36:19 +01:00
|
|
|
<para><emphasis>Default Macros are not supported by
|
|
|
|
Shorewall-perl.</emphasis></para>
|
2006-12-19 00:59:27 +01:00
|
|
|
</section>
|
|
|
|
|
2007-06-28 22:20:16 +02:00
|
|
|
<section id="Defining">
|
2005-09-12 20:43:26 +02:00
|
|
|
<title>Defining your own Macros</title>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<para>To define a new macro:</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
|
|
|
<orderedlist>
|
|
|
|
<listitem>
|
2005-09-12 20:43:26 +02:00
|
|
|
<para>Macro names must be valid shell variable names ((must begin with
|
|
|
|
a letter and be composed of letters, digits and underscore characters)
|
|
|
|
as well as valid Netfilter chain names.</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2005-09-12 20:43:26 +02:00
|
|
|
<para>Copy /usr/share/shorewall/macro.template to
|
2005-09-21 00:16:12 +02:00
|
|
|
<filename>/etc/shorewall/macro.MacroName</filename> (for example, if
|
2005-09-12 20:43:26 +02:00
|
|
|
your new macro name is <quote>Foo</quote> then copy
|
|
|
|
<filename>/usr/share/shorewall/macro.template</filename> to
|
|
|
|
<filename>/etc/shorewall/macro.Foo</filename>).</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Now modify the new file to define the new macro.</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
</listitem>
|
|
|
|
</orderedlist>
|
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<para>Columns in the macro.template file are as follows:</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>ACTION - ACCEPT, DROP, REJECT, DNAT, DNAT-, REDIRECT, CONTINUE,
|
2005-09-21 00:16:12 +02:00
|
|
|
LOG, QUEUE, PARAM or an action name. Note that a macro may not invoke
|
|
|
|
another macro.</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<simplelist>
|
|
|
|
<member>ACCEPT - allow the connection request</member>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<member>ACCEPT+ - like ACCEPT but also excludes the connection from
|
|
|
|
any subsequent DNAT[-] or REDIRECT[-] rules.</member>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<member>NONAT - Excludes the connection from any subsequent DNAT[-]
|
|
|
|
or REDIRECT[-] rules but doesn't generate a rule to accept the
|
|
|
|
traffic.</member>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<member>DROP - ignore the request</member>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<member>REJECT - disallow the request and return an icmp unreachable
|
|
|
|
or an RST packet.</member>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<member>DNAT - Forward the request to another address (and
|
|
|
|
optionally another port).</member>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<member>DNAT- - Advanced users only. Like DNAT but only generates
|
|
|
|
the DNAT iptables rule and not the companion ACCEPT rule.</member>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<member>SAME - Similar to DNAT except that the port may not be
|
|
|
|
remapped and when multiple server addresses are listed, all requests
|
|
|
|
from a given remote system go to the same server.</member>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<member>SAME- - Advanced users only. Like SAME but only generates
|
|
|
|
the SAME iptables rule and not the companion ACCEPT rule.</member>
|
|
|
|
|
|
|
|
<member>REDIRECT - Redirect the request to a local port on the
|
|
|
|
firewall.</member>
|
|
|
|
|
2005-09-17 08:26:55 +02:00
|
|
|
<member>REDIRECT- - Advanced users only. Like REDIRECT but only
|
2005-09-12 20:43:26 +02:00
|
|
|
generates the REDIRECT iptables rule and not the companion ACCEPT
|
|
|
|
rule.</member>
|
|
|
|
|
|
|
|
<member>CONTINUE - (For experts only). Do not process any of the
|
|
|
|
following rules for this (source zone,destination zone). If The
|
|
|
|
source and/or destination If the address falls into a zone defined
|
|
|
|
later in /etc/shorewall/zones, this connection request will be
|
|
|
|
passed to the rules defined for that (those) zone(s).</member>
|
|
|
|
|
|
|
|
<member>LOG - Simply log the packet and continue.</member>
|
|
|
|
|
|
|
|
<member>QUEUE - Queue the packet to a user-space application such as
|
|
|
|
ftwall (http://p2pwall.sf.net).</member>
|
|
|
|
</simplelist>
|
|
|
|
|
|
|
|
<para>The ACTION may optionally be followed by ":" and a syslog log
|
|
|
|
level (e.g, REJECT:info or DNAT:debug). This causes the packet to be
|
|
|
|
logged at the specified level.</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>SOURCE - Source hosts to which the rule applies. A
|
|
|
|
comma-separated list of subnets and/or hosts. Hosts may be specified
|
|
|
|
by IP or MAC address; mac addresses must begin with <quote>~</quote>
|
|
|
|
and must use <quote>-</quote> as a separator.</para>
|
|
|
|
|
|
|
|
<para>Alternatively, clients may be specified by interface name. For
|
|
|
|
example, eth1 specifies a client that communicates with the firewall
|
|
|
|
system through eth1. This may be optionally followed by another colon
|
|
|
|
(<quote>:</quote>) and an IP/MAC/subnet address as described above
|
2005-09-17 08:26:55 +02:00
|
|
|
(e.g. eth1:192.168.1.5).</para>
|
2006-02-28 00:09:24 +01:00
|
|
|
|
|
|
|
<para>May also contain 'DEST' as described above.</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>DEST - Location of Server. Same as above with the exception that
|
|
|
|
MAC addresses are not allowed.</para>
|
|
|
|
|
|
|
|
<para>Unlike in the SOURCE column, you may specify a range of up to
|
|
|
|
256 IP addresses using the syntax <<emphasis>first
|
|
|
|
ip</emphasis>>-<<emphasis>last ip</emphasis>>.</para>
|
2006-02-28 00:09:24 +01:00
|
|
|
|
|
|
|
<para>May also contain 'SOURCE' as described above.</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>PROTO - Protocol - Must be <quote>tcp</quote>,
|
|
|
|
<quote>udp</quote>, <quote>icmp</quote>, a number, or
|
|
|
|
<quote>all</quote>.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>DEST PORT(S) - Destination Ports. A comma-separated list of Port
|
|
|
|
names (from <filename>/etc/services</filename>), port numbers or port
|
|
|
|
ranges; if the protocol is <quote>icmp</quote>, this column is
|
|
|
|
interpreted as the destination icmp-type(s).</para>
|
|
|
|
|
|
|
|
<para>A port range is expressed as <<emphasis>low
|
|
|
|
port</emphasis>>:<<emphasis>high port</emphasis>>.</para>
|
|
|
|
|
|
|
|
<para>This column is ignored if PROTOCOL = all but must be entered if
|
|
|
|
any of the following fields are supplied. In that case, it is
|
|
|
|
suggested that this field contain <quote>-</quote>.</para>
|
|
|
|
|
|
|
|
<para>If your kernel contains multi-port match support, then only a
|
|
|
|
single Netfilter rule will be generated if in this list and in the
|
|
|
|
CLIENT PORT(S) list below:</para>
|
|
|
|
|
|
|
|
<orderedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>There are 15 or less ports listed.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>No port ranges are included.</para>
|
|
|
|
</listitem>
|
|
|
|
</orderedlist>
|
|
|
|
|
|
|
|
<para>Otherwise, a separate rule will be generated for each
|
|
|
|
port.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>SOURCE PORT(S) - Port(s) used by the client. If omitted, any
|
|
|
|
source port is acceptable. Specified as a comma-separated list of port
|
|
|
|
names, port numbers or port ranges.</para>
|
|
|
|
|
|
|
|
<para>If you don't want to restrict client ports but need to specify
|
|
|
|
an ADDRESS in the next column, then place "-" in this column.</para>
|
|
|
|
|
|
|
|
<para>If your kernel contains multi-port match support, then only a
|
|
|
|
single Netfilter rule will be generated if in this list and in the
|
|
|
|
DEST PORT(S) list above:</para>
|
|
|
|
|
|
|
|
<orderedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>There are 15 or less ports listed.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>No port ranges are included.</para>
|
|
|
|
</listitem>
|
|
|
|
</orderedlist>
|
|
|
|
|
|
|
|
<para>Otherwise, a separate rule will be generated for each
|
|
|
|
port.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>RATE LIMIT - You may rate-limit the rule by placing a value in
|
|
|
|
this column:</para>
|
|
|
|
|
|
|
|
<para><programlisting> <<emphasis>rate</emphasis>>/<<emphasis>interval</emphasis>>[:<<emphasis>burst</emphasis>>]</programlisting>where
|
|
|
|
<<emphasis>rate</emphasis>> is the number of connections per
|
|
|
|
<<emphasis>interval</emphasis>> (<quote>sec</quote> or
|
|
|
|
<quote>min</quote>) and <<emphasis>burst</emphasis>> is the
|
|
|
|
largest burst permitted. If no <<emphasis>burst</emphasis>> is
|
|
|
|
given, a value of 5 is assumed. There may be no whitespace embedded in
|
|
|
|
the specification.</para>
|
|
|
|
|
|
|
|
<para><programlisting> Example: 10/sec:20</programlisting></para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>USER/GROUP - For output rules (those with the firewall as their
|
|
|
|
source), you may control connections based on the effective UID and/or
|
|
|
|
GID of the process requesting the connection. This column can contain
|
|
|
|
any of the following:</para>
|
|
|
|
|
|
|
|
<simplelist>
|
|
|
|
<member>[!]<<emphasis>user number</emphasis>>[:]</member>
|
|
|
|
|
|
|
|
<member>[!]<<emphasis>user name</emphasis>>[:]</member>
|
|
|
|
|
|
|
|
<member>[!]:<<emphasis>group number</emphasis>></member>
|
|
|
|
|
|
|
|
<member>[!]:<<emphasis>group name</emphasis>></member>
|
|
|
|
|
|
|
|
<member>[!]<<emphasis>user
|
|
|
|
number</emphasis>>:<<emphasis>group
|
|
|
|
number</emphasis>></member>
|
|
|
|
|
|
|
|
<member>[!]<<emphasis>user
|
|
|
|
name</emphasis>>:<<emphasis>group
|
|
|
|
number</emphasis>></member>
|
|
|
|
|
|
|
|
<member>[!]<<emphasis>user
|
|
|
|
inumber</emphasis>>:<<emphasis>group
|
|
|
|
name</emphasis>></member>
|
|
|
|
|
|
|
|
<member>[!]<<emphasis>user
|
|
|
|
name</emphasis>>:<<emphasis>group name</emphasis>></member>
|
2005-11-03 16:30:41 +01:00
|
|
|
|
|
|
|
<member>[!]+<<emphasis>program name</emphasis>> (Note: support
|
|
|
|
for this form was removed from Netfilter in kernel version
|
|
|
|
2.6.14).</member>
|
2005-08-22 12:07:49 +02:00
|
|
|
</simplelist>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<para>Omitted column entries should be entered using a dash ("-:).</para>
|
|
|
|
|
|
|
|
<para>Example:</para>
|
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<para><phrase><filename>/etc/shorewall/macro.LogAndAccept</filename></phrase><programlisting> LOG:info
|
2005-08-22 12:07:49 +02:00
|
|
|
ACCEPT</programlisting></para>
|
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<para>To use your macro, in <filename>/etc/shorewall/rules</filename> you
|
2005-08-22 12:07:49 +02:00
|
|
|
might do something like:</para>
|
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
2005-09-12 20:43:26 +02:00
|
|
|
LogAndAccept loc $FW tcp 22</programlisting>
|
2005-08-22 12:07:49 +02:00
|
|
|
</section>
|
|
|
|
|
2005-10-01 23:25:33 +02:00
|
|
|
<section id="Logging">
|
2005-09-12 20:43:26 +02:00
|
|
|
<title>Macros and Logging</title>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<para>Specifying a log level in a rule that invokes a user- or
|
|
|
|
Shorewall-defined action will cause each rule in the macro to be logged
|
|
|
|
with the specified level (and tag).</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<para>The extent to which logging of macro rules occur is governed by the
|
2005-08-22 12:07:49 +02:00
|
|
|
following:</para>
|
|
|
|
|
|
|
|
<orderedlist>
|
|
|
|
<listitem>
|
2005-09-12 20:43:26 +02:00
|
|
|
<para>When you invoke a macro and specify a log level, only those
|
|
|
|
rules in the macro that have no log level will be changed to log at
|
2005-08-22 12:07:49 +02:00
|
|
|
the level specified at the action invocation.</para>
|
|
|
|
|
|
|
|
<para>Example:</para>
|
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<para>/etc/shorewall/macro.foo</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
2005-08-22 12:07:49 +02:00
|
|
|
ACCEPT - - tcp 22
|
|
|
|
bar:info</programlisting>
|
|
|
|
|
|
|
|
<para>/etc/shorewall/rules:</para>
|
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
2005-09-12 20:43:26 +02:00
|
|
|
foo:debug $FW net</programlisting>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-17 08:26:55 +02:00
|
|
|
<para>Logging in the invoked 'foo' macro will be as if foo had been
|
2005-08-22 12:07:49 +02:00
|
|
|
defined as:</para>
|
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
2005-08-22 12:07:49 +02:00
|
|
|
ACCEPT:debug - - tcp 22
|
|
|
|
bar:info</programlisting>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>If you follow the log level with "!" then logging will be at
|
2005-09-12 20:43:26 +02:00
|
|
|
that level for all rules recursively invoked by the macro.</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
|
|
|
<para>Example:</para>
|
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<para>/etc/shorewall/macro.foo</para>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
2005-08-22 12:07:49 +02:00
|
|
|
ACCEPT - - tcp 22
|
|
|
|
bar:info</programlisting>
|
|
|
|
|
|
|
|
<para>/etc/shorewall/rules:</para>
|
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
2005-09-12 20:43:26 +02:00
|
|
|
foo:debug! $FW net</programlisting>
|
2005-08-22 12:07:49 +02:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<para>Logging in the invoked 'foo' macro will be as if foo had been
|
2005-08-22 12:07:49 +02:00
|
|
|
defined as:</para>
|
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
2005-08-22 12:07:49 +02:00
|
|
|
ACCEPT:debug - - tcp 22
|
|
|
|
bar:debug</programlisting>
|
|
|
|
</listitem>
|
|
|
|
</orderedlist>
|
|
|
|
</section>
|
2005-09-21 00:16:12 +02:00
|
|
|
|
2007-06-28 22:20:16 +02:00
|
|
|
<section id="ActionOrMacro">
|
2005-09-21 00:16:12 +02:00
|
|
|
<title>How do I know if I should create an Action or a Macro?</title>
|
|
|
|
|
|
|
|
<para>While actions and macros perform similar functions, in any given
|
|
|
|
case you will generally find that one is more appropriate than the
|
|
|
|
other.</para>
|
|
|
|
|
|
|
|
<orderedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>You can not associate an Extension Script with a macro <ulink
|
|
|
|
url="Actions.html#Extension">the way that you can with an
|
|
|
|
Action</ulink>. So if you need access to iptables features not
|
|
|
|
directly supported by Shorewall then you must use an action.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2007-03-30 09:24:32 +02:00
|
|
|
<para>Macros are expanded in-line while each action is its own chain.
|
2005-09-21 00:16:12 +02:00
|
|
|
So if there are a lot of rules involved in your new action/macro then
|
|
|
|
it is generally better to use an action than a macro. Only the packets
|
|
|
|
selected when you invoke the action are directed to the corresponding
|
|
|
|
chain. On the other hand, if there are only one or two rules involved
|
|
|
|
in what you want to do then a macro is more efficient.</para>
|
|
|
|
</listitem>
|
|
|
|
</orderedlist>
|
|
|
|
</section>
|
2008-07-07 22:22:09 +02:00
|
|
|
</article>
|