mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
d1ecdcf4a3
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8957 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
26 lines
775 B
Plaintext
26 lines
775 B
Plaintext
#
|
|
# Shorewall version 4 - SIXXS Macro
|
|
#
|
|
# /usr/share/shorewall/macro.SixXS
|
|
#
|
|
# This macro handles SixXS -- An IPv6 Deployment and Tunnel Broker
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
|
# PORT(S) PORT(S) LIMIT GROUP
|
|
#
|
|
# Used for retrieving the tunnel information (eg by AICCU)
|
|
PARAM - - tcp 3874
|
|
#
|
|
# Used for signaling where the current IPv4 endpoint
|
|
# of the tunnel is and that it is alive
|
|
PARAM - - udp 3740
|
|
#
|
|
# Used for tunneling IPv6 over IPv4 (static + heartbeat tunnels)
|
|
PARAM - - 41
|
|
#
|
|
# Used for tunneling IPv6 over IPv4 (AYIYA
|
|
# tunnels)(5072 is official port, 8374 is used in the beta)
|
|
PARAM - - udp 5072,8374
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|