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="Install">
|
|
|
|
<!--$Id$-->
|
|
|
|
|
|
|
|
<articleinfo>
|
|
|
|
<title>Shorewall Installation and Upgrade</title>
|
|
|
|
|
|
|
|
<authorgroup>
|
|
|
|
<author>
|
|
|
|
<firstname>Tom</firstname>
|
|
|
|
|
|
|
|
<surname>Eastep</surname>
|
|
|
|
</author>
|
|
|
|
</authorgroup>
|
|
|
|
|
2005-05-14 16:44:36 +02:00
|
|
|
<pubdate>2005-05-13</pubdate>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<copyright>
|
|
|
|
<year>2001</year>
|
|
|
|
|
|
|
|
<year>2002</year>
|
|
|
|
|
|
|
|
<year>2003</year>
|
|
|
|
|
2004-03-17 16:03:46 +01:00
|
|
|
<year>2004</year>
|
|
|
|
|
2005-02-10 02:34:40 +01:00
|
|
|
<year>2005</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-10-04 18:47:43 +02:00
|
|
|
<quote><ulink url="GnuCopyright.htm">GNU Free Documentation
|
|
|
|
License</ulink></quote>.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</legalnotice>
|
|
|
|
</articleinfo>
|
|
|
|
|
2004-12-18 18:08:10 +01:00
|
|
|
<important>
|
|
|
|
<para>Before attempting installation, I strongly urge you to read and
|
|
|
|
print a copy of the <ulink url="shorewall_quickstart_guide.htm">Shorewall
|
|
|
|
QuickStart</ulink> Guide for the configuration that most closely matches
|
|
|
|
your own.</para>
|
|
|
|
</important>
|
2004-05-19 19:55:45 +02:00
|
|
|
|
2004-12-18 18:08:10 +01:00
|
|
|
<important>
|
|
|
|
<para>Before upgrading, be sure to review the <ulink
|
|
|
|
url="upgrade_issues.htm">Upgrade Issues</ulink>.</para>
|
|
|
|
</important>
|
2004-05-19 19:55:45 +02:00
|
|
|
|
2004-02-14 19:06:39 +01:00
|
|
|
<section id="Install_RPM">
|
|
|
|
<title>Install using RPM</title>
|
|
|
|
|
2004-03-17 16:03:46 +01:00
|
|
|
<para>To install Shorewall using the RPM:</para>
|
|
|
|
|
2004-02-14 19:06:39 +01:00
|
|
|
<orderedlist>
|
2005-03-01 21:20:26 +01:00
|
|
|
<listitem>
|
|
|
|
<para><emphasis role="bold">Be sure that you have the correct RPM
|
|
|
|
package!</emphasis></para>
|
|
|
|
|
|
|
|
<para>The standard RPM package from shorewall.net and the mirrors is
|
|
|
|
known to work with <emphasis
|
|
|
|
role="bold"><trademark>Suse</trademark></emphasis>, <emphasis
|
|
|
|
role="bold"><trademark>Power PPC</trademark></emphasis>, <emphasis
|
|
|
|
role="bold"><trademark>Trustix</trademark></emphasis> and <emphasis
|
|
|
|
role="bold"><trademark>TurboLinux</trademark></emphasis>. There is
|
|
|
|
also an RPM package provided by Simon Matter that is taylored for
|
|
|
|
<trademark><emphasis role="bold">RedHat/Fedora</emphasis></trademark>
|
|
|
|
and another package from Jack Coates that is customized for <emphasis
|
|
|
|
role="bold"><trademark>Mandrake</trademark></emphasis>. All of these
|
|
|
|
are available from the <ulink
|
|
|
|
url="http://www.shorewall.net/download.htm">download
|
|
|
|
page</ulink>.</para>
|
|
|
|
|
|
|
|
<para>If you try to install the wrong package, it probably won't
|
|
|
|
work.</para>
|
|
|
|
</listitem>
|
|
|
|
|
2004-02-14 19:06:39 +01:00
|
|
|
<listitem>
|
|
|
|
<para>Install the RPM</para>
|
|
|
|
|
2004-10-04 18:47:43 +02:00
|
|
|
<programlisting><command>rpm -ivh <shorewall rpm></command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-12-27 19:25:00 +01:00
|
|
|
<caution>
|
|
|
|
<para>Some users are in the habit of using the <command>rpm
|
|
|
|
-U</command> command for installing packages as well as for updating
|
|
|
|
them. If you use that command when installing the Shorewall RPM then
|
|
|
|
you will have to manually enable Shorewall startup at boot time by
|
|
|
|
running <command>chkconfig</command>, <command>insserv</command> or
|
|
|
|
whatever utility you use to manipulate you init symbolic
|
|
|
|
links.</para>
|
|
|
|
</caution>
|
|
|
|
|
2004-02-14 19:06:39 +01:00
|
|
|
<note>
|
|
|
|
<para>Some SuSE users have encountered a problem whereby rpm reports
|
2004-10-04 18:47:43 +02:00
|
|
|
a conflict with kernel <= 2.2 even though a 2.4 kernel is
|
|
|
|
installed. If this happens, simply use the --nodeps option to
|
|
|
|
rpm.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-10-04 18:47:43 +02:00
|
|
|
<programlisting><filename><command>rpm -ivh --nodeps <shorewall rpm></command></filename></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
</note>
|
|
|
|
|
|
|
|
<note>
|
2005-03-01 21:20:26 +01:00
|
|
|
<para>Shorewall is dependent on the iproute package. Unfortunately,
|
|
|
|
some distributions call this package iproute2 which will cause the
|
|
|
|
installation of Shorewall to fail with the diagnostic:</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2005-03-01 21:20:26 +01:00
|
|
|
<programlisting>error: failed dependencies:iproute is needed by shorewall-2.2.x-1</programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2005-03-01 21:20:26 +01:00
|
|
|
<para>This problem should not occur if you are using the correct RPM
|
|
|
|
package (see 1., above) but may be worked around by using the
|
|
|
|
--nodeps option of rpm.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-10-04 18:47:43 +02:00
|
|
|
<programlisting><command>rpm -ivh --nodeps <shorewall rpm></command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
</note>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Edit the <link linkend="Config_Files">configuration files</link>
|
|
|
|
to match your configuration.</para>
|
|
|
|
|
|
|
|
<warning>
|
|
|
|
<para>YOU CAN <emphasis role="bold">NOT</emphasis> SIMPLY INSTALL
|
|
|
|
THE RPM AND ISSUE A <quote>shorewall start</quote> COMMAND. SOME
|
|
|
|
CONFIGURATION IS REQUIRED BEFORE THE FIREWALL WILL START. IF YOU
|
|
|
|
ISSUE A <quote>start</quote> COMMAND AND THE FIREWALL FAILS TO
|
|
|
|
START, YOUR SYSTEM WILL NO LONGER ACCEPT ANY NETWORK TRAFFIC. IF
|
|
|
|
THIS HAPPENS, ISSUE A <quote>shorewall clear</quote> COMMAND TO
|
|
|
|
RESTORE NETWORK CONNECTIVITY.</para>
|
|
|
|
</warning>
|
|
|
|
</listitem>
|
|
|
|
|
2004-10-04 18:47:43 +02:00
|
|
|
<listitem>
|
|
|
|
<para>Enable startup by removing
|
|
|
|
<filename>/etc/shorewall/startup_disabled</filename> (If you are
|
|
|
|
running Shorewall 2.1.3 or later, edit
|
|
|
|
/<filename>etc/shorewall/shorewall.conf</filename> and set
|
|
|
|
STARTUP_ENABLED to Yes).</para>
|
|
|
|
</listitem>
|
|
|
|
|
2004-02-14 19:06:39 +01:00
|
|
|
<listitem>
|
|
|
|
<para>Start the firewall by typing</para>
|
|
|
|
|
2004-03-17 16:03:46 +01:00
|
|
|
<programlisting><command>shorewall start</command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
</orderedlist>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="Install_Tarball">
|
|
|
|
<title>Install using tarball</title>
|
|
|
|
|
|
|
|
<para>To install Shorewall using the tarball and install script:</para>
|
|
|
|
|
|
|
|
<orderedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>unpack the tarball (tar -zxf shorewall-x.y.z.tgz).</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>cd to the shorewall directory (the version is encoded in the
|
|
|
|
directory name as in <quote>shorewall-1.1.10</quote>).</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-10-04 18:47:43 +02:00
|
|
|
<para>If you are running <ulink
|
|
|
|
url="http://www.slackware.com">Slackware</ulink>, you need Shorewall
|
|
|
|
2.0.2 RC1 or later. If you are installing a Shorewall version earlier
|
|
|
|
than 2.0.3 Beta 1 then you must also edit the install.sh file and
|
|
|
|
change the lines</para>
|
2004-05-09 00:31:54 +02:00
|
|
|
|
2004-10-04 18:47:43 +02:00
|
|
|
<programlisting>DEST="/etc/init.d"
|
|
|
|
INIT="shorewall"</programlisting>
|
2004-05-09 00:31:54 +02:00
|
|
|
|
|
|
|
<para>to</para>
|
|
|
|
|
2004-10-04 18:47:43 +02:00
|
|
|
<programlisting>DEST="/etc/rc.d"
|
|
|
|
INIT="rc.firewall"</programlisting>
|
2004-05-09 00:31:54 +02:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-06-03 16:42:57 +02:00
|
|
|
<para>If you are running Slackware and are installing Shorewall 2.0.3
|
2005-05-13 20:27:08 +02:00
|
|
|
Beta 1 to Shorewall 2.2.3, then type:</para>
|
2004-06-03 16:42:57 +02:00
|
|
|
|
|
|
|
<programlisting><emphasis role="bold">DEST=/etc/rc.d INIT=rc.firewall ./install.sh</emphasis></programlisting>
|
|
|
|
|
2005-05-14 16:44:36 +02:00
|
|
|
<para>If you are running Slackware and are installing Shorewall 2.2.4
|
|
|
|
or later, then type:</para>
|
2005-05-13 20:27:08 +02:00
|
|
|
|
2005-05-14 16:44:36 +02:00
|
|
|
<programlisting><command>./install.sh</command></programlisting>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-06-03 16:42:57 +02:00
|
|
|
<para>Otherwise, type:</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-03-17 16:03:46 +01:00
|
|
|
<programlisting><command>./install.sh</command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Edit the <link linkend="Config_Files">configuration files</link>
|
|
|
|
to match your configuration.</para>
|
|
|
|
</listitem>
|
|
|
|
|
2004-03-17 16:03:46 +01:00
|
|
|
<listitem>
|
2004-10-04 18:47:43 +02:00
|
|
|
<para>Enable Startup:</para>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>Users running Shorewall 2.1.3 or later, edit
|
|
|
|
<filename>/etc/shorewall/shorewall.conf</filename> and set
|
|
|
|
STARTUP_ENABLED=Yes.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Users running Shorewall 2.1.2 or earlier and using the .deb
|
|
|
|
should edit <filename>/etc/default/shorewall</filename> and set
|
|
|
|
startup=1.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>All other users, remove the file
|
|
|
|
<filename>/etc/shorewall/startup_disabled</filename></para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2004-03-17 16:03:46 +01:00
|
|
|
</listitem>
|
|
|
|
|
2004-02-14 19:06:39 +01:00
|
|
|
<listitem>
|
|
|
|
<para>Start the firewall by typing</para>
|
|
|
|
|
2004-03-17 16:03:46 +01:00
|
|
|
<programlisting><command>shorewall start</command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>If the install script was unable to configure Shorewall to be
|
|
|
|
started automatically at boot, see <ulink
|
2004-10-04 18:47:43 +02:00
|
|
|
url="starting_and_stopping_shorewall.htm">these
|
|
|
|
instructions</ulink>.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
</orderedlist>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="LRP">
|
|
|
|
<title>Install the .lrp</title>
|
|
|
|
|
|
|
|
<para>To install my version of Shorewall on a fresh Bering disk, simply
|
|
|
|
replace the <quote>shorwall.lrp</quote> file on the image with the file
|
2005-02-10 02:34:40 +01:00
|
|
|
that you downloaded. For example, if you download
|
|
|
|
<filename>shorewall-lrp-2.2.0.tgz</filename> then you will rename the file
|
|
|
|
to <filename>shorwall.lrp</filename> and replace the file by that name on
|
|
|
|
the Bering disk with the new file. Then proceed to configure Shorewall as
|
|
|
|
described in the Bering (or Bering uClibc) documentation.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</section>
|
|
|
|
|
2004-12-18 18:08:10 +01:00
|
|
|
<section>
|
|
|
|
<title>Install the .deb</title>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-03-17 16:03:46 +01:00
|
|
|
<important>
|
2004-12-18 18:08:10 +01:00
|
|
|
<para>Once you have installed the .deb package and before you attempt to
|
|
|
|
configure Shorewall, please heed the advice of Lorenzo Martignoni, the
|
|
|
|
Shorewall Debian Maintainer:</para>
|
|
|
|
|
|
|
|
<para><quote>For more information about Shorewall usage on Debian system
|
|
|
|
please look at /usr/share/doc/shorewall/README.Debian provided by [the]
|
|
|
|
shorewall Debian package.</quote></para>
|
2004-03-17 16:03:46 +01:00
|
|
|
</important>
|
|
|
|
|
2004-12-18 18:08:10 +01:00
|
|
|
<para>The easiest way to install Shorewall on Debian, is to use
|
|
|
|
apt-get:</para>
|
|
|
|
|
|
|
|
<para><command>apt-get install shorewall</command></para>
|
|
|
|
|
|
|
|
<para>To ensure that you are installing the latest version of Shorewall,
|
|
|
|
please modify your <filename>/etc/apt/sources.list</filename> file as
|
|
|
|
described <ulink
|
|
|
|
url="http://idea.sec.dico.unimi.it/%7Elorenzo/index.html#Debian">here</ulink>.</para>
|
|
|
|
|
|
|
|
<para>Once you have completed configuring Shorewall, you can enable
|
|
|
|
startup at boot time by setting startup=1 in
|
|
|
|
<filename>/etc/default/shorewall</filename>.</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="Upgrade_RPM">
|
|
|
|
<title>Upgrade using RPM</title>
|
|
|
|
|
2004-02-14 19:06:39 +01:00
|
|
|
<para>If you already have the Shorewall RPM installed and are upgrading to
|
|
|
|
a new version:</para>
|
|
|
|
|
|
|
|
<orderedlist>
|
2005-03-01 21:20:26 +01:00
|
|
|
<listitem>
|
|
|
|
<para><emphasis role="bold">Be sure that you have the correct RPM
|
|
|
|
package!</emphasis></para>
|
|
|
|
|
|
|
|
<para>The standard RPM package from shorewall.net and the mirrors is
|
|
|
|
known to work with Suse, Power PPC, Trustix and TurboLinux. There is
|
|
|
|
also an RPM package provided by Simon Matter that is taylored for
|
|
|
|
RedHat/Fedora and another package from Jack Coates that is customized
|
|
|
|
for Mandrake. If you try to upgrade using the wrong package, it
|
|
|
|
probably won't work.</para>
|
|
|
|
</listitem>
|
|
|
|
|
2004-02-14 19:06:39 +01:00
|
|
|
<listitem>
|
|
|
|
<para>Upgrade the RPM</para>
|
|
|
|
|
2004-10-04 18:47:43 +02:00
|
|
|
<programlisting><command>rpm -Uvh <shorewall rpm file></command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<note>
|
|
|
|
<para>Some SuSE users have encountered a problem whereby rpm reports
|
2004-10-04 18:47:43 +02:00
|
|
|
a conflict with kernel <= 2.2 even though a 2.4 kernel is
|
|
|
|
installed. If this happens, simply use the --nodeps option to
|
|
|
|
rpm.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-10-04 18:47:43 +02:00
|
|
|
<programlisting><command>rpm -Uvh --nodeps <shorewall rpm></command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
</note>
|
|
|
|
|
|
|
|
<note>
|
|
|
|
<para>Beginning with Shorewall 1.4.0, Shorewall is dependent on the
|
|
|
|
iproute package. Unfortunately, some distributions call this package
|
|
|
|
iproute2 which will cause the upgrade of Shorewall to fail with the
|
|
|
|
diagnostic:</para>
|
|
|
|
|
|
|
|
<programlisting>error: failed dependencies:iproute is needed by shorewall-1.4.0-1</programlisting>
|
|
|
|
|
2004-10-04 18:47:43 +02:00
|
|
|
<para>This may be worked around by using the --nodeps option of
|
|
|
|
rpm.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-10-04 18:47:43 +02:00
|
|
|
<programlisting><command>rpm -Uvh --nodeps <shorewall rpm></command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
</note>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>See if there are any incompatibilities between your
|
2004-10-04 18:47:43 +02:00
|
|
|
configuration and the new Shorewall version and correct as
|
|
|
|
necessary.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-03-17 16:03:46 +01:00
|
|
|
<programlisting><command>shorewall check</command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Restart the firewall.</para>
|
|
|
|
|
2004-03-17 16:03:46 +01:00
|
|
|
<programlisting><command>shorewall restart</command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
</orderedlist>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="Upgrade_Tarball">
|
|
|
|
<title>Upgrade using tarball</title>
|
|
|
|
|
|
|
|
<para>If you already have Shorewall installed and are upgrading to a new
|
|
|
|
version using the tarball:</para>
|
|
|
|
|
|
|
|
<orderedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>unpack the tarball.</para>
|
|
|
|
|
2004-03-17 16:03:46 +01:00
|
|
|
<programlisting><command>tar -zxf shorewall-x.y.z.tgz</command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>cd to the shorewall directory (the version is encoded in the
|
|
|
|
directory name as in <quote>shorewall-3.0.1</quote>).</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-10-04 18:47:43 +02:00
|
|
|
<para>If you are running <ulink
|
|
|
|
url="http://www.slackware.com">Slackware</ulink>, you should use
|
|
|
|
Shorewall 2.0.2 RC1 or later. If you are installing a Shorewall
|
|
|
|
version earlier than 2.0.3 Beta 1 then you must also edit the
|
|
|
|
install.sh file and change the lines</para>
|
2004-05-09 00:31:54 +02:00
|
|
|
|
2004-10-04 18:47:43 +02:00
|
|
|
<programlisting>DEST="/etc/init.d"
|
|
|
|
INIT="shorewall"</programlisting>
|
2004-05-09 00:31:54 +02:00
|
|
|
|
|
|
|
<para>to</para>
|
|
|
|
|
2004-10-04 18:47:43 +02:00
|
|
|
<programlisting>DEST="/etc/rc.d"
|
|
|
|
INIT="rc.firewall"</programlisting>
|
2004-05-09 00:31:54 +02:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-06-03 16:42:57 +02:00
|
|
|
<para>If you are running Slackware and are installing Shorewall 2.0.3
|
2005-05-14 16:44:36 +02:00
|
|
|
Beta 1 through Shorewall 2.2.3, then type:</para>
|
2004-06-03 16:42:57 +02:00
|
|
|
|
|
|
|
<programlisting><emphasis role="bold">DEST=/etc/rc.d INIT=rc.firewall ./install.sh</emphasis></programlisting>
|
|
|
|
|
2005-05-14 16:44:36 +02:00
|
|
|
<para>If you are running Slackware and are installing Shorewall 2.2.4
|
|
|
|
or later, then type:</para>
|
|
|
|
|
|
|
|
<programlisting><command>./install.sh</command></programlisting>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2004-06-03 16:42:57 +02:00
|
|
|
<para>Otherwise, type:</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-03-17 16:03:46 +01:00
|
|
|
<programlisting><command>./install.sh</command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>See if there are any incompatibilities between your
|
2004-10-04 18:47:43 +02:00
|
|
|
configuration and the new Shorewall version and correct as
|
|
|
|
necessary.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
2004-03-17 16:03:46 +01:00
|
|
|
<programlisting><command>shorewall check</command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Start the firewall by typing</para>
|
|
|
|
|
2004-03-17 16:03:46 +01:00
|
|
|
<programlisting><command>shorewall start</command></programlisting>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>If the install script was unable to configure Shorewall to be
|
|
|
|
started automatically at boot, see <ulink
|
2004-10-04 18:47:43 +02:00
|
|
|
url="starting_and_stopping_shorewall.htm">these
|
|
|
|
instructions</ulink>.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
</orderedlist>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="LRP_Upgrade">
|
|
|
|
<title>Upgrade the .lrp</title>
|
|
|
|
|
2004-10-30 17:23:18 +02:00
|
|
|
<para>The following was contributed by Charles Steinkuehler on the Leaf
|
|
|
|
mailing list:</para>
|
|
|
|
|
|
|
|
<blockquote>
|
|
|
|
<para>It's *VERY* simple...just put in a new CD and reboot! :-)
|
|
|
|
Actually, I'm only slightly kidding...that's exactly how I upgrade my
|
|
|
|
prodution firewalls. The partial backup feature I added to
|
|
|
|
Dachstein allows configuration data to be stored seperately from the
|
|
|
|
rest of the package.</para>
|
|
|
|
|
|
|
|
<para>Once the config data is seperated from the rest of the package,
|
|
|
|
it's an easy matter to upgrade the pacakge while keeping your current
|
|
|
|
configuration (in my case, just inserting a new CD and
|
|
|
|
re-booting).</para>
|
|
|
|
|
|
|
|
<para>Users who aren't running with multiple package paths and using
|
|
|
|
partial backups can still upgrade a package, it just takes a bit of
|
|
|
|
extra work. The general idea is to use a partial backup to save
|
|
|
|
your configuration, replace the package, and restore your old
|
|
|
|
configuration files. Step-by-step instructions for one way to do this
|
|
|
|
(assuming a conventional single-floppy LEAF system) would be:</para>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>Make a backup copy of your firewall disk ('NEW'). This
|
|
|
|
is the disk you will add the upgraded package(s) to.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Format a floppy to use as a temporary location for your
|
|
|
|
configuration file(s) ('XFER'). This disk should have the same
|
|
|
|
format as your firewall disk (and could simply be another backup
|
|
|
|
copy of your current firewall).</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Make sure you have a working copy of your existing firewall
|
|
|
|
('OLD') in a safe place, that you *DO NOT* use durring this process.
|
|
|
|
That way, if anything goes wrong you can simply reboot off the OLD
|
|
|
|
disk to get back to a working configuration.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Remove your current firewall configuration disk and replace it
|
|
|
|
with the XFER disk.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Use the lrcfg backup menu to make a partial backup of the
|
|
|
|
package(s) you want to upgrade, being sure to backup the files to
|
|
|
|
the XFER disk. From the backup menu:</para>
|
|
|
|
|
|
|
|
<programlisting>t e <enter> p <enter>
|
|
|
|
b <package1> <enter>
|
|
|
|
b <package2> <enter>
|
|
|
|
...</programlisting>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Download and copy the package(s) you want to upgrade onto the
|
|
|
|
NEW disk.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Reboot your firewall using the NEW disk...at this point your
|
|
|
|
upgraded packages will have their default configuration.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Mount the XFER disk (mount -t msdos /dev/fd0u1680 /mnt)</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>CD to the root directory (cd /)</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Manually extract configuration data for each package you
|
|
|
|
upgraded:</para>
|
|
|
|
|
|
|
|
<programlisting>tar -xzvf /mnt/package1.lrp
|
|
|
|
tar -xzvf /mnt/package2.lrp
|
|
|
|
...</programlisting>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Unmount (umount /mnt) and remove the XFER disk</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Using lrcfg, do *FULL* backups of your upgraded
|
|
|
|
packages.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>Reboot, verifying the firewall works as expected. Some
|
|
|
|
configuration files may need to be 'tweaked' to work properly with
|
|
|
|
the upgraded package binaries.</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<important>
|
|
|
|
<para>The new package file <package>.local can be used to
|
|
|
|
fine-tune which files are included (and excluded) from the partial
|
|
|
|
backup (see the Dachstein-CD README for details). If this file
|
|
|
|
doesn't exist, the backup scripts assume anything from the
|
|
|
|
<package>.list file that resides in /etc or /var/lib/lrpkg is
|
|
|
|
part of the configuration data and is used to create the partial
|
|
|
|
backup. If shorewall puts anything in /etc that isn't a user
|
|
|
|
modified configuration file, a proper shorwall.local file should be
|
|
|
|
created prior to making the partial backup [<emphasis
|
|
|
|
role="bold">Editor's note</emphasis>: Shorewall places only
|
|
|
|
user-modifiable files in /etc].</para>
|
|
|
|
</important>
|
|
|
|
|
|
|
|
<note>
|
|
|
|
<para>It's obviously possible to do the above 'in-place', without
|
|
|
|
using multiple disks, and even without making a partial backup (ie:
|
|
|
|
copy current config files to /tmp, manually extract new package on top
|
|
|
|
of current running firewall, then copy or merge config data from /tmp
|
|
|
|
and backup...or similar), but anyone capable of that level of command
|
|
|
|
line gymnastics is probably doing it already, without needing detailed
|
|
|
|
instructions! :-)</para>
|
|
|
|
</note>
|
|
|
|
</blockquote>
|
2004-11-08 04:14:27 +01:00
|
|
|
|
|
|
|
<para>For information on other LEAF/Bering upgrade tools, check out <ulink
|
|
|
|
url="http://cvs.sourceforge.net/viewcvs.py/*checkout*/leaf/devel/alexrh/lck/READM">this
|
|
|
|
article by Alex Rhomberg</ulink>.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="Config_Files">
|
|
|
|
<title>Configuring Shorewall</title>
|
|
|
|
|
|
|
|
<para>You will need to edit some or all of the configuration files to
|
|
|
|
match your setup. In most cases, the <ulink
|
|
|
|
url="shorewall_quickstart_guide.htm">Shorewall QuickStart Guides</ulink>
|
|
|
|
contain all of the information you need.</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<title>Uninstall/Fallback</title>
|
|
|
|
|
2004-10-04 18:47:43 +02:00
|
|
|
<para>See <quote><ulink url="fallback.htm">Fallback and
|
|
|
|
Uninstall</ulink></quote>.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</section>
|
|
|
|
</article>
|