mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-09 06:20:05 +01:00
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
|