mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 08:07:13 +02:00
Shorewall-2.0.1-RC2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1229 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
1596f5362b
commit
4ebca5b875
@ -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=2.0.1-RC1
|
VERSION=2.0.1-RC2
|
||||||
|
|
||||||
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=2.0.1-RC1
|
VERSION=2.0.1-RC2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -94,7 +94,7 @@ New Features:
|
|||||||
nosmurfs
|
nosmurfs
|
||||||
newnotsyn
|
newnotsyn
|
||||||
|
|
||||||
With the excpection of 'newnotsyn', these options are only
|
With the exception of 'newnotsyn', these options are only
|
||||||
useful when the entry refers to a bridge port.
|
useful when the entry refers to a bridge port.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
@ -169,8 +169,10 @@ RFC1918_LOG_LEVEL=info
|
|||||||
# SMURF Log Level
|
# SMURF Log Level
|
||||||
#
|
#
|
||||||
# Specifies the logging level for smurf packets dropped by the
|
# Specifies the logging level for smurf packets dropped by the
|
||||||
#'nosmurfs' interface option in /etc/shorewall/interfaces. If set to the empty
|
#'nosmurfs' interface option in /etc/shorewall/interfaces and in
|
||||||
# value ( SMURF_LOG_LEVEL="" ) then dropped smurfs are not logged.
|
# /etc/shorewall/hosts. If set to the empty value ( SMURF_LOG_LEVEL=""
|
||||||
|
# ) then dropped smurfs are not logged.
|
||||||
|
|
||||||
#
|
#
|
||||||
# See the comment at the top of this section for a description of log levels
|
# See the comment at the top of this section for a description of log levels
|
||||||
#
|
#
|
||||||
@ -181,8 +183,9 @@ SMURF_LOG_LEVEL=info
|
|||||||
# BOGON Log Level
|
# BOGON Log Level
|
||||||
#
|
#
|
||||||
# Specifies the logging level for bogon packets dropped by the
|
# Specifies the logging level for bogon packets dropped by the
|
||||||
#'nobogons' interface option in /etc/shorewall/interfaces. If set to the empty
|
#'nobogons' interface option in /etc/shorewall/interfaces and in
|
||||||
# value ( BOGON_LOG_LEVEL="" ) then packets whose TARGET is 'logdrop'
|
# /etc/shorewall/hosts. If set to the empty value
|
||||||
|
# ( BOGON_LOG_LEVEL="" ) then packets whose TARGET is 'logdrop'
|
||||||
# in /usr/share/shorewall/bogons are logged at the 'info' level.
|
# in /usr/share/shorewall/bogons are logged at the 'info' level.
|
||||||
#
|
#
|
||||||
# See the comment at the top of this section for a description of log levels
|
# See the comment at the top of this section for a description of log levels
|
||||||
@ -444,7 +447,9 @@ MUTEX_TIMEOUT=60
|
|||||||
# also need to select NEWNOTSYN=Yes.
|
# also need to select NEWNOTSYN=Yes.
|
||||||
#
|
#
|
||||||
# The behavior of NEWNOTSYN=Yes may also be enabled on a per-interface basis
|
# The behavior of NEWNOTSYN=Yes may also be enabled on a per-interface basis
|
||||||
# using the 'newnotsyn' option in /etc/shorewall/interfaces.
|
# using the 'newnotsyn' option in /etc/shorewall/interfaces and in
|
||||||
|
# /etc/shorewall/hosts.
|
||||||
|
|
||||||
#
|
#
|
||||||
# I find that NEWNOTSYN=No tends to result in lots of "stuck"
|
# I find that NEWNOTSYN=No tends to result in lots of "stuck"
|
||||||
# connections because any network timeout during TCP session tear down
|
# connections because any network timeout during TCP session tear down
|
||||||
@ -580,8 +585,9 @@ MACLIST_DISPOSITION=REJECT
|
|||||||
#
|
#
|
||||||
# This variable determins the disposition of packets having an invalid
|
# This variable determins the disposition of packets having an invalid
|
||||||
# combination of TCP flags that are received on interfaces having the
|
# combination of TCP flags that are received on interfaces having the
|
||||||
# 'tcpflags' option specified in /etc/shorewall/interfaces. If not specified
|
# 'tcpflags' option specified in /etc/shorewall/interfaces or in
|
||||||
# or specified as empty (TCP_FLAGS_DISPOSITION="") then DROP is assumed.
|
# /etc/shorewall/hosts. If not specified or specified as empty
|
||||||
|
# (TCP_FLAGS_DISPOSITION="") then DROP is assumed.
|
||||||
|
|
||||||
TCP_FLAGS_DISPOSITION=DROP
|
TCP_FLAGS_DISPOSITION=DROP
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall
|
%define name shorewall
|
||||||
%define version 2.0.1
|
%define version 2.0.1
|
||||||
%define release 0RC1
|
%define release 0RC2
|
||||||
%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.
|
||||||
@ -139,8 +139,10 @@ fi
|
|||||||
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel
|
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 25 2004 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated for 2.0.1 RC2
|
||||||
* Wed Mar 24 2004 Tom Eastep tom@shorewall.net
|
* Wed Mar 24 2004 Tom Eastep tom@shorewall.net
|
||||||
- Updated for 2.0.1 Beta 2
|
- Updated for 2.0.1 RC1
|
||||||
* Fri Mar 19 2004 Tom Eastep tom@shorewall.net
|
* Fri Mar 19 2004 Tom Eastep tom@shorewall.net
|
||||||
- Updated for 2.0.1 Beta 2
|
- Updated for 2.0.1 Beta 2
|
||||||
* Thu Mar 18 2004 Tom Eastep tom@shorewall.net
|
* Thu Mar 18 2004 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 Seattle Firewall
|
# shown below. Simply run this script to remove Seattle Firewall
|
||||||
|
|
||||||
VERSION=2.0.1-RC1
|
VERSION=2.0.1-RC2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user