From 15e54e8e69d289b22919c0e66aa7381e6ebbe777 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 13 Jan 2008 02:05:41 +0000 Subject: [PATCH] Update release notes git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8053 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/releasenotes.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Shorewall-common/releasenotes.txt b/Shorewall-common/releasenotes.txt index 42ccf2a29..74db7d790 100644 --- a/Shorewall-common/releasenotes.txt +++ b/Shorewall-common/releasenotes.txt @@ -46,12 +46,13 @@ Problems corrected in Shorewall 4.1.4. #ACTION SOURCE DEST PROTO DEST # PORT(S) - ACCEPT net dmz tcp 80 + ACCEPT+ net dmz tcp 80 REDIRECT loc 3128 tcp 80 The web server in the dmz (implied by the first rule) is inaccessible from the 'net' zone because the REDIRECT rule - redirects all traffic arriving on 'ppp+' to local port 3128. + redirects all traffic arriving on 'ppp+' to local port 3128 (the + ACCEPT+ is behaving like ACCEPT). Shorewall 4.1.4 includes a fix for this problem.