2004-02-14 19:06:39 +01: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">
|
2004-02-14 19:06:39 +01:00
|
|
|
<article id="usefull_links">
|
|
|
|
<!--$Id$-->
|
|
|
|
|
|
|
|
<articleinfo>
|
|
|
|
<title>Introduction</title>
|
|
|
|
|
|
|
|
<author>
|
|
|
|
<firstname>Tom</firstname>
|
|
|
|
|
|
|
|
<surname>Eastep</surname>
|
|
|
|
</author>
|
|
|
|
|
2006-07-07 03:04:16 +02:00
|
|
|
<pubdate><?dbtimestamp format="Y/m/d"?></pubdate>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<copyright>
|
2012-02-20 20:30:06 +01:00
|
|
|
<year>2003-2012</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-11-19 18:58:59 +01:00
|
|
|
<quote><ulink type="" url="Copyright.htm">GNU Free Documentation
|
|
|
|
License</ulink></quote>.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</legalnotice>
|
|
|
|
</articleinfo>
|
|
|
|
|
2007-06-29 00:24:59 +02:00
|
|
|
<section id="Intro">
|
|
|
|
<title>Introduction</title>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2009-02-28 04:45:43 +01:00
|
|
|
<para>The information in this document applies only to 4.3 and later
|
|
|
|
releases of Shorewall.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2007-06-28 20:21:28 +02:00
|
|
|
<section id="Glossary">
|
2004-02-14 19:06:39 +01:00
|
|
|
<title>Glossary</title>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para><ulink url="http://www.netfilter.org">Netfilter</ulink> - the
|
2010-10-26 16:32:50 +02:00
|
|
|
packet filter facility built into the 2.4 and later Linux
|
2004-11-19 18:58:59 +01:00
|
|
|
kernels.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2010-10-26 16:32:50 +02:00
|
|
|
<para>ipchains - the packet filter facility built into the 2.2 Linux
|
2004-02-14 19:06:39 +01:00
|
|
|
kernels. Also the name of the utility program used to configure and
|
|
|
|
control that facility. Netfilter can be used in ipchains
|
|
|
|
compatibility mode.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>iptables - the utility program used to configure and control
|
|
|
|
Netfilter. The term <quote>iptables</quote> is often used to refer
|
|
|
|
to the combination of iptables+Netfilter (with Netfilter not in
|
|
|
|
ipchains compatibility mode).</para>
|
|
|
|
</listitem>
|
2007-08-02 00:11:34 +02:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>iptables-restore - a program included with iptables that
|
|
|
|
allows for atomic installation of a set of Netfilter rules. This is
|
2008-08-15 03:26:15 +02:00
|
|
|
a much more efficient way to install a rule set than running the
|
|
|
|
iptables utility once for each rule in the rule set.</para>
|
2007-08-02 00:11:34 +02:00
|
|
|
</listitem>
|
2008-05-24 17:01:01 +02:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>ifconfig - An obsolete program included in the net-utils
|
|
|
|
package. ifconfig was used to configure network interfaces.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>route - An obsolete program included in the net-utils package.
|
|
|
|
route was used to configure routing.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>ip - A program included in the iproute2 package. ip replaces
|
|
|
|
ifconfig and route in modern Linux systems.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>tc - A program included in the iproute2 package. tc is used to
|
|
|
|
configure QOS/Traffic Shaping on Linux systems.</para>
|
|
|
|
</listitem>
|
2004-02-14 19:06:39 +01:00
|
|
|
</itemizedlist>
|
|
|
|
</section>
|
|
|
|
|
2007-06-29 00:24:59 +02:00
|
|
|
<section id="Shorewall">
|
2004-02-14 19:06:39 +01:00
|
|
|
<title>What is Shorewall?</title>
|
|
|
|
|
2004-11-19 18:58:59 +01:00
|
|
|
<para>The Shoreline Firewall, more commonly known as
|
|
|
|
<quote>Shorewall</quote>, is high-level tool for configuring Netfilter.
|
|
|
|
You describe your firewall/gateway requirements using entries in a set
|
|
|
|
of configuration files. Shorewall reads those configuration files and
|
2008-05-24 17:01:01 +02:00
|
|
|
with the help of the iptables, iptables-restore, ip and tc utilities,
|
|
|
|
Shorewall configures Netfilter and the Linux networking subsystem to
|
|
|
|
match your requirements. Shorewall can be used on a dedicated firewall
|
|
|
|
system, a multi-function gateway/router/server or on a standalone
|
|
|
|
GNU/Linux system. Shorewall does not use Netfilter's ipchains
|
|
|
|
compatibility mode and can thus take advantage of Netfilter's connection
|
|
|
|
state tracking capabilities.</para>
|
|
|
|
|
|
|
|
<para>Shorewall is not a daemon. Once Shorewall has configured the Linux
|
|
|
|
networking subsystem, its job is complete and there is no
|
|
|
|
<quote>Shorewall process</quote> left running in your system. The <ulink
|
2004-02-14 19:06:39 +01:00
|
|
|
url="starting_and_stopping_shorewall.htm">/sbin/shorewall program can be
|
|
|
|
used at any time to monitor the Netfilter firewall</ulink>.</para>
|
2005-04-23 17:41:13 +02:00
|
|
|
|
|
|
|
<para>Shorewall is not the easiest to use of the available iptables
|
|
|
|
configuration tools but I believe that it is the most flexible and
|
|
|
|
powerful. So if you are looking for a simple point-and-click
|
|
|
|
set-and-forget Linux firewall solution that requires a minimum of
|
|
|
|
networking knowledge, I would encourage you to check out the following
|
|
|
|
alternatives:</para>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para><ulink
|
2009-01-15 20:42:43 +01:00
|
|
|
url="http://www.kmyfirewall.org/">kmyfirewall</ulink></para>
|
2005-04-23 17:41:13 +02:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><ulink
|
2009-01-15 20:42:43 +01:00
|
|
|
url="http://www.fs-security.com/">firestarter</ulink></para>
|
2005-04-23 17:41:13 +02:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<para>If you are looking for a Linux firewall solution that can handle
|
|
|
|
complex and fast changing network environments then Shorewall is a
|
|
|
|
logical choice.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
2007-06-28 20:21:28 +02:00
|
|
|
<section id="Concepts">
|
2004-02-14 19:06:39 +01:00
|
|
|
<title>Shorewall Concepts</title>
|
|
|
|
|
|
|
|
<para>The configuration files for Shorewall are contained in the directory
|
|
|
|
<filename class="directory">/etc/shorewall</filename> -- for simple
|
|
|
|
setups, you will only need to deal with a few of them.</para>
|
|
|
|
|
|
|
|
<para>Shorewall views the network where it is running as being composed of
|
2004-11-19 18:58:59 +01:00
|
|
|
a set of <firstterm>zones</firstterm>. In the <ulink
|
|
|
|
url="three-interface.htm">three-interface sample configuration</ulink> for
|
2005-08-31 00:46:02 +02:00
|
|
|
example, the following zone names are used:</para>
|
2005-08-11 22:36:14 +02:00
|
|
|
|
|
|
|
<programlisting>#NAME DESCRIPTION
|
2005-09-04 01:03:06 +02:00
|
|
|
fw The firewall itself
|
2005-08-11 22:36:14 +02:00
|
|
|
net The Internet
|
|
|
|
loc Your Local Network
|
|
|
|
dmz Demilitarized Zone</programlisting>
|
|
|
|
|
2006-05-14 23:31:45 +02:00
|
|
|
<para>Zones are declared and given a type in the <ulink
|
2007-07-04 02:23:43 +02:00
|
|
|
url="manpages/shorewall-zones.html"><filename
|
2004-02-14 19:06:39 +01:00
|
|
|
class="directory">/etc/shorewall/</filename><filename>zones</filename></ulink>
|
2007-07-04 02:23:43 +02:00
|
|
|
file.Here is the <ulink url="manpages/shorewall-zones.html"><filename
|
2006-05-16 16:00:10 +02:00
|
|
|
class="directory">/etc/shorewall/</filename><filename>zones</filename></ulink>
|
|
|
|
file from the three-interface sample:</para>
|
|
|
|
|
|
|
|
<programlisting>#ZONE TYPE OPTIONS IN OUT
|
|
|
|
# OPTIONS OPTIONS
|
|
|
|
fw firewall
|
|
|
|
net ipv4
|
|
|
|
loc ipv4
|
2009-11-05 22:30:18 +01:00
|
|
|
dmz ipv4</programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2005-09-12 20:43:26 +02:00
|
|
|
<para>Note that Shorewall recognizes the firewall system as its own zone.
|
2006-05-16 16:00:10 +02:00
|
|
|
The name of the zone designating the firewall itself (usually 'fw' as
|
|
|
|
shown in the above file) is stored in the shell variable
|
|
|
|
$<firstterm>FW</firstterm> which may be used throughout the Shorewall
|
|
|
|
configuration to refer to the firewall zone.</para>
|
|
|
|
|
|
|
|
<para>The simplest way to define the hosts in a zone is to associate the
|
|
|
|
zone with a network interface using the <ulink
|
2007-07-04 02:18:10 +02:00
|
|
|
url="manpages/shorewall-interfaces.html"><filename>/etc/shorewall/interfaces</filename></ulink>
|
2006-05-16 16:00:10 +02:00
|
|
|
file. In the three-interface sample, the three zones are defined using
|
|
|
|
that file as follows:</para>
|
|
|
|
|
|
|
|
<programlisting>#ZONE INTERFACE BROADCAST OPTIONS
|
2009-01-18 17:23:43 +01:00
|
|
|
net eth0 detect dhcp,routefilter
|
2006-05-16 16:00:10 +02:00
|
|
|
loc eth1 detect
|
|
|
|
dmz eth2 detect</programlisting>
|
|
|
|
|
2008-05-24 17:01:01 +02:00
|
|
|
<para>The above file defines the <emphasis>net</emphasis> zone as all IPv4
|
|
|
|
hosts interfacing to the firewall through eth0, the
|
|
|
|
<emphasis>loc</emphasis> zone as all IPv4 hosts interfacing through eth1
|
|
|
|
and the <emphasis>dmz</emphasis> as all IPv4 hosts interfacing through
|
|
|
|
eth2. It is important to note that the composition of a zone is defined in
|
|
|
|
terms of a combination of addresses <emphasis role="bold">and</emphasis>
|
|
|
|
interfaces. When using the <ulink
|
2007-07-04 02:18:10 +02:00
|
|
|
url="manpages/shorewall-interfaces.html"><filename>/etc/shorewall/interfaces</filename></ulink>
|
2006-05-16 16:00:10 +02:00
|
|
|
file to define a zone, all addresses are included; when you want to define
|
|
|
|
a zone that contains a limited subset of the IPv4 address space, you use
|
|
|
|
the <ulink
|
2007-07-04 02:23:43 +02:00
|
|
|
url="manpages/shorewall-hosts.html"><filename>/etc/shorewall/hosts</filename></ulink>
|
2009-03-03 00:01:56 +01:00
|
|
|
file or you may use the nets= option in
|
|
|
|
<filename>/etc/shorewall/interfaces</filename>:</para>
|
|
|
|
|
|
|
|
<programlisting>#ZONE INTERFACE BROADCAST OPTIONS
|
|
|
|
net eth0 detect dhcp,routefilter,nets=(!192.168.0.0/23)
|
|
|
|
loc eth1 detect nets=(192.168.0.0/24)
|
|
|
|
dmz eth2 detect nets=(192.168.1.0/24)</programlisting>
|
|
|
|
|
|
|
|
<para>The above file defines the <emphasis>net</emphasis> zone as all IPv4
|
|
|
|
hosts interfacing to the firewall through eth0 <emphasis>except</emphasis>
|
|
|
|
for 192.168.0.0/23, the <emphasis>loc</emphasis> zone as IPv4 hosts
|
|
|
|
192.168.0.0/24 interfacing through eth1 and the <emphasis>dmz</emphasis>
|
|
|
|
as IPv4 hosts 192.168.1.0/24 interfacing through eth2 (Note that
|
2009-09-14 22:43:32 +02:00
|
|
|
192.168.0.0/24 together with 192.168.1.0/24 comprises
|
|
|
|
192.168.0.0/23).</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<para>Rules about what traffic to allow and what traffic to deny are
|
2004-11-19 18:58:59 +01:00
|
|
|
expressed in terms of zones. <itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>You express your default policy for connections from one zone
|
|
|
|
to another zone in the <ulink
|
2007-07-04 02:18:10 +02:00
|
|
|
url="manpages/shorewall-policy.html"><filename
|
2004-11-19 18:58:59 +01:00
|
|
|
class="directory">/etc/shorewall/</filename><filename>policy</filename></ulink>
|
|
|
|
file. The basic choices for policy are:</para>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>ACCEPT - Accept the connection.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>DROP - Ignore the connection request.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>REJECT - Return an appropriate error to the connection
|
|
|
|
request.</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<para>Connection request logging may be specified as part of a
|
2008-05-24 17:01:01 +02:00
|
|
|
policy and it is conventional (and highly recommended) to log DROP
|
|
|
|
and REJECT policies.</para>
|
2004-11-19 18:58:59 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>You define exceptions to these default policies in the <ulink
|
2007-07-04 02:18:10 +02:00
|
|
|
url="manpages/shorewall-rules.html"><filename
|
2004-11-19 18:58:59 +01:00
|
|
|
class="directory">/etc/shorewall/</filename><filename>rules</filename></ulink>
|
|
|
|
file.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>You only need concern yourself with connection requests. You
|
2008-05-24 17:01:01 +02:00
|
|
|
don't need to define rules for handling traffic that is part of an
|
2009-07-13 15:51:27 +02:00
|
|
|
established connection and in most cases you don't have to worry
|
2008-05-24 17:01:01 +02:00
|
|
|
about how related connections are handled (ICMP error packets and
|
|
|
|
<ulink url="FTP.html">related TCP connection requests such as used
|
|
|
|
by FTP</ulink>).</para>
|
2004-11-19 18:58:59 +01:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>For each connection request entering the firewall, the
|
|
|
|
request is first checked against the <filename
|
|
|
|
class="directory">/etc/shorewall/</filename><filename>rules</filename>
|
2004-02-14 19:06:39 +01:00
|
|
|
file. If no rule in that file matches the connection request then the
|
2004-11-19 18:58:59 +01:00
|
|
|
first policy in <filename
|
|
|
|
class="directory">/etc/shorewall/</filename><filename>policy</filename>
|
2006-09-07 22:48:40 +02:00
|
|
|
that matches the request is applied. If there is a default action defined
|
2009-01-18 17:23:43 +01:00
|
|
|
for the policy in<filename> <ulink
|
|
|
|
url="manpages/shorewall.conf.html">/etc/shorewall/shorewall.conf</ulink></filename>
|
|
|
|
then that action is invoked before the policy is enforced. In the standard
|
|
|
|
Shorewall distribution, the DROP policy has a default action called
|
|
|
|
<emphasis role="bold">Drop</emphasis> and the REJECT policy has a default
|
|
|
|
action called <emphasis role="bold">Reject</emphasis>. Default actions are
|
2009-07-13 15:51:27 +02:00
|
|
|
used primarily to discard certain packets silently so that they don't
|
|
|
|
clutter up your log.</para>
|
2004-11-19 18:58:59 +01:00
|
|
|
|
|
|
|
<para>The <filename
|
|
|
|
class="directory">/etc/shorewall/</filename><filename>policy</filename>
|
2004-02-14 19:06:39 +01:00
|
|
|
file included with the three-interface sample has the following policies:
|
|
|
|
<programlisting>#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST
|
|
|
|
loc net ACCEPT
|
|
|
|
net all DROP info
|
|
|
|
all all REJECT info</programlisting>In the three-interface
|
|
|
|
sample, the line below is included but commented out. If you want your
|
2008-08-15 03:26:15 +02:00
|
|
|
firewall system to have full access to servers on the Internet, uncomment
|
2004-02-14 19:06:39 +01:00
|
|
|
that line. <programlisting>#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST
|
2009-01-18 17:23:43 +01:00
|
|
|
$FW net ACCEPT</programlisting> The above policies will:
|
2004-11-19 18:58:59 +01:00
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>Allow all connection requests from your local network to the
|
2008-08-15 03:26:15 +02:00
|
|
|
Internet</para>
|
2004-11-19 18:58:59 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2008-08-15 03:26:15 +02:00
|
|
|
<para>Drop (ignore) all connection requests from the Internet to
|
2008-05-24 17:01:01 +02:00
|
|
|
your firewall or local networks; these ignored connection requests
|
2004-11-19 18:58:59 +01:00
|
|
|
will be logged using the <emphasis>info</emphasis> syslog priority
|
|
|
|
(log level).</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Optionally accept all connection requests from the firewall to
|
2008-08-15 03:26:15 +02:00
|
|
|
the Internet (if you uncomment the additional policy)</para>
|
2004-11-19 18:58:59 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>reject all other connection requests; these rejected
|
|
|
|
connection requests will be logged using the
|
|
|
|
<emphasis>info</emphasis> syslog priority (log level).</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist></para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2009-06-09 16:03:57 +02:00
|
|
|
<para>A word about Shorewall logging is in order. Shorewall does not have
|
|
|
|
direct control over where its messages are logged; that is determined by
|
|
|
|
the configuration of the logging daemon (syslog, rsyslog, syslog-ng,
|
|
|
|
ulogd, etc.). The LOGFILE setting in <ulink
|
|
|
|
url="manpages/shorewall.conf.html">/etc/shorewall/shorewall.conf</ulink>
|
|
|
|
tells Shorewall <emphasis>where to find the log</emphasis>; it doesn't
|
|
|
|
determine where messages are logged. See the <ulink
|
|
|
|
url="shorewall_logging.html">Shorewall logging article</ulink> for more
|
|
|
|
information.</para>
|
|
|
|
|
2004-07-11 01:29:06 +02:00
|
|
|
<para>To illustrate how rules provide exceptions to policies, suppose that
|
2008-08-15 03:26:15 +02:00
|
|
|
you have the polices listed above but you want to be able to connect to
|
|
|
|
your firewall from the Internet using Secure Shell (SSH). Recall that SSH
|
2009-06-09 16:03:57 +02:00
|
|
|
connects uses TCP port 22. You would add the following rule to <ulink
|
|
|
|
url="manpages/shorewall-rules.html"><filename
|
|
|
|
class="directory">/etc/shorewall/</filename><filename>rules</filename>:</ulink></para>
|
2004-07-11 01:29:06 +02:00
|
|
|
|
|
|
|
<programlisting>#ACTION SOURCE DEST PROTO DEST
|
|
|
|
# PORT(S)
|
2005-09-12 20:43:26 +02:00
|
|
|
ACCEPT net $FW tcp 22</programlisting>
|
2004-07-11 01:29:06 +02:00
|
|
|
|
|
|
|
<para>So although you have a policy of ignoring all connection attempts
|
2008-08-15 03:26:15 +02:00
|
|
|
from the net zone (from the Internet), the above exception to that policy
|
2004-07-11 01:29:06 +02:00
|
|
|
allows you to connect to the SSH server running on your firewall.</para>
|
|
|
|
|
|
|
|
<para>Because Shorewall makes no assumptions about what traffic you want
|
|
|
|
accepted, there are certain rules (exceptions) that need to be added to
|
|
|
|
almost any configuration.</para>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>The <ulink url="shorewall_quickstart_guide.htm">QuickStart
|
2008-08-15 03:26:15 +02:00
|
|
|
guides</ulink> point to pre-populated files for use in common setups
|
2007-06-26 17:03:57 +02:00
|
|
|
and the <ulink url="shorewall_setup_guide.htm">Shorewall Setup
|
|
|
|
Guide</ulink> shows you examples for use with other more complex
|
|
|
|
setups.</para>
|
2004-07-11 01:29:06 +02:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2009-06-09 16:03:57 +02:00
|
|
|
<para>Again, to keep your <ulink url="shorewall_logging.html">firewall
|
2004-11-19 18:58:59 +01:00
|
|
|
log</ulink> from filling up with useless noise, Shorewall provides
|
2005-04-23 17:41:13 +02:00
|
|
|
<ulink url="Actions.html">common actions</ulink> that silently discard
|
|
|
|
or reject such noise before it can be logged. As with everything in
|
|
|
|
Shorewall, you can alter the behavior of these common actions (or do
|
|
|
|
away with them entirely) as you see fit.</para>
|
2004-07-11 01:29:06 +02:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2004-02-14 19:06:39 +01:00
|
|
|
</section>
|
|
|
|
|
2007-07-05 16:53:12 +02:00
|
|
|
<section id="Compile">
|
|
|
|
<title>Compile then Execute</title>
|
|
|
|
|
2009-02-28 04:45:43 +01:00
|
|
|
<para>Shorewall uses a "compile" then "execute" approach. The Shorewall
|
|
|
|
configuration compiler reads the configuration files and generates a shell
|
|
|
|
script. Errors in the compilation step cause the script to be discarded
|
|
|
|
and the command to be aborted. If the compilation step doesn't find any
|
|
|
|
errors then the shell script is executed.</para>
|
2008-01-01 22:36:23 +01:00
|
|
|
|
|
|
|
<para>The 'compiled' scripts are placed in the directory <filename
|
|
|
|
class="directory">/var/lib/shorewall</filename> and are named to
|
|
|
|
correspond to the command being executed. For example, the command
|
2009-06-09 16:03:57 +02:00
|
|
|
<command>/sbin/shorewall start</command> will generate a script named
|
2008-01-01 22:36:23 +01:00
|
|
|
<filename>/var/lib/shorewall/.start</filename> and, if the compilation is
|
2009-06-09 16:03:57 +02:00
|
|
|
error free, that script will then be executed. If the script executes
|
|
|
|
successfully, it then copies itself to
|
|
|
|
<filename>/var/lib/shorewall/firewall</filename>. When an
|
|
|
|
<command>/sbin/shorewall stop</command> or <command>/sbin/shorewall
|
|
|
|
clear</command> command is subsequently executed,
|
|
|
|
<filename>/var/lib/shorewall/firewall</filename> is run to perform the
|
|
|
|
requested operation.</para>
|
2007-07-05 16:53:12 +02:00
|
|
|
</section>
|
|
|
|
|
2007-06-29 00:24:59 +02:00
|
|
|
<section id="Packages">
|
|
|
|
<title>Shorewall Packages</title>
|
2007-06-26 17:03:57 +02:00
|
|
|
|
2012-02-20 20:30:06 +01:00
|
|
|
<para>Shorewall 4.5 and later consists of six packages.</para>
|
2007-06-26 17:03:57 +02:00
|
|
|
|
|
|
|
<orderedlist>
|
2012-02-20 20:30:06 +01:00
|
|
|
<listitem>
|
|
|
|
<para><emphasis role="bold">Shorewall-core</emphasis>. All of the
|
|
|
|
other packages depend on this one.</para>
|
|
|
|
</listitem>
|
|
|
|
|
2007-06-26 17:03:57 +02:00
|
|
|
<listitem>
|
2009-02-28 04:45:43 +01:00
|
|
|
<para><emphasis role="bold">Shorewall</emphasis>. This package must be
|
|
|
|
installed on at least one system in your network. It contains
|
|
|
|
everything needed to create an IPv4 firewall.</para>
|
2007-06-26 17:03:57 +02:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2009-02-28 04:45:43 +01:00
|
|
|
<para><emphasis role="bold">Shorewall6</emphasis>. This package
|
|
|
|
requires the Shorewall package and adds those components needed to
|
|
|
|
create an IPv6 fireawall.</para>
|
2007-06-26 17:03:57 +02:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><emphasis role="bold">Shorewall-lite</emphasis>. Shorewall
|
2009-02-28 04:45:43 +01:00
|
|
|
allows for central administration of multiple IPv4 firewalls through
|
|
|
|
use of Shorewall lite. The full Shorewall product is installed on a
|
|
|
|
central administrative system where compiled Shorewall scripts are
|
|
|
|
generated. These scripts are copied to the firewall systems where they
|
|
|
|
run under the control of Shorewall-lite.</para>
|
2009-01-18 17:23:43 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2009-02-28 04:45:43 +01:00
|
|
|
<para><emphasis role="bold">Shorewall6-lite</emphasis>. Shorewall
|
2009-08-14 16:27:52 +02:00
|
|
|
allows for central administration of multiple IPv6 firewalls through
|
|
|
|
use of Shorewall6 lite. The full Shorewall and Shorewall6 products are
|
|
|
|
installed on a central administrative system where compiled Shorewall
|
|
|
|
scripts are generated. These scripts are copied to the firewall
|
|
|
|
systems where they run under the control of Shorewall6-lite.</para>
|
2009-01-18 17:23:43 +01:00
|
|
|
</listitem>
|
2012-02-20 20:30:06 +01:00
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para><emphasis role="bold">Shorewall-init</emphasis>. May be
|
|
|
|
installed with any of the other firewall packages. Allows the firewall
|
|
|
|
to be close prior to bringing up network interfaces. It can also react
|
|
|
|
to interface up/down events.</para>
|
|
|
|
</listitem>
|
2009-01-18 17:23:43 +01:00
|
|
|
</orderedlist>
|
2007-06-26 17:03:57 +02:00
|
|
|
</section>
|
|
|
|
|
2007-06-28 20:21:28 +02:00
|
|
|
<section id="License">
|
2004-02-14 19:06:39 +01:00
|
|
|
<title>License</title>
|
|
|
|
|
|
|
|
<para>This program is free software; you can redistribute it and/or modify
|
2004-11-19 18:58:59 +01:00
|
|
|
it under the terms of <ulink
|
|
|
|
url="http://www.gnu.org/licenses/gpl.html">Version 2 of the GNU General
|
|
|
|
Public License</ulink> as published by the Free Software
|
|
|
|
Foundation.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<para>This program is distributed in the hope that it will be useful, but
|
|
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
|
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
|
|
for more detail.</para>
|
|
|
|
|
|
|
|
<para>You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software Foundation,
|
2007-09-08 18:09:51 +02:00
|
|
|
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</section>
|
2008-07-04 17:11:51 +02:00
|
|
|
</article>
|