mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
f7a9d7dc4d
Signed-off-by: Tuomo Soini <tis@foobar.fi>
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
#
|
|
# Shorewall -- /usr/share/shorewall/macro.IPsec
|
|
#
|
|
# This macro (bidirectional) handles IPsec traffic
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
|
|
|
PARAM - - udp 500 500 # IKE
|
|
PARAM - - 50 # ESP
|
|
PARAM DEST SOURCE udp 500 500 # IKE
|
|
PARAM DEST SOURCE 50 # ESP
|