mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01:00
Add a couple of more tunnel macros
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8206 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
d1c9d21074
commit
ccca3e8d7c
12
Shorewall-common/macro.OpenVPN
Normal file
12
Shorewall-common/macro.OpenVPN
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#
|
||||||
|
# Shorewall version 4 - OpenVPN Macro
|
||||||
|
#
|
||||||
|
# /usr/share/shorewall/macro.OpenVPN Macro
|
||||||
|
#
|
||||||
|
# This macro handles OpenVPN traffic.
|
||||||
|
#
|
||||||
|
###############################################################################
|
||||||
|
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
||||||
|
# PORT(S) PORT(S) LIMIT GROUP
|
||||||
|
PARAM - - udp 1194
|
||||||
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
14
Shorewall-common/macro.PPtP
Normal file
14
Shorewall-common/macro.PPtP
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
#
|
||||||
|
# Shorewall version 4 - PPTP Macro
|
||||||
|
#
|
||||||
|
# /usr/share/shorewall/macro.PPtP Macro
|
||||||
|
#
|
||||||
|
# This macro handles PPTP traffic.
|
||||||
|
#
|
||||||
|
###############################################################################
|
||||||
|
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
||||||
|
# PORT(S) PORT(S) LIMIT GROUP
|
||||||
|
PARAM - - 47
|
||||||
|
PARAM DEST SOURCE 47
|
||||||
|
PARAM - - tcp 1723
|
||||||
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
Loading…
Reference in New Issue
Block a user