From 8fc7dfe2d7da35fa9942b869eb683e8963f0071d Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 18 Jan 2007 00:26:34 +0000 Subject: [PATCH] Improve tunnels manpage git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5251 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- manpages/shorewall-tunnels.xml | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/manpages/shorewall-tunnels.xml b/manpages/shorewall-tunnels.xml index 946d8c457..193691994 100644 --- a/manpages/shorewall-tunnels.xml +++ b/manpages/shorewall-tunnels.xml @@ -32,10 +32,10 @@ - TYPE — {{ipsec|ipsecnat}[TYPE — {ipsec[:noah]|ipsecnat|ipip|gre|pptpclient|:port]} - If the type is ipsec or - ipsecnat, it may be followed by - :noah to indicate that the - Authentication Header protocol (51) is not used by the - tunnel. + Types are as follows: + + ipsec - IPv4 IPSEC + ipsecnat - IPv4 IPSEC with NAT-Traversal (UDP port 4500 encapsulation) + ipip - IPv4 encapsulated in IPv4 (Protocol 4) + gre - Generalized Routing Encapsulation (Protocol 47) + pptpclient - PPTP Client runs on the firewall + pptpserver - PPTP Server runs on the firewall + openvpn - OpenVPN in point-to-point mode + openvpnclient - OpenVPN client runs on the firewall + openvpnserver - OpenVPN server runs on the firewall + generic - Other tunnel type + + If the type is ipsec, it may + be followed by :noah to indicate + that the Authentication Header protocol (51) is not used by the + tunnel. Given that nat-traversal only support ESP (protocol 50), + ipsecnat tunnels don't need a + noah option. If type is openvpn, openvpnclient or