2004-04-07 00:11:11 +02:00
|
|
|
Shorewall 2.0.2-Beta 1
|
2004-01-31 17:11:22 +01:00
|
|
|
|
2004-02-10 01:04:10 +01:00
|
|
|
----------------------------------------------------------------------
|
2004-04-07 00:11:11 +02:00
|
|
|
Problems Corrected since 2.0.1
|
2004-03-15 19:40:17 +01:00
|
|
|
|
2004-04-07 00:11:11 +02:00
|
|
|
None.
|
2004-04-02 21:18:02 +02:00
|
|
|
|
2004-01-31 20:06:39 +01:00
|
|
|
-----------------------------------------------------------------------
|
2004-03-17 00:31:22 +01:00
|
|
|
Issues when migrating from Shorewall 2.0.0 to Shorewall 2.0.1:
|
2004-01-31 20:06:39 +01:00
|
|
|
|
2004-04-07 04:19:29 +02:00
|
|
|
1) Dynamic Zone support.
|
|
|
|
|
2004-04-08 04:20:18 +02:00
|
|
|
If you don't need to use the "shorewall add" and "shorewall delete"
|
|
|
|
commands, you should set DYNAMIC_ZONES=No in
|
2004-04-07 04:19:29 +02:00
|
|
|
/etc/shorewall/shorewall.conf .
|
2004-02-17 23:34:48 +01:00
|
|
|
|
2004-01-31 17:11:22 +01:00
|
|
|
New Features:
|
|
|
|
|
2004-04-07 04:19:29 +02:00
|
|
|
1) The previous implementation of dynamic zones was difficult to
|
2004-04-08 04:20:18 +02:00
|
|
|
maintain. I have changed the code to make dynamic zones optional
|
2004-04-07 04:19:29 +02:00
|
|
|
under the control of the DYNAMIC_ZONES option in
|
|
|
|
/etc/shorewall/shorewall.conf.
|
|
|
|
|
2004-04-10 04:47:04 +02:00
|
|
|
2) In earlier Shorewall 2.0 releases, Shorewall searches in order the
|
|
|
|
following directories for configuration files.
|
|
|
|
|
|
|
|
a) The directory specified in a 'try' command or specified using
|
|
|
|
the -c option.
|
|
|
|
|
|
|
|
b) /etc/shorewall
|
|
|
|
|
|
|
|
c) /usr/share/shorewall
|
|
|
|
|
|
|
|
In this release, the CONFIG_PATH option is added to shorewall.conf.
|
|
|
|
CONFIG_PATH contains a list of directory names separated by colons
|
|
|
|
(":"). If not set or set to a null value (e.g., CONFIG_PATH="") then
|
|
|
|
"CONFIG_PATH=/etc/shorewall:/usr/share/shorewall" is assumed.
|
|
|
|
|
|
|
|
Now Shorewall searches for shorewall.conf according to the old
|
|
|
|
rules and for other configuration files as follows:
|
|
|
|
|
|
|
|
a) The directory specified in a 'try' command or specified using
|
|
|
|
the -c option.
|
|
|
|
|
|
|
|
b) Each directory in $CONFIG_PATH is searched in sequence.
|
|
|
|
|
|
|
|
For those of you who are logic-challenged, your CONFIG_PATH should
|
|
|
|
include both /etc/shorewall and /usr/share/shorewall (in that
|
|
|
|
order, although there may be intervening directories).
|
|
|
|
|