forked from extern/shorewall_code
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:
parent
cb77ba72a3
commit
ea0b87aa85
@ -1,11 +1,11 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 2.0 /etc/shorewall/action.AllowTrcrt
|
# 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/
|
#TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/
|
||||||
# PORT PORT(S) LIMIT GROUP
|
# PORT PORT(S) LIMIT GROUP
|
||||||
ACCEPT - - udp 33434:33454 #UDP Traceroute
|
ACCEPT - - udp 33434:33524 #UDP Traceroute
|
||||||
ACCEPT - - icmp 8 #ICMP Traceroute
|
ACCEPT - - icmp 8 #ICMP Traceroute
|
||||||
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
||||||
|
@ -110,3 +110,6 @@ Changes in 2.0.14
|
|||||||
|
|
||||||
4) Fix typo in tunnels file.
|
4) Fix typo in tunnels file.
|
||||||
|
|
||||||
|
Changes in 2.0.15
|
||||||
|
|
||||||
|
1) Increased port range for Traceroute.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Shorewall 2.0.14
|
Shorewall 2.0.15
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
Problems Corrected in version 2.0.4
|
Problems Corrected in version 2.0.4
|
||||||
@ -264,3 +264,8 @@ Problems corrected in 2.0.14
|
|||||||
"shorewall clear" have been eliminated.
|
"shorewall clear" have been eliminated.
|
||||||
|
|
||||||
3) A misleading typo in /etc/shorewall/tunnels has been corrected.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user