From 8259bc2599186b87d51e3f4651454693db25b109 Mon Sep 17 00:00:00 2001 From: Gert Doering Date: Tue, 16 Feb 2010 16:36:08 +0100 Subject: basic documentation of IPv6 related options and their syntax --- openvpn.8 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'openvpn.8') diff --git a/openvpn.8 b/openvpn.8 index 7d213f9..e45bbe1 100644 --- a/openvpn.8 +++ b/openvpn.8 @@ -789,6 +789,8 @@ or .B \-\-dev tunX. A warning will be displayed if no specific IPv6 TUN support for your OS has been compiled into OpenVPN. + +See below for further IPv6-related configuration options. .\"********************************************************* .TP .B \-\-dev-node node @@ -4935,6 +4937,57 @@ if certificates are stored as private objects. .B \-\-verb option can be used BEFORE this option to produce debugging information. +.\"********************************************************* +.SS IPv6 Related Options +.\"********************************************************* +The following options exist to support IPv6 tunneling in peer-to-peer +and client-server mode. As of now, this is just very basic +documentation of the IPv6-related options. More documentation can be +found on http://greenie.muc.de/ipv6/openvpn.html. +.TP +.B --ifconfig-ipv6 ipv6addr/bits ipv6remote +configure IPv6 address +.B ipv6addr/bits +on the ``tun'' device. The second parameter is used as route target for +.B --route-ipv6 +if no gateway is specified. +.TP +.B --route-ipv6 ipv6addr/bits [gateway] [metric] +setup IPv6 routing in the system to send the specified IPv6 network +into OpenVPN's ``tun'' device +.TP +.B --server-ipv6 ipv6addr/bits +convenience-function to enable a number of IPv6 related options at +once, namely +.B --ifconfig-ipv6, --ifconfig-ipv6-pool, --tun-ipv6 +and +.B --push tun-ipv6 +Is only accepted if ``--mode server'' or ``--server'' is set. +.TP +.B --ifconfig-ipv6-pool ipv6addr/bits +Specify an IPv6 address pool for dynamic assignment to clients. The +pool starts at +.B ipv6addr +and increments by +1 for every new client (linear mode). The +.B /bits +setting controls the size of the pool. +.TP +.B --ifconfig-ipv6-push ipv6addr/bits ipv6remote +for ccd/ per-client static IPv6 interface configuration, see +.B --client-config-dir +and +.B --ifconfig-push +for more details. +.TP +.B --iroute-ipv6 ipv6addr/bits +for ccd/ per-client static IPv6 route configuration, see +.B --iroute +for more details how to setup and use this, and how +.B --iroute +and +.B --route +interact. + .\"********************************************************* .SH SCRIPTING AND ENVIRONMENTAL VARIABLES OpenVPN exports a series -- cgit From 7402980cd2b02043bcecffef84c02eb3fbac5e2f Mon Sep 17 00:00:00 2001 From: Gert Doering Date: Wed, 15 Sep 2010 19:23:10 +0200 Subject: correct URL for "more information about IPv6 patch is *here*" Signed-off-by: Gert Doering --- openvpn.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openvpn.8') diff --git a/openvpn.8 b/openvpn.8 index e45bbe1..11fd5ad 100644 --- a/openvpn.8 +++ b/openvpn.8 @@ -4943,7 +4943,7 @@ option can be used BEFORE this option to produce debugging information. The following options exist to support IPv6 tunneling in peer-to-peer and client-server mode. As of now, this is just very basic documentation of the IPv6-related options. More documentation can be -found on http://greenie.muc.de/ipv6/openvpn.html. +found on http://www.greenie.net/ipv6/openvpn.html. .TP .B --ifconfig-ipv6 ipv6addr/bits ipv6remote configure IPv6 address -- cgit