2008-12-07 19:17:26 +01:00
|
|
|
#
|
2016-02-15 17:20:39 +01:00
|
|
|
# Shorewall -- /usr/share/shorewall/macro.PPtP Macro
|
2008-12-07 19:17:26 +01:00
|
|
|
#
|
2016-02-15 17:20:39 +01:00
|
|
|
# This macro handles PPTP traffic. NOTE: PPTP protocol is insecure.
|
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
|
|
|
|
|
|
|
|
GRE
|
2012-08-09 16:36:04 +02:00
|
|
|
|
2012-08-12 16:25:11 +02:00
|
|
|
?if ( __CT_TARGET && ! $AUTOHELPERS && __PPTP_HELPER )
|
2014-06-20 16:00:06 +02:00
|
|
|
PARAM - - tcp 1723 { helper=pptp }
|
2012-08-12 16:25:11 +02:00
|
|
|
?else
|
2012-08-09 16:36:04 +02:00
|
|
|
PARAM - - tcp 1723
|
2012-08-12 16:25:11 +02:00
|
|
|
?endif
|