mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 03:31:24 +02:00
Update for RC4
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4136 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
465b983841
commit
d452f4e0fe
@ -28,7 +28,7 @@
|
|||||||
# shown below. Simply run this script to revert to your prior version of
|
# shown below. Simply run this script to revert to your prior version of
|
||||||
# Shoreline Firewall.
|
# Shoreline Firewall.
|
||||||
|
|
||||||
VERSION=3.2.0-RC3
|
VERSION=3.2.0-RC4
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=3.2.0-RC3
|
VERSION=3.2.0-RC4
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -56,10 +56,44 @@ c) On the administrative system you create a separate 'configuration
|
|||||||
directory' for each firewall system. You copy the contents of
|
directory' for each firewall system. You copy the contents of
|
||||||
/usr/share/shorewall/configfiles into each configuration directory.
|
/usr/share/shorewall/configfiles into each configuration directory.
|
||||||
|
|
||||||
d) On each firewall system, you run:
|
d) On each firewall system, you run these two commands:
|
||||||
|
|
||||||
/usr/share/shorewall/shorecap > capabilities
|
/usr/share/shorewall/shorecap > capabilities
|
||||||
scp capabilities <admin system>:<this system's config dir>
|
scp capabilities <admin system>:<this system's config dir>
|
||||||
|
|
||||||
|
If you are running Debian or one of its derivatives like Ubuntu then
|
||||||
|
edit /etc/default/shorewall-lite and set startup=1.
|
||||||
|
|
||||||
|
Shorewall Lite includes a very limited version of shorewall.conf
|
||||||
|
(/etc/shorewall-lite/shorewall.conf). It includes the following
|
||||||
|
options which have the same meaning as in a full Shorewall
|
||||||
|
installation except as noted below:
|
||||||
|
|
||||||
|
VERBOSITY
|
||||||
|
LOGFILE
|
||||||
|
LOGFORMAT - used by /sbin/shorewall for finding 'Shorewall' log
|
||||||
|
messages. If LOGFORMAT was specified in the
|
||||||
|
shorewall.conf file used at compile time on the
|
||||||
|
administrative system, then the format of the
|
||||||
|
messages themselves is defined by that value. If
|
||||||
|
LOGFORMAT was not specified at compile time then
|
||||||
|
the firewall script will use the value from
|
||||||
|
/etc/shorewall-lite/shorewall.conf on the firewall
|
||||||
|
system.
|
||||||
|
IPTABLES - determines the iptables binary to be used by
|
||||||
|
/sbin/shorewall. The compiled firewall script will
|
||||||
|
use the IPTABLES specified in shorewall.conf at
|
||||||
|
compile time on the administrative system, if any;
|
||||||
|
if IPTABLES was not specified at compile time then
|
||||||
|
the IPTABLES value from
|
||||||
|
/etc/shorewall-lite/shorewall.conf on the firewall
|
||||||
|
system will be used by the firewall script.
|
||||||
|
PATH
|
||||||
|
SHOREWALL_SHELL
|
||||||
|
SUBSYSLOCK
|
||||||
|
RESTOREFILE
|
||||||
|
|
||||||
|
Edit the shorewall.conf file as required.
|
||||||
|
|
||||||
e) On the administrative system, for each firewall system you:
|
e) On the administrative system, for each firewall system you:
|
||||||
|
|
||||||
@ -77,7 +111,6 @@ e) On the administrative system, for each firewall system you:
|
|||||||
cd <configuration directory>
|
cd <configuration directory>
|
||||||
/sbin/shorewall reload . <firewall system>
|
/sbin/shorewall reload . <firewall system>
|
||||||
|
|
||||||
|
|
||||||
It is possible to have both shorewall and Shorewall Lite
|
It is possible to have both shorewall and Shorewall Lite
|
||||||
installed on the same system.
|
installed on the same system.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall-lite
|
%define name shorewall-lite
|
||||||
%define version 3.2.0
|
%define version 3.2.0
|
||||||
%define release 0RC3
|
%define release 0RC4
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
|
|
||||||
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
|
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
|
||||||
@ -84,6 +84,8 @@ fi
|
|||||||
%doc COPYING changelog.txt releasenotes.txt
|
%doc COPYING changelog.txt releasenotes.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 18 2006 Tom Eastep tom@shorewall.net
|
||||||
|
- Version 3.2.0-RC4
|
||||||
* Mon Jun 12 2006 Tom Eastep tom@shorewall.net
|
* Mon Jun 12 2006 Tom Eastep tom@shorewall.net
|
||||||
- Change control program to /sbin/shorewall-lite
|
- Change control program to /sbin/shorewall-lite
|
||||||
- Version 3.2.0-RC3
|
- Version 3.2.0-RC3
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
# You may only use this script to uninstall the version
|
# You may only use this script to uninstall the version
|
||||||
# shown below. Simply run this script to remove Shorewall Firewall
|
# shown below. Simply run this script to remove Shorewall Firewall
|
||||||
|
|
||||||
VERSION=3.2.0-RC3
|
VERSION=3.2.0-RC4
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
# shown below. Simply run this script to revert to your prior version of
|
# shown below. Simply run this script to revert to your prior version of
|
||||||
# Shoreline Firewall.
|
# Shoreline Firewall.
|
||||||
|
|
||||||
VERSION=3.2.0-RC3
|
VERSION=3.2.0-RC4
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=3.2.0-RC3
|
VERSION=3.2.0-RC4
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall
|
%define name shorewall
|
||||||
%define version 3.2.0
|
%define version 3.2.0
|
||||||
%define release 0RC3
|
%define release 0RC4
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
|
|
||||||
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
|
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
|
||||||
@ -208,6 +208,8 @@ fi
|
|||||||
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples
|
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 18 2006 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 3.2.0-0RC4
|
||||||
* Fri Jun 09 2006 Tom Eastep tom@shorewall.net
|
* Fri Jun 09 2006 Tom Eastep tom@shorewall.net
|
||||||
- Allow Shorewall and Shorewall-lite to coexist
|
- Allow Shorewall and Shorewall-lite to coexist
|
||||||
* Wed Jun 07 2006 Tom Eastep tom@shorewall.net
|
* Wed Jun 07 2006 Tom Eastep tom@shorewall.net
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
# You may only use this script to uninstall the version
|
# You may only use this script to uninstall the version
|
||||||
# shown below. Simply run this script to remove Shorewall Firewall
|
# shown below. Simply run this script to remove Shorewall Firewall
|
||||||
|
|
||||||
VERSION=3.2.0-RC3
|
VERSION=3.2.0-RC4
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user