mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 16:13:18 +01:00
30682e63d8
Signed-off-by: Tuomo Soini <tis@foobar.fi>
15 lines
408 B
Plaintext
15 lines
408 B
Plaintext
#
|
|
# Shorewall - IPsec Macro
|
|
#
|
|
# /usr/share/shorewall/macro.IPsec
|
|
#
|
|
# This macro (bidirectional) handles IPsec traffic
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
PARAM - - udp 500 500 # IKE
|
|
PARAM - - 50 # ESP
|
|
PARAM DEST SOURCE udp 500 500 # IKE
|
|
PARAM DEST SOURCE 50 # ESP
|