2006-01-07 18:33:10 +01:00
|
|
|
|
Shorewall 3.1.0
|
2005-11-27 21:59:47 +01:00
|
|
|
|
|
2006-01-07 18:33:10 +01:00
|
|
|
|
Note to users upgrading from Shorewall 2.x or 3.0
|
2005-12-01 18:58:24 +01:00
|
|
|
|
|
|
|
|
|
Most problems associated with upgrades come from two causes:
|
|
|
|
|
|
|
|
|
|
- The user didn't read and follow the migration considerations in these
|
|
|
|
|
release notes.
|
|
|
|
|
|
|
|
|
|
- The user mis-handled the /etc/shorewall/shorewall.conf file during
|
|
|
|
|
upgrade. Shorewall is designed to allow the default behavior of
|
|
|
|
|
the product to evolve over time. To make this possible, the design
|
|
|
|
|
assumes that you will not replace your current shorewall.conf file
|
|
|
|
|
during upgrades. If you feel absolutely compelled to have the latest
|
|
|
|
|
comments and options in your shorewall.conf then you must proceed
|
|
|
|
|
carefully.
|
|
|
|
|
|
2005-12-10 00:49:54 +01:00
|
|
|
|
While you are at it, if you have a file named /etc/shorewall/rfc1918 then
|
|
|
|
|
please check that file. If it has addresses listed that are NOT in one of
|
|
|
|
|
these three ranges, then please rename the file to /etc/shorewall/rfc1918.old.
|
|
|
|
|
|
|
|
|
|
10.0.0.0 - 10.255.255.255
|
|
|
|
|
172.16.0.0 - 172.31.255.255
|
|
|
|
|
192.168.0.0 - 192.168.255.255
|
|
|
|
|
|
2005-12-07 17:35:28 +01:00
|
|
|
|
Please see the "Migration Considerations" below for additional upgrade
|
|
|
|
|
information.
|
|
|
|
|
|
2006-01-07 18:33:10 +01:00
|
|
|
|
Problems corrected in 3.1.0
|
2005-12-10 00:40:22 +01:00
|
|
|
|
|
2006-01-07 18:33:10 +01:00
|
|
|
|
1) If /etc/shorewall/ipsets exists, it is processed during [re]start but not
|
|
|
|
|
during 'shorewall restore'.
|
2005-12-10 00:40:22 +01:00
|
|
|
|
|
2006-01-07 18:33:10 +01:00
|
|
|
|
Migration Considerations:
|
2005-12-10 00:40:22 +01:00
|
|
|
|
|
2006-01-12 00:30:33 +01:00
|
|
|
|
None.
|
2005-12-10 00:40:22 +01:00
|
|
|
|
|
2006-01-07 18:33:10 +01:00
|
|
|
|
New Features:
|
2005-12-10 00:40:22 +01:00
|
|
|
|
|
2006-01-07 20:22:58 +01:00
|
|
|
|
1) A new 'shorewall generate' command has been added.
|
2005-12-10 00:40:22 +01:00
|
|
|
|
|
2006-01-07 18:33:10 +01:00
|
|
|
|
shorewall [ -q ] generate [ <config directory> ] <script file>
|
2005-12-10 00:40:22 +01:00
|
|
|
|
|
2006-01-07 20:22:58 +01:00
|
|
|
|
where:
|
2005-12-14 17:18:38 +01:00
|
|
|
|
|
2006-01-07 18:33:10 +01:00
|
|
|
|
-q Suppresses many of the progress messages
|
|
|
|
|
<config directory> Is an optional directory to be searched for
|
|
|
|
|
configuration files prior to those listed
|
|
|
|
|
in CONFIG_DIR in /etc/shorewall/shorewall.conf.
|
|
|
|
|
<script file> Is the name of the output file. If a simple
|
|
|
|
|
filename is given, the file will be created in
|
|
|
|
|
/var/lib/shorewall.
|
2005-12-14 17:18:38 +01:00
|
|
|
|
|
2006-01-07 20:22:58 +01:00
|
|
|
|
The 'generate' command processes the configuration and writes a script file
|
|
|
|
|
which may then be executed (either directly or using the 'shorewall restore'
|
|
|
|
|
command) to configure the firewall.
|
2005-12-14 17:18:38 +01:00
|
|
|
|
|
2006-01-08 16:59:36 +01:00
|
|
|
|
'compile' is a synonym for 'generate':
|
|
|
|
|
|
|
|
|
|
shorewall [ -q ] compile [ <config directory> ] <script file>
|
|
|
|
|
|
2006-01-07 20:22:58 +01:00
|
|
|
|
WARNING: The generated script HAS ABSOLUTELY NO ERROR CHECKING so if there
|
|
|
|
|
are errors in your configuration files that result in errors when
|
|
|
|
|
the script is run then you may not be able to access your firewall
|
|
|
|
|
or your firewall may have security holes.
|
2005-12-14 17:18:38 +01:00
|
|
|
|
|
2006-01-07 20:22:58 +01:00
|
|
|
|
Given the above warning, I recommend that you use 'generate' when making
|
|
|
|
|
simple changes to your configuration but that you continue to use 'restart'
|
|
|
|
|
for complex changes.
|
2005-12-14 17:18:38 +01:00
|
|
|
|
|
2006-01-07 20:22:58 +01:00
|
|
|
|
Some additional considerations:
|
2005-12-14 17:18:38 +01:00
|
|
|
|
|
2006-01-07 20:22:58 +01:00
|
|
|
|
a) All 'detect' operations are done at the time that the 'generate' command
|
|
|
|
|
is run. So it is generally not possible to run 'generate' on one system
|
|
|
|
|
then move the generated script to another system.
|
2005-12-14 17:18:38 +01:00
|
|
|
|
|
2006-01-07 20:22:58 +01:00
|
|
|
|
b) If you have extension scripts, they may need modification. The scripts
|
|
|
|
|
will be run at generation time, rather than when the generated script
|
|
|
|
|
is executed. The standard functions like 'run_iptables' and
|
|
|
|
|
'log_rule_limit' will write the iptables command to the script file
|
|
|
|
|
rather than executing the command. As always, you can check $COMMAND
|
|
|
|
|
to determine which shorewall command is being executed.
|
2005-12-14 17:18:38 +01:00
|
|
|
|
|
2006-01-07 20:22:58 +01:00
|
|
|
|
In addition to 'generate', a 'shorewall reload' command has been added.
|
2005-12-14 17:18:38 +01:00
|
|
|
|
|
2006-01-07 18:33:10 +01:00
|
|
|
|
shorewall [ -q ] reload [ <config directory>
|
2005-12-14 17:18:38 +01:00
|
|
|
|
|
2006-01-07 20:22:58 +01:00
|
|
|
|
where -q and <config directory> are as above.
|
2005-12-14 17:18:38 +01:00
|
|
|
|
|
2006-01-07 20:22:58 +01:00
|
|
|
|
The 'reload' command creates a script using 'generate' and if there are
|
|
|
|
|
no errors, it then restores that script. It is equivalent to:
|
2005-12-14 17:18:38 +01:00
|
|
|
|
|
2006-01-07 20:22:58 +01:00
|
|
|
|
if shorewall generate <temp file>; then restore <tempfile>; fi
|
|
|
|
|
|
|
|
|
|
The advantage of using reload over restart is that reload results in new
|
|
|
|
|
connections being dropped for a much shorter time. Here are the results of
|
|
|
|
|
tests that I conducted on my own firewall:
|
|
|
|
|
|
|
|
|
|
A) shorewall -q restart
|
|
|
|
|
|
|
|
|
|
real 0m17.540s
|
|
|
|
|
user 0m5.956s
|
|
|
|
|
sys 0m10.737s
|
|
|
|
|
|
|
|
|
|
B) shorewall -q restore foo # foo created using "shorewall generate"
|
|
|
|
|
|
|
|
|
|
real 0m3.505s
|
|
|
|
|
user 0m1.332s
|
|
|
|
|
sys 0m2.164s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
C) shorewall -q restore # Restores from file generated by "shorewall save"
|
|
|
|
|
|
|
|
|
|
real 0m1.164s
|
|
|
|
|
user 0m0.556s
|
|
|
|
|
sys 0m0.608s
|
|
|
|
|
|
|
|
|
|
The time difference from B to C reflects the difference between
|
|
|
|
|
"iptables-restore" and multiple executions of "iptables". The system is a
|
|
|
|
|
1.4Ghz Celeron with 512MB RAM.
|
2006-01-09 18:11:30 +01:00
|
|
|
|
|
|
|
|
|
2) You may now repeat the -q option to cause Shorewall to be extra quiet.
|
|
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
|
|
gateway:~ # shorewall -qq reload
|
|
|
|
|
Shorewall configuration compiled to /var/lib/shorewall/.reload
|
|
|
|
|
Restoring Shorewall...
|
|
|
|
|
Shorewall restored from /var/lib/shorewall/.reload
|
|
|
|
|
gateway:~ #
|