2008-12-07 19:17:26 +01:00
|
|
|
#
|
2016-02-15 17:20:39 +01:00
|
|
|
# Shorewall -- /usr/share/shorewall/macro.IPsecah
|
2008-12-07 19:17:26 +01:00
|
|
|
#
|
2016-02-15 17:20:39 +01:00
|
|
|
# This macro (bidirectional) handles IPsec authentication (AH) traffic.
|
|
|
|
# This is insecure. You should use ESP with encryption for security.
|
2008-12-07 19:17:26 +01:00
|
|
|
#
|
|
|
|
###############################################################################
|
2016-02-15 17:20:39 +01:00
|
|
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
|
|
|
|
2008-12-07 19:17:26 +01:00
|
|
|
PARAM - - udp 500 500 # IKE
|
|
|
|
PARAM - - 51 # AH
|
|
|
|
PARAM DEST SOURCE udp 500 500 # IKE
|
|
|
|
PARAM DEST SOURCE 51 # AH
|