mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 20:24:09 +01:00
30682e63d8
Signed-off-by: Tuomo Soini <tis@foobar.fi>
16 lines
506 B
Plaintext
16 lines
506 B
Plaintext
#
|
|
# Shorewall - IPsecah Macro
|
|
#
|
|
# /usr/share/shorewall/macro.IPsecah
|
|
#
|
|
# This macro (bidirectional) handles IPsec authentication (AH) traffic.
|
|
# This is insecure. You should use ESP with encryption for security.
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
PARAM - - udp 500 500 # IKE
|
|
PARAM - - 51 # AH
|
|
PARAM DEST SOURCE udp 500 500 # IKE
|
|
PARAM DEST SOURCE 51 # AH
|