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.