mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-02 02:49:54 +01:00
Add Traceroute Macro for IPv6
This commit is contained in:
parent
2524d1c949
commit
20805a6e46
@ -6,6 +6,8 @@ Changes in Shorewall 4.3.11
|
||||
|
||||
3) Add 'findgw' user exit.
|
||||
|
||||
4) Add macro.Trcrt
|
||||
|
||||
Changes in Shorewall 4.3.10
|
||||
|
||||
1) Fix handling of shared optional providers.
|
||||
|
@ -147,7 +147,10 @@ None.
|
||||
fi
|
||||
|
||||
The same code works on Ubuntu Jaunty if you replace '.leases' with
|
||||
'.lease' (don't you just love the consistency between distributions?).
|
||||
'.lease' (don't you just love the consistency between
|
||||
distributions?).
|
||||
|
||||
3) An IPV6 'Trcrt' macro has been added.
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
N E W F E A T U R E S IN 4 . 3
|
||||
|
13
Shorewall6/macro.Trcrt
Normal file
13
Shorewall6/macro.Trcrt
Normal file
@ -0,0 +1,13 @@
|
||||
#
|
||||
# Shorewall version 4 -Trcrt Macro
|
||||
#
|
||||
# /usr/share/shorewall/macro.Trcrt
|
||||
#
|
||||
# This macro handles Traceroute (for up to 30 hops).
|
||||
#
|
||||
###############################################################################
|
||||
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
||||
# PORT(S) PORT(S) LIMIT GROUP
|
||||
PARAM - - udp 33434:33524 # UDP Traceroute
|
||||
PARAM - - ipv6-icmp 128 # ICMP Traceroute
|
||||
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
Loading…
Reference in New Issue
Block a user