forked from extern/shorewall_code
569729014b
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8144 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
17 lines
568 B
Plaintext
17 lines
568 B
Plaintext
#
|
|
# Shorewall version 4 - 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 RATE USER/
|
|
# PORT(S) PORT(S) LIMIT GROUP
|
|
PARAM - - udp 500 500 # IKE
|
|
PARAM - - 51 # AH
|
|
PARAM DEST SOURCE udp 500 500 # IKE
|
|
PARAM DEST SOURCE 51 # AH
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|