From ac5f6a9e1048ce05ec8c6144191818e0d0be7d35 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 27 Aug 2005 15:46:24 +0000 Subject: [PATCH] Add 'openvpnclient' and 'openvpnserver' to VPN Basics Doc git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2571 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-docs2/VPNBasics.xml | 38 ++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/Shorewall-docs2/VPNBasics.xml b/Shorewall-docs2/VPNBasics.xml index 0621ac534..650baa4cc 100644 --- a/Shorewall-docs2/VPNBasics.xml +++ b/Shorewall-docs2/VPNBasics.xml @@ -15,11 +15,13 @@ - 2004-12-23 + 2005-08-27 2004 + 2005 + Thomas M. Eastep @@ -334,6 +336,40 @@ openvpn:P Z1 1.2.3.4 ACCEPT Z1:1.2.3.4 $FW udp P ACCEPT $FW Z1:1.2.3.4 udp P + + /etc/shorewall/tunnels: + +
+ #TYPE ZONE GATEWAY GATEWAY ZONE +openvpnclient:P Z1 1.2.3.4 +
+ + /etc/shorewall/rules: + +
+ #ACTION SOURCE DEST PROTO DEST SOURCE +# PORT PORT(S) + +ACCEPT Z1:1.2.3.4 $FW udp - P +ACCEPT $FW Z1:1.2.3.4 udp P +
+ + /etc/shorewall/tunnels: + +
+ #TYPE ZONE GATEWAY GATEWAY ZONE +openvpnserver:P Z1 1.2.3.4 +
+ + /etc/shorewall/rules: + +
+ #ACTION SOURCE DEST PROTO DEST SOURCE +# PORT PORT(S) + +ACCEPT Z1:1.2.3.4 $FW udp P +ACCEPT $FW Z1:1.2.3.4 udp - P +
\ No newline at end of file