2004-02-14 19:06:39 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
|
|
|
|
<article>
|
|
|
|
<!--$Id$-->
|
|
|
|
|
|
|
|
<articleinfo>
|
2004-08-07 04:13:32 +02:00
|
|
|
<title>Operating Shorewall</title>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<authorgroup>
|
|
|
|
<author>
|
|
|
|
<firstname>Tom</firstname>
|
|
|
|
|
|
|
|
<surname>Eastep</surname>
|
|
|
|
</author>
|
|
|
|
</authorgroup>
|
|
|
|
|
2004-11-27 18:49:01 +01:00
|
|
|
<pubdate>2004-11-26</pubdate>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<copyright>
|
2004-08-07 04:13:32 +02:00
|
|
|
<year>2004</year>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<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
|
2004-08-21 17:42:31 +02:00
|
|
|
<quote><ulink url="GnuCopyright.htm">GNU Free Documentation
|
|
|
|
License</ulink></quote>.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</legalnotice>
|
|
|
|
</articleinfo>
|
|
|
|
|
|
|
|
<section>
|
2004-08-07 04:13:32 +02:00
|
|
|
<title>Operational Components</title>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>There are a number of files that comprise the operational components
|
|
|
|
of Shorewall.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><filename>/sbin/shorewall</filename> — The program that you use
|
|
|
|
to interact with Shorewall. Normally the root user's PATH includes
|
2004-08-07 04:13:32 +02:00
|
|
|
<filename>/sbin</filename> and the program can be run from a shell
|
|
|
|
prompt by simply typing <command>shorewall</command> followed by a
|
|
|
|
command. To see a list of supported commands, use the
|
|
|
|
<command>help</command> command:</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<programlisting><command>shorewall help</command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>To get further information about a particular command, follow
|
|
|
|
<command>help</command> by the command:</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<programlisting><command>shorewall help start</command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-11 02:18:47 +02:00
|
|
|
<para><filename>/etc/shorewall</filename> — The default directory
|
2004-08-07 04:13:32 +02:00
|
|
|
where Shorewall looks for configuration files. See the section
|
2004-08-21 17:42:31 +02:00
|
|
|
entitled <link linkend="AltConfig">Alternate Configuration
|
|
|
|
Directories</link> for information about how you can direct Shorewall
|
|
|
|
to look in other directories.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><filename>/etc/init.d/shorewall</filename>
|
|
|
|
(<filename>/etc/rc.d/firewall.rc</filename> on Slackware) — The script
|
|
|
|
run by <command>init</command> (the program responsible for startup
|
|
|
|
and shutdown of your system) to start Shorewall at boot time and to
|
|
|
|
stop Shorewall at shutdown.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
2004-05-09 00:31:54 +02:00
|
|
|
|
|
|
|
<listitem>
|
2004-08-11 02:18:47 +02:00
|
|
|
<para><filename>/usr/share/shorewall/firewall</filename> — The program
|
2004-08-07 04:13:32 +02:00
|
|
|
responsible for configuring Netfilter based on your configuration
|
|
|
|
files.</para>
|
2004-05-09 00:31:54 +02:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-11 02:18:47 +02:00
|
|
|
<para><filename>/usr/share/shorewall/functions</filename> — A library
|
2004-08-21 17:42:31 +02:00
|
|
|
of Bourne Shell functions used by both<filename>
|
|
|
|
/sbin/shorewall</filename> and
|
|
|
|
<filename>/usr/share/shorewall/firewall</filename>.</para>
|
2004-05-09 00:31:54 +02:00
|
|
|
</listitem>
|
2004-02-14 19:06:39 +01:00
|
|
|
</itemizedlist>
|
2004-08-07 04:13:32 +02:00
|
|
|
</section>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<section>
|
|
|
|
<title>Starting, Stopping and Clearing</title>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>As explained in the <ulink
|
|
|
|
url="Introduction.html">Introduction</ulink>, Shorewall is not something
|
|
|
|
that runs all of the time in your system. Nevertheless, for integrating
|
|
|
|
Shorewall into your initialization scripts it is useful to speak of
|
|
|
|
<firstterm>starting</firstterm> Shorewall and
|
2004-08-07 04:13:32 +02:00
|
|
|
<emphasis>stopping</emphasis> Shorewall.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>Shorewall is started using the <command>shorewall
|
|
|
|
start</command> command. Once the start command completes
|
|
|
|
successfully, Netfilter is configured as described in your Shorewall
|
|
|
|
configuration files. If there is an error during <command>shorewall
|
|
|
|
start</command>, then if you have a <firstterm>saved
|
|
|
|
configuration</firstterm> then that configuration is restored.
|
|
|
|
Otherwise, an implicit <command>shorewall stop</command> is
|
|
|
|
executed.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>Shorewall is stopped using the <command>shorewall stop</command>
|
|
|
|
command.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<important>
|
|
|
|
<para>The <command>shorewall stop</command> command does not remove
|
|
|
|
all netfilter rules and open your firewall for all traffic to pass.
|
|
|
|
It rather places your firewall in a safe state defined by the
|
2004-08-21 17:42:31 +02:00
|
|
|
contents of your <ulink
|
|
|
|
url="Documentation.htm#Routestopped">/etc/shorewall/routestopped</ulink>
|
2004-08-07 04:13:32 +02:00
|
|
|
file and the setting of ADMINISABSENTMINDED in <ulink
|
|
|
|
url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf</ulink>.</para>
|
|
|
|
</important>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>If you want to remove all Netfilter rules and open your firewall
|
|
|
|
for all traffic to pass, use the <command>shorewall clear</command>
|
|
|
|
command.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>If you change your configuration and want to install the
|
|
|
|
changes, use the <command>shorewall restart </command>command.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
2004-08-07 04:13:32 +02:00
|
|
|
</itemizedlist>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>For additional information, see the<link linkend="State"> Shorewall
|
|
|
|
State Diagram</link> section.</para>
|
|
|
|
</section>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<section>
|
|
|
|
<title>Tracing Command Execution</title>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>If you include the word <emphasis role="bold">trace</emphasis> as
|
2004-08-21 17:42:31 +02:00
|
|
|
the first parameter to an <filename>/sbin/shorewall</filename> command
|
|
|
|
that transfers control to
|
|
|
|
<filename>/usr/share/shorewall/firewall</filename>, execution of the
|
|
|
|
latter program will be traced to STDERR.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<example>
|
|
|
|
<title>Tracing <command>shorewall start</command></title>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>To trace the execution of <command>shorewall start</command> and
|
|
|
|
write the trace to the file <filename>/tmp/trace</filename>, you would
|
2004-08-21 17:42:31 +02:00
|
|
|
enter:<programlisting><command>shorewall trace start 2> /tmp/trace</command></programlisting></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
</example>
|
|
|
|
</section>
|
2004-05-19 19:55:45 +02:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<section>
|
|
|
|
<title>Having Shorewall Start Automatically at Boot Time</title>
|
|
|
|
|
|
|
|
<para>The .rpm, .deb and .tgz all try to configure your startup scripts so
|
|
|
|
that Shorewall will start automatically at boot time. If you are using the
|
|
|
|
<command>install.sh </command>script from the .tgz and it cannot determine
|
|
|
|
how to configure automatic startup, a message to that effect will be
|
2004-08-21 17:42:31 +02:00
|
|
|
displayed. You will need to consult your distribution's documentation to
|
|
|
|
see how to integrate the <filename>/etc/init.d/shorewall</filename> script
|
|
|
|
into the distribution's startup mechanism.<caution>
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>Shorewall startup is disabled by default. Once you have
|
|
|
|
configured your firewall, you can enable startup by removing the
|
|
|
|
file <filename>/etc/shorewall/startup_disabled</filename>. Note:
|
|
|
|
Users of the .deb package must edit
|
|
|
|
<filename>/etc/default/shorewall</filename> and set
|
2004-10-04 18:47:43 +02:00
|
|
|
<quote>startup=1</quote> while users who are running Shorewall
|
|
|
|
2.1.3 or later must edit
|
|
|
|
<filename>/etc/shorewall/shorewall.conf</filename> and set
|
|
|
|
STARTUP_ENABLED=Yes.</para>
|
2004-08-21 17:42:31 +02:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>If you use dialup or some flavor of PPP where your IP
|
|
|
|
address can change arbitrarily, you may want to start the firewall
|
|
|
|
in your <command>/etc/ppp/ip-up.local</command> script. I
|
|
|
|
recommend just placing <quote><command>/sbin/shorewall
|
|
|
|
restart</command></quote> in that script.</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</caution></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
</section>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<section>
|
2004-08-21 17:42:31 +02:00
|
|
|
<title>Saving a Working Configuration for Error Recovery and Fast
|
|
|
|
Startup</title>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>Once you have Shorewall working the way that you want it to, you can
|
|
|
|
use <command>shorewall save</command> to <firstterm>save</firstterm> the
|
2004-08-21 17:42:31 +02:00
|
|
|
commands necessary to recreate that configuration in a <firstterm>restore
|
|
|
|
script</firstterm>.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>In its simplest form, the save command is just:</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<programlisting><command>shorewall save</command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>That command creates the default restore script,
|
|
|
|
<filename>/var/lib/shorewall/restore</filename>. The default may be
|
|
|
|
changed using the RESTOREFILE option in <ulink
|
|
|
|
url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf</ulink>. A
|
2004-08-11 02:18:47 +02:00
|
|
|
different file name may also be specified in the <command>save</command>
|
|
|
|
command:</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<programlisting><command>shorewall save <filename></command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>Where <<emphasis>filename</emphasis>> is a simple file name
|
2004-08-07 04:13:32 +02:00
|
|
|
(no slashes).</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>Once created, the default restore script serves several useful
|
|
|
|
purposes:</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<itemizedlist>
|
2004-02-14 19:06:39 +01:00
|
|
|
<listitem>
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>If you change your configuration and there is an error when you
|
|
|
|
try to restart Shorewall, the restore script will be run to restore
|
|
|
|
your firewall to working order.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>Bootup is faster. The -f option of the start command (e.g.,
|
|
|
|
<command>shorewall -f start</command>) causes Shorewall to look for
|
|
|
|
the default restore script and if it exists, the script is run. This
|
|
|
|
is much faster than starting Shorewall using the normal mechanism of
|
2004-08-21 17:42:31 +02:00
|
|
|
reading the configuration files and running
|
|
|
|
<command>iptables</command> dozens or even hundreds of times.
|
|
|
|
<filename>/etc/init.d/shorewall</filename>
|
2004-08-07 04:13:32 +02:00
|
|
|
(<filename>/etc/rc.d/firewall.rc</filename>) uses the -f option when
|
|
|
|
it is processing a request to start Shorewall.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>The <command>shorewall restore</command> command can be used at
|
|
|
|
any time to quickly configure the firewall.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<programlisting><command>shorewall restore [ <filename> ]</command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>If no <<emphasis>filename</emphasis>> is given, the
|
2004-08-07 04:13:32 +02:00
|
|
|
default restore script is used. Otherwise, the script
|
2004-08-21 17:42:31 +02:00
|
|
|
<filename>/var/lib/shorewall/<filename></filename> is
|
|
|
|
used.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>The ability to have multiple restore scripts means that you can save
|
|
|
|
different Shorewall firewall configurations and switch between them
|
|
|
|
quickly using the <command>restore</command> command.</para>
|
2004-05-09 00:31:54 +02:00
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>Restore scripts may be removed using the <command>shorewall
|
|
|
|
forget</command> command:</para>
|
2004-05-09 00:31:54 +02:00
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<programlisting><command>shorewall forget [ <filename> ]</command></programlisting>
|
2004-05-09 00:31:54 +02:00
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>If no <<emphasis>filename</emphasis>> is given, the default
|
|
|
|
restore script is removed. Otherwise,
|
|
|
|
<filename>/var/lib/shorewall/<filename></filename> is removed (of
|
|
|
|
course, you can also use the Linux <command>rm</command> command from the
|
|
|
|
shell prompt to remove these files).</para>
|
2004-05-09 00:31:54 +02:00
|
|
|
</section>
|
|
|
|
|
2004-02-14 19:06:39 +01:00
|
|
|
<section>
|
2004-08-07 04:13:32 +02:00
|
|
|
<title id="AltConfig">Alternate Configuration Directories</title>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>As explained above, Shorewall normally looks for configuration files
|
|
|
|
in the directory <filename class="directory">/etc/shorewall</filename>.
|
2004-08-21 17:42:31 +02:00
|
|
|
The <command>shorewall start</command>, <command>shorewall
|
|
|
|
restart</command>, <command>shorewall check</command>, and
|
|
|
|
<command>shorewall try </command>commands allow you to specify a different
|
|
|
|
directory for Shorewall to check before looking in <filename
|
2004-10-24 23:10:47 +02:00
|
|
|
class="directory">/etc/shorewall</filename>.</para>
|
|
|
|
|
|
|
|
<para>Shorewall versions before Shorewall 2.2.0:</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<programlisting> <command>shorewall [ -c <configuration-directory> ] {start|restart|check}</command>
|
|
|
|
<command>shorewall try <configuration-directory> [ <timeout> ]</command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-10-24 23:10:47 +02:00
|
|
|
<para>Shorewall versions 2.2.0 and later the -c option is
|
|
|
|
deprecated:</para>
|
|
|
|
|
|
|
|
<programlisting> <command>shorewall {start|restart|check} <configuration-directory></command>
|
|
|
|
<command>shorewall try <configuration-directory> [ <timeout> ]</command></programlisting>
|
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>If a <emphasis><configuration-directory</emphasis>> is
|
2004-02-14 19:06:39 +01:00
|
|
|
specified, each time that Shorewall is going to use a file in <filename
|
2004-08-21 17:42:31 +02:00
|
|
|
class="directory">/etc/shorewall</filename> it will first look in
|
|
|
|
the<emphasis> <configuration-directory></emphasis> . If the file is
|
|
|
|
present in the <emphasis><configuration-directory>,</emphasis> that
|
|
|
|
file will be used; otherwise, the file in <filename
|
|
|
|
class="directory">/etc/shorewall</filename> will be used. When changing
|
|
|
|
the configuration of a production firewall, I recommend the
|
|
|
|
following:</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<itemizedlist>
|
2004-08-07 04:13:32 +02:00
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>If you haven't saved the current working configuration, do so
|
|
|
|
using <command>shorewall save</command>.</para>
|
2004-08-07 04:13:32 +02:00
|
|
|
</listitem>
|
|
|
|
|
2004-02-14 19:06:39 +01:00
|
|
|
<listitem>
|
|
|
|
<para><command>mkdir /etc/test</command></para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>cd /etc/test</command></para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><copy any files that you need to change from /etc/shorewall
|
|
|
|
to . and change them here></para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-10-24 23:10:47 +02:00
|
|
|
<para><command>shorewall check ./</command></para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><correct any errors found by check and check again></para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-07 04:13:32 +02:00
|
|
|
<para><command>shorewall try ./</command></para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>If the configuration starts but doesn't work, just <quote>shorewall
|
|
|
|
restart</quote> to restore the old configuration. If the new configuration
|
|
|
|
fails to start, the <quote>try</quote> command will automatically restore
|
|
|
|
your configuration.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<para>When the new configuration works then just:</para>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
2004-08-07 04:13:32 +02:00
|
|
|
<para><command>cp -f * /etc/shorewall</command></para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>cd</command></para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>rm -rf /etc/test</command></para>
|
|
|
|
</listitem>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>shorewall save</command></para>
|
|
|
|
</listitem>
|
2004-02-14 19:06:39 +01:00
|
|
|
</itemizedlist>
|
|
|
|
</section>
|
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<section>
|
|
|
|
<title>Command Reference</title>
|
2004-06-12 18:28:30 +02:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term>add</term>
|
2004-06-12 18:28:30 +02:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall add <interface>[:<host>]
|
|
|
|
<zone></command></para>
|
2004-06-12 18:28:30 +02:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>Adds a host or subnet to a dynamic zone usually used with
|
2004-08-21 17:42:31 +02:00
|
|
|
VPN's.</para>
|
2004-06-12 18:28:30 +02:00
|
|
|
|
2004-11-27 18:49:01 +01:00
|
|
|
<para>Note that there is no provision in the syntax for specifying a
|
|
|
|
<ulink url="bridge.html">bridge</ulink> port and that the "shorewall
|
|
|
|
add" command is not supported for hosts connected to the firewall
|
|
|
|
through a bridge port.</para>
|
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>Example: <command>shorewall add ipsec0:192.0.2.24
|
|
|
|
vpn1</command></para>
|
2004-06-12 18:28:30 +02:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>adds the address 192.0.2.24 from interface ipsec0 to the zone
|
|
|
|
vpn1.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2004-06-12 18:28:30 +02:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<varlistentry>
|
|
|
|
<term>allow</term>
|
2004-06-12 18:28:30 +02:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall allow <address> ...</command></para>
|
2004-06-12 18:28:30 +02:00
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>Re-enables receipt of packets from hosts previously
|
|
|
|
blacklisted by a drop or reject command.</para>
|
|
|
|
|
|
|
|
<para>Shorewall allow, drop, rejct and save implement dynamic
|
|
|
|
blacklisting.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
2004-10-24 23:10:47 +02:00
|
|
|
<term>check (Shorewall versions prior to 2.2.0)</term>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall [ -c <configuration-directory> ]
|
2004-08-07 04:13:32 +02:00
|
|
|
check</command></para>
|
|
|
|
|
|
|
|
<para>Performs a cursory validation of the zones, interfaces, hosts,
|
|
|
|
rules and policy files. Use this if you are unsure of any edits you
|
|
|
|
have made to the shorewall configuration. See <link
|
|
|
|
linkend="AltConfig">above</link> for a recommended way to make
|
|
|
|
changes.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2004-10-24 23:10:47 +02:00
|
|
|
<varlistentry>
|
|
|
|
<term>check (Shorewall 2.2.0 and later)</term>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>shorewall [-q] check [
|
|
|
|
<configuration-directory> ]</command></para>
|
|
|
|
|
|
|
|
<para>Performs a cursory validation of the zones, interfaces, hosts,
|
|
|
|
rules and policy files. Use this if you are unsure of any edits you
|
|
|
|
have made to the shorewall configuration. See <link
|
|
|
|
linkend="AltConfig">above</link> for a recommended way to make
|
|
|
|
changes.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<varlistentry>
|
|
|
|
<term>clear</term>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>shorewall clear</command></para>
|
|
|
|
|
|
|
|
<para>Clear will remove all rules and chains installed by Shorewall.
|
|
|
|
The firewall is then wide open and unprotected. Existing connections
|
|
|
|
are untouched. Clear is often used to see if the firewall is causing
|
|
|
|
connection problems.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>delete</term>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall delete <interface>[:<host>]
|
|
|
|
<zone></command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<para>Deletes the specified interface (and host if included) from
|
|
|
|
the specified zone.</para>
|
|
|
|
|
2004-11-27 18:49:01 +01:00
|
|
|
<para>Note that there is no provision in the syntax for specifying a
|
|
|
|
<ulink url="bridge.html">bridge</ulink> port and that the "shorewall
|
|
|
|
delete" command is not supported for hosts connected to the firewall
|
|
|
|
through a bridge port.</para>
|
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<para>Example:</para>
|
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall delete ipsec0:192.0.2.24
|
|
|
|
vpn1</command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<para>deletes the address 192.0.2.24 from interface ipsec0 from zone
|
|
|
|
vpn1</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>drop</term>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall drop <address> ...</command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>Causes packets from the specified
|
|
|
|
<<emphasis>address</emphasis>> to be ignored</para>
|
2004-08-07 04:13:32 +02:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>forget</term>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall forget [ <filename>
|
|
|
|
]</command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>Deletes<filename>
|
|
|
|
/var/lib/shorewall/<filename></filename>. If no
|
|
|
|
<<emphasis>filename</emphasis>> is given then the file
|
|
|
|
specified by RESTOREFILE in <ulink
|
|
|
|
url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf</ulink>
|
2004-08-07 04:13:32 +02:00
|
|
|
is removed.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>help</term>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall help [<command> | host | address
|
|
|
|
]</command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>Display helpful information about the shorewall
|
|
|
|
commands.</para>
|
2004-08-07 04:13:32 +02:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>hits</term>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>hits</command></para>
|
|
|
|
|
|
|
|
<para>Produces several reports about the Shorewall packet log
|
|
|
|
messages in the current log file specified by the LOGFILE option in
|
2004-08-21 17:42:31 +02:00
|
|
|
<ulink
|
|
|
|
url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf</ulink>.</para>
|
2004-08-07 04:13:32 +02:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>ipcalc</term>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall ipcalc [ <address> <mask> |
|
|
|
|
<address>/<vlsm> ]</command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<para>Ipcalc displays the network address, broadcast address,
|
2004-08-21 17:42:31 +02:00
|
|
|
network in CIDR notation and netmask corresponding to the
|
|
|
|
input[s].</para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<para>Example:</para>
|
|
|
|
|
|
|
|
<para><command>ipcalc 192.168.1.0/24</command></para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>iprange</term>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>shorewall iprange
|
2004-08-21 17:42:31 +02:00
|
|
|
<address1>-<address2></command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<para>Iprange decomposes the specified range of IP addresses into
|
|
|
|
the equivalent list of network/host addresses.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>logwatch</term>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall logwatch [<refresh
|
|
|
|
interval>]</command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<para>Monitors the log file specified by theLOGFILE option in <ulink
|
|
|
|
url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf</ulink>
|
|
|
|
and produces an audible alarm when new Shorewall messages are
|
|
|
|
logged.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>monitor</term>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall [-x] monitor
|
|
|
|
[<refresh_interval>]</command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<para>Continuously display the firewall status, last 20 log entries
|
|
|
|
and nat. When the log entry display changes, an audible alarm is
|
|
|
|
sounded.</para>
|
|
|
|
|
|
|
|
<para>When -x is given, that option is also passed to iptables to
|
|
|
|
display actual packet and byte counts.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>refresh</term>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>shorewall refresh: [ -q ] refresh</command></para>
|
|
|
|
|
|
|
|
<para>The rules involving the broadcast addresses of firewall
|
|
|
|
interfaces, the black list, traffic control rules and ECN control
|
|
|
|
rules are recreated to reflect any changes made to your
|
|
|
|
configuration files. Existing connections are untouched If -q is
|
|
|
|
specified, less detain is displayed making it easier to spot
|
|
|
|
warnings.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>reject</term>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall reject <address> ...</command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>Causes packets from the specified
|
|
|
|
<<emphasis>address</emphasis>>s to be rejected</para>
|
2004-08-07 04:13:32 +02:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>reset</term>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>shorewall reset</command></para>
|
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para>All the packet and byte counters in the firewall are
|
|
|
|
reset.</para>
|
2004-08-07 04:13:32 +02:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
2004-10-24 23:10:47 +02:00
|
|
|
<term>restart (Prior to Shorewall version 2.2.0)</term>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall [ -q ] [ -c <configuration-directory>
|
|
|
|
] restart</command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<para>Restart is similar to <command>shorewall stop</command>
|
|
|
|
followed by <command>shorewall start</command>. Existing connections
|
|
|
|
are maintained. If -q is specified, less detail is displayed making
|
|
|
|
it easier to spot warnings</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2004-10-24 23:10:47 +02:00
|
|
|
<varlistentry>
|
|
|
|
<term>restart (Shorewall version 2.2.0 and later)</term>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>shorewall [ -q ] restart
|
|
|
|
<configuration-directory></command></para>
|
|
|
|
|
|
|
|
<para>Restart is similar to <command>shorewall stop</command>
|
|
|
|
followed by <command>shorewall start</command>. Existing connections
|
|
|
|
are maintained. If -q is specified, less detail is displayed making
|
|
|
|
it easier to spot warnings</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2004-08-07 04:13:32 +02:00
|
|
|
<varlistentry>
|
|
|
|
<term>restore</term>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall [ -q ] restore [ <filename>
|
|
|
|
]</command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<para>Restore Shorewall to a state saved using the
|
|
|
|
<command>shorewall save</command> command Existing connections are
|
2004-08-21 17:42:31 +02:00
|
|
|
maintained. The <<emphasis>filename</emphasis>> names a
|
|
|
|
restore file in <filename
|
|
|
|
class="directory">/var/lib/shorewall</filename> created using
|
|
|
|
<command>shorewall save</command>; if no
|
|
|
|
<<emphasis>filename</emphasis>> is given then Shorewall will
|
|
|
|
be restored from the file specified by the RESTOREFILE option in
|
|
|
|
<ulink
|
|
|
|
url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf</ulink>.</para>
|
2004-08-07 04:13:32 +02:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>save</term>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall save [ <filename> ]</command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<para>The dynamic data is stored in /var/lib/shorewall/save. The
|
2004-08-21 17:42:31 +02:00
|
|
|
state of the firewall is stored in
|
|
|
|
<filename>/var/lib/shorewall/<filename></filename> for use by
|
|
|
|
the <command>shorewall restore</command> and <command>shorewall -f
|
|
|
|
start</command> commands. If <<emphasis>filename</emphasis>>
|
2004-08-07 04:13:32 +02:00
|
|
|
is not given then the state is saved in the file specified by the
|
2004-08-21 17:42:31 +02:00
|
|
|
RESTOREFILE option in <ulink
|
|
|
|
url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf</ulink>.</para>
|
2004-08-07 04:13:32 +02:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>show</term>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall [ -x ] show [ <chain> [ <chain>
|
|
|
|
...] |classifiers|connections|log|nat|tc|tos]</command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall [ -x ] show <chain> [ <chain>
|
|
|
|
... ] </command> - produce a verbose report about the Netfilter
|
|
|
|
chain(s). (<command>iptables -L chain -n -v</command>)</para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<para><command>shorewall [ -x ] show nat</command> - produce a
|
|
|
|
verbose report about the nat table. (<command>iptables -t nat -L -n
|
|
|
|
-v</command>)</para>
|
|
|
|
|
|
|
|
<para><command>shorewall [ -x ] show tos</command> - produce a
|
|
|
|
verbose report about the mangle table. (<command>iptables -t mangle
|
|
|
|
-L -n -v</command>)</para>
|
|
|
|
|
|
|
|
<para><command>shorewall show log</command> - display the last 20
|
|
|
|
packet log entries.</para>
|
|
|
|
|
|
|
|
<para><command>shorewall show connections</command> - displays the
|
|
|
|
IP connections currently being tracked by the firewall.</para>
|
|
|
|
|
|
|
|
<para><command>shorewall show classifiers</command> - displays
|
|
|
|
information about the traffic control/shaping classifiers.</para>
|
|
|
|
|
|
|
|
<para><command>shorewall show tc</command> - displays information
|
|
|
|
about the traffic control/shaping configuration.</para>
|
|
|
|
|
|
|
|
<para>When -x is given, that option is also passed to iptables to
|
|
|
|
display actual packet and byte counts.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
2004-10-24 23:10:47 +02:00
|
|
|
<term>start (Shorewall versions prior to 2.2.0)</term>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>shorewall [ -q ] [ -f ] [ -c
|
2004-08-21 17:42:31 +02:00
|
|
|
<configuration-directory> ] start</command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<para>Start shorewall. Existing connections through shorewall
|
|
|
|
managed interfaces are untouched. New connections will be allowed
|
2004-10-24 23:10:47 +02:00
|
|
|
only if they are allowed by the firewall rules or policies. If -q is
|
|
|
|
specified, less detail is displayed making it easier to spot
|
|
|
|
warnings If -f is specified, the saved configuration specified by
|
|
|
|
the RESTOREFILE option in <ulink
|
|
|
|
url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf</ulink>
|
|
|
|
will be restored if that saved configuration exists</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>start (Shorewall 2.2.0 and later)</term>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>shorewall [ -q ] [ -f ] start [
|
|
|
|
<configuration-directory> ]</command></para>
|
|
|
|
|
|
|
|
<para>Start shorewall. Existing connections through shorewall
|
|
|
|
managed interfaces are untouched. New connections will be allowed
|
2004-08-07 04:13:32 +02:00
|
|
|
only if they are allowed by the firewall rules or policies. If -q is
|
|
|
|
specified, less detail is displayed making it easier to spot
|
|
|
|
warnings If -f is specified, the saved configuration specified by
|
2004-08-21 17:42:31 +02:00
|
|
|
the RESTOREFILE option in <ulink
|
|
|
|
url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf</ulink>
|
2004-08-07 04:13:32 +02:00
|
|
|
will be restored if that saved configuration exists</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>stop</term>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>shorewall stop</command></para>
|
|
|
|
|
|
|
|
<para>Stops the firewall. All existing connections, except those
|
2004-08-21 17:42:31 +02:00
|
|
|
listed in <filename><ulink
|
|
|
|
url="Documentation.htm#Routestopped">/etc/shorewall/routestopped</ulink></filename>
|
2004-08-07 04:13:32 +02:00
|
|
|
or permitted by the ADMINISABSENTMINDED option in <ulink
|
|
|
|
url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf</ulink>,
|
|
|
|
are taken down. The only new traffic permitted through the firewall
|
2004-08-21 17:42:31 +02:00
|
|
|
is from systems listed in
|
|
|
|
<filename>/etc/shorewall/routestopped</filename> or by
|
|
|
|
ADMINISABSENTMINDED.</para>
|
2004-08-07 04:13:32 +02:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>status</term>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>shorewall [ -x ] status</command></para>
|
|
|
|
|
|
|
|
<para>Produce a verbose report about the firewall.</para>
|
|
|
|
|
|
|
|
<para>When -x is given, that option is also passed to iptables to
|
|
|
|
display actual packet and byte counts.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>try</term>
|
|
|
|
|
|
|
|
<listitem>
|
2004-08-21 17:42:31 +02:00
|
|
|
<para><command>shorewall try <configuration-directory> [
|
|
|
|
<timeout> ]</command></para>
|
2004-08-07 04:13:32 +02:00
|
|
|
|
|
|
|
<para>Restart shorewall using the specified configuration. If an
|
|
|
|
error occurs during the restart, then another shorewall restart is
|
|
|
|
performed using the default configuration. If a timeout is specified
|
|
|
|
then the restart is always performed after the timeout occurs and
|
|
|
|
uses the default configuration.</para>
|
|
|
|
|
|
|
|
<para>When restarting using the default configuration, if the
|
|
|
|
default restore script (as specified by the RESTOREFILE setting in
|
2004-08-21 17:42:31 +02:00
|
|
|
<ulink
|
|
|
|
url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf</ulink>)
|
2004-08-07 04:13:32 +02:00
|
|
|
exists. then that script is used.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>version</term>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><command>shorewall version</command></para>
|
|
|
|
|
|
|
|
<para>Show the current shorewall version</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2004-06-12 18:28:30 +02:00
|
|
|
</section>
|
|
|
|
|
2004-02-14 19:06:39 +01:00
|
|
|
<section id="State">
|
|
|
|
<title>Shorewall State Diagram</title>
|
|
|
|
|
|
|
|
<para>The Shorewall State Diargram is depicted below.</para>
|
|
|
|
|
|
|
|
<para><graphic align="center" fileref="images/State_Diagram.png" /></para>
|
|
|
|
|
|
|
|
<para>You will note that the commands that result in state transitions use
|
|
|
|
the word <quote>firewall</quote> rather than <quote>shorewall</quote>.
|
2004-08-21 17:42:31 +02:00
|
|
|
That is because the actual transitions are done by
|
|
|
|
<command>/usr/share/shorewall/firewall</command>;
|
2004-02-14 19:06:39 +01:00
|
|
|
<command>/sbin/shorewall</command> runs <quote>firewall</quote> according
|
|
|
|
to the following table:</para>
|
|
|
|
|
|
|
|
<informaltable>
|
|
|
|
<tgroup cols="3">
|
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry align="center">/sbin/shorewall Command</entry>
|
|
|
|
|
|
|
|
<entry align="center">Resulting /usr/share/shorewall/firewall
|
|
|
|
Command</entry>
|
|
|
|
|
|
|
|
<entry align="center">Effect if the Command Succeeds</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<tbody>
|
|
|
|
<row>
|
|
|
|
<entry>shorewall start</entry>
|
|
|
|
|
|
|
|
<entry>firewall start</entry>
|
|
|
|
|
|
|
|
<entry>The system filters packets based on your current Shorewall
|
|
|
|
Configuration</entry>
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
<entry>shorewall stop</entry>
|
|
|
|
|
|
|
|
<entry>firewall stop</entry>
|
|
|
|
|
|
|
|
<entry>Only traffic to/from hosts listed in /etc/shorewall/hosts
|
|
|
|
is passed to/from/through the firewall. For Shorewall versions
|
|
|
|
beginning with 1.4.7, if ADMINISABSENTMINDED=Yes in
|
|
|
|
/etc/shorewall/shorewall.conf then in addition, all existing
|
|
|
|
connections are retained and all connection requests from the
|
|
|
|
firewall are accepted.</entry>
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
<entry>shorewall restart</entry>
|
|
|
|
|
|
|
|
<entry>firewall restart</entry>
|
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<entry>Logically equivalent to <quote>firewall stop;firewall
|
|
|
|
start</quote></entry>
|
2004-02-14 19:06:39 +01:00
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
<entry>shorewall add</entry>
|
|
|
|
|
|
|
|
<entry>firewall add</entry>
|
|
|
|
|
|
|
|
<entry>Adds a host or subnet to a dynamic zone</entry>
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
<entry>shorewall delete</entry>
|
|
|
|
|
|
|
|
<entry>firewall delete</entry>
|
|
|
|
|
|
|
|
<entry>Deletes a host or subnet from a dynamic zone</entry>
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
<entry>shorewall refresh</entry>
|
|
|
|
|
|
|
|
<entry>firewall refresh</entry>
|
|
|
|
|
|
|
|
<entry>Reloads rules dealing with static blacklisting, traffic
|
|
|
|
control and ECN.</entry>
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
<entry>shorewall reset</entry>
|
|
|
|
|
|
|
|
<entry>firewall reset</entry>
|
|
|
|
|
|
|
|
<entry>Resets traffic counters</entry>
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
<entry>shorewall clear</entry>
|
|
|
|
|
|
|
|
<entry>firewall clear</entry>
|
|
|
|
|
|
|
|
<entry>Removes all Shorewall rules, chains, addresses, routes and
|
|
|
|
ARP entries.</entry>
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
<entry>shorewall try</entry>
|
|
|
|
|
2004-08-21 17:42:31 +02:00
|
|
|
<entry>firewall -c <new configuration> restart If
|
2004-02-14 19:06:39 +01:00
|
|
|
unsuccessful then firewall start (standard configuration) If
|
|
|
|
timeout then firewall restart (standard configuration)</entry>
|
|
|
|
|
|
|
|
<entry></entry>
|
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</informaltable>
|
|
|
|
</section>
|
|
|
|
</article>
|