From ea0b87aa85c91e361afdb8eda42bd15540d1c546 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 10 Jan 2005 16:38:28 +0000 Subject: [PATCH] Expand port range opened by AllowTrcrt git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1895 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- STABLE2/action.AllowTrcrt | 4 ++-- STABLE2/changelog.txt | 3 +++ STABLE2/releasenotes.txt | 7 ++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/STABLE2/action.AllowTrcrt b/STABLE2/action.AllowTrcrt index 04a792539..1b6180003 100644 --- a/STABLE2/action.AllowTrcrt +++ b/STABLE2/action.AllowTrcrt @@ -1,11 +1,11 @@ # # Shorewall 2.0 /etc/shorewall/action.AllowTrcrt # -# This action accepts Traceroute (for up to 20 hops): +# This action accepts Traceroute (for up to 30 hops): # ###################################################################################### #TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/ # PORT PORT(S) LIMIT GROUP -ACCEPT - - udp 33434:33454 #UDP Traceroute +ACCEPT - - udp 33434:33524 #UDP Traceroute ACCEPT - - icmp 8 #ICMP Traceroute #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/STABLE2/changelog.txt b/STABLE2/changelog.txt index 72a2c6625..7f319dba7 100644 --- a/STABLE2/changelog.txt +++ b/STABLE2/changelog.txt @@ -110,3 +110,6 @@ Changes in 2.0.14 4) Fix typo in tunnels file. +Changes in 2.0.15 + +1) Increased port range for Traceroute. diff --git a/STABLE2/releasenotes.txt b/STABLE2/releasenotes.txt index 7828c575e..fa03d9320 100644 --- a/STABLE2/releasenotes.txt +++ b/STABLE2/releasenotes.txt @@ -1,4 +1,4 @@ -Shorewall 2.0.14 +Shorewall 2.0.15 ---------------------------------------------------------------------- Problems Corrected in version 2.0.4 @@ -264,3 +264,8 @@ Problems corrected in 2.0.14 "shorewall clear" have been eliminated. 3) A misleading typo in /etc/shorewall/tunnels has been corrected. +----------------------------------------------------------------------- +Problems corrected in 2.0.15 + +1) The range of ports opened by the AllowTrcrt action has been + expanded to 33434:33524.