Expand port range opened by AllowTrcrt

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1895 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-01-10 16:38:28 +00:00
parent cb77ba72a3
commit ea0b87aa85
3 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.