forked from extern/shorewall_code
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
5dd9c5705c | ||
|
1254dd23cf | ||
|
9eb85f51ef | ||
|
818379a8a6 |
@@ -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=4.4.2
|
VERSION=4.4.2.2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=4.4.2
|
VERSION=4.4.2.2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
%define name shorewall-lite
|
%define name shorewall-lite
|
||||||
%define version 4.4.2
|
%define version 4.4.2
|
||||||
%define release 0base
|
%define release 2
|
||||||
|
|
||||||
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
|
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@@ -98,6 +98,10 @@ fi
|
|||||||
%doc COPYING changelog.txt releasenotes.txt
|
%doc COPYING changelog.txt releasenotes.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 03 2009 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.2-2
|
||||||
|
* Fri Oct 02 2009 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.2-1
|
||||||
* Sun Sep 06 2009 Tom Eastep tom@shorewall.net
|
* Sun Sep 06 2009 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.2-0base
|
- Updated to 4.4.2-0base
|
||||||
* Fri Sep 04 2009 Tom Eastep tom@shorewall.net
|
* Fri Sep 04 2009 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=4.4.2
|
VERSION=4.4.2.2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@@ -328,7 +328,7 @@ sub initialize( $ ) {
|
|||||||
TC_SCRIPT => '',
|
TC_SCRIPT => '',
|
||||||
EXPORT => 0,
|
EXPORT => 0,
|
||||||
UNTRACKED => 0,
|
UNTRACKED => 0,
|
||||||
VERSION => "4.4.2",
|
VERSION => "4.4.2.2",
|
||||||
CAPVERSION => 40402 ,
|
CAPVERSION => 40402 ,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@@ -330,6 +330,8 @@ sub process_routestopped() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
unless ( $options eq '-' ) {
|
unless ( $options eq '-' ) {
|
||||||
|
my $chainref = $filter_table->{FORWARD};
|
||||||
|
|
||||||
for my $option (split /,/, $options ) {
|
for my $option (split /,/, $options ) {
|
||||||
if ( $option eq 'routeback' ) {
|
if ( $option eq 'routeback' ) {
|
||||||
if ( $routeback ) {
|
if ( $routeback ) {
|
||||||
@@ -341,7 +343,7 @@ sub process_routestopped() {
|
|||||||
my $source = match_source_net $host;
|
my $source = match_source_net $host;
|
||||||
my $dest = match_dest_net $host;
|
my $dest = match_dest_net $host;
|
||||||
|
|
||||||
emit "run_iptables -A FORWARD -i $interface -o $interface $source $dest -j ACCEPT";
|
add_rule $chainref , "-i $interface -o $interface $source $dest -j ACCEPT";
|
||||||
clearrule;
|
clearrule;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
Changes in Shorewall 4.4.2.2
|
||||||
|
|
||||||
|
1) Another fix for 'routeback' in routestopped.
|
||||||
|
|
||||||
|
Changes in Shorewall 4.4.2.1
|
||||||
|
|
||||||
|
1) Fix 'routeback' in routestopped.
|
||||||
|
|
||||||
Changes in Shorewall 4.4.2
|
Changes in Shorewall 4.4.2
|
||||||
|
|
||||||
1) BUGFIX: Correct detection of Persistent SNAT support
|
1) BUGFIX: Correct detection of Persistent SNAT support
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=4.4.2
|
VERSION=4.4.2.2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@@ -1 +1,16 @@
|
|||||||
There are no known problems in Shorewall version 4.4.2
|
1) 'shorewall check' produces an internal error if 'routeback' appears
|
||||||
|
in /etc/shorewall/routestopped.
|
||||||
|
|
||||||
|
You can work around this problem by using 'source' rather than
|
||||||
|
'routeback'.
|
||||||
|
|
||||||
|
Corrected in Shorewall 4.4.2.1.
|
||||||
|
|
||||||
|
2) 'routestopped' appearing in /etc/shorewall/routestopped doesn't
|
||||||
|
work (routeback traffic is not allowed).
|
||||||
|
|
||||||
|
You can work around this problem by using 'source' rather than
|
||||||
|
'routeback'.
|
||||||
|
|
||||||
|
Corrected in Shorewall 4.4.2.2.
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
Shorewall 4.4.2
|
Shorewall 4.4.2 Patch Release 1.
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
R E L E A S E 4 . 4 H I G H L I G H T S
|
R E L E A S E 4 . 4 H I G H L I G H T S
|
||||||
@@ -169,6 +169,19 @@ Shorewall 4.4.2
|
|||||||
now, if the zone has <interface>:0.0.0.0/0 (even with exclusions),
|
now, if the zone has <interface>:0.0.0.0/0 (even with exclusions),
|
||||||
then it may have no additional members in /etc/shorewall/hosts.
|
then it may have no additional members in /etc/shorewall/hosts.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
P R O B L E M S C O R R E C T E D I N 4 . 4 . 2 . 2
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
1) 'routeback' in /etc/shorewall/routestopped was ineffective.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
P R O B L E M S C O R R E C T E D I N 4 . 4 . 2 . 1
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
1) 'shorewall check' produced an internal error if 'routeback' was
|
||||||
|
specified in /etc/shorewall/routestopped.
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
P R O B L E M S C O R R E C T E D I N 4 . 4 . 2
|
P R O B L E M S C O R R E C T E D I N 4 . 4 . 2
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
%define name shorewall
|
%define name shorewall
|
||||||
%define version 4.4.2
|
%define version 4.4.2
|
||||||
%define release 0base
|
%define release 2
|
||||||
|
|
||||||
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
|
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@@ -104,6 +104,10 @@ fi
|
|||||||
%doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
|
%doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 03 2009 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.2-2
|
||||||
|
* Fri Oct 02 2009 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.2-1
|
||||||
* Sun Sep 06 2009 Tom Eastep tom@shorewall.net
|
* Sun Sep 06 2009 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.2-0base
|
- Updated to 4.4.2-0base
|
||||||
* Fri Sep 04 2009 Tom Eastep tom@shorewall.net
|
* Fri Sep 04 2009 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=4.4.2
|
VERSION=4.4.2.2
|
||||||
|
|
||||||
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=4.4.2
|
VERSION=4.4.2.2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=4.4.2
|
VERSION=4.4.2.2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
%define name shorewall6-lite
|
%define name shorewall6-lite
|
||||||
%define version 4.4.2
|
%define version 4.4.2
|
||||||
%define release 0base
|
%define release 2
|
||||||
|
|
||||||
Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems.
|
Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems.
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@@ -89,6 +89,10 @@ fi
|
|||||||
%doc COPYING changelog.txt releasenotes.txt
|
%doc COPYING changelog.txt releasenotes.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 03 2009 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.2-2
|
||||||
|
* Fri Oct 02 2009 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.2-1
|
||||||
* Sun Sep 06 2009 Tom Eastep tom@shorewall.net
|
* Sun Sep 06 2009 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.2-0base
|
- Updated to 4.4.2-0base
|
||||||
* Fri Sep 04 2009 Tom Eastep tom@shorewall.net
|
* Fri Sep 04 2009 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=4.4.2
|
VERSION=4.4.2.2
|
||||||
|
|
||||||
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=4.4.2
|
VERSION=4.4.2.2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=4.4.2
|
VERSION=4.4.2.2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
%define name shorewall6
|
%define name shorewall6
|
||||||
%define version 4.4.2
|
%define version 4.4.2
|
||||||
%define release 0base
|
%define release 2
|
||||||
|
|
||||||
Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems.
|
Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems.
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@@ -93,6 +93,10 @@ fi
|
|||||||
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6
|
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 03 2009 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.2-2
|
||||||
|
* Fri Oct 02 2009 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.2-1
|
||||||
* Sun Sep 06 2009 Tom Eastep tom@shorewall.net
|
* Sun Sep 06 2009 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.2-0base
|
- Updated to 4.4.2-0base
|
||||||
* Fri Sep 04 2009 Tom Eastep tom@shorewall.net
|
* Fri Sep 04 2009 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=4.4.2
|
VERSION=4.4.2.2
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user