mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-12 18:54:25 +01:00
f717d097d7
Signed-off-by: Tom Eastep <teastep@shorewall.net>
19 lines
584 B
Plaintext
19 lines
584 B
Plaintext
#
|
|
# Shorewall version 4 - IPsecnat Macro
|
|
#
|
|
# /usr/share/shorewall/macro.IPsecnat
|
|
#
|
|
# This macro (bidirectional) handles IPsec traffic and Nat-Traversal
|
|
#
|
|
###############################################################################
|
|
?FORMAT 2
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
PARAM - - udp 500 # IKE
|
|
PARAM - - udp 4500 # NAT-T
|
|
PARAM - - 50 # ESP
|
|
PARAM DEST SOURCE udp 500 # IKE
|
|
PARAM DEST SOURCE udp 4500 # NAT-T
|
|
PARAM DEST SOURCE 50 # ESP
|