summaryrefslogtreecommitdiffstats
path: root/doc/openvpn.8
diff options
context:
space:
mode:
authorGert Doering <gert@greenie.muc.de>2014-04-26 13:30:54 +0200
committerGert Doering <gert@greenie.muc.de>2014-04-27 15:35:52 +0200
commit2a97e69e71d4afb9c32268890e13db19cb73196b (patch)
tree4f76fbc6014f0642a1240fe3391bf550068f5f46 /doc/openvpn.8
parentf80a52b09eed8e5e0cad990c56ec99256d6cc2d0 (diff)
downloadopenvpn-2a97e69e71d4afb9c32268890e13db19cb73196b.tar.gz
openvpn-2a97e69e71d4afb9c32268890e13db19cb73196b.tar.xz
openvpn-2a97e69e71d4afb9c32268890e13db19cb73196b.zip
More IPv6-related updates to the openvpn man page.
Point to correct kernel version for --multihome and IPv4-mapped addresses (3.15, Tore Anderson). Remove old reference to http://www.greenie.net/ from the IPv6 section, as the code and documentation in here is more current than on that site. Some more additions and clarifications. Signed-off-by: Gert Doering <gert@greenie.muc.de> Acked-by: Tore Anderson <tore@fud.no> Message-Id: <1398511854-3609-1-git-send-email-gert@greenie.muc.de> URL: http://article.gmane.org/gmane.network.openvpn.devel/8642
Diffstat (limited to 'doc/openvpn.8')
-rw-r--r--doc/openvpn.816
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/openvpn.8 b/doc/openvpn.8
index 621e6db..34894e5 100644
--- a/doc/openvpn.8
+++ b/doc/openvpn.8
@@ -2357,8 +2357,9 @@ Note: this option is only relevant for UDP servers.
Note 2: if you do an IPv6+IPv4 dual-stack bind on a Linux machine with
multiple IPv4 address, connections to IPv4 addresses will not work
-right on kernels before 3.14, due to missing kernel support for the
-IPv4-mapped case.
+right on kernels before 3.15, due to missing kernel support for the
+IPv4-mapped case (some distributions have ported this to earlier kernel
+versions, though).
.\"*********************************************************
.TP
.B \-\-echo [parms...]
@@ -5471,9 +5472,11 @@ 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://www.greenie.net/ipv6/openvpn.html.
+and client-server mode. All options are modeled after their IPv4
+counterparts, so more detailed explanations given there apply here
+as well (except for
+.B \-\-topology
+, which has no effect on IPv6).
.TP
.B --ifconfig-ipv6 ipv6addr/bits ipv6remote
configure IPv6 address
@@ -5504,7 +5507,8 @@ 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.
+setting controls the size of the pool. Due to implementation details,
+the pool size must be between /64 and /112.
.TP
.B --ifconfig-ipv6-push ipv6addr/bits ipv6remote
for ccd/ per-client static IPv6 interface configuration, see