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