From 4f244609f3cf32ae2ab17069f0e267eb59f05f04 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 3 Jan 2014 16:02:48 +0100 Subject: Update build script to include revision, update openvpn code, remove openssl compat (disables export ciphers) --- openvpn/README.IPv6 | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) (limited to 'openvpn/README.IPv6') diff --git a/openvpn/README.IPv6 b/openvpn/README.IPv6 index 56c97abb..3d8fbeb2 100644 --- a/openvpn/README.IPv6 +++ b/openvpn/README.IPv6 @@ -35,31 +35,22 @@ over an IPv6 network ("OpenVPN over IPv6"). The code in 2.3.0 supersedes the IPv6 transport patches from JuanJo Ciarlante, formerly located at http://github.com/jjo/openvpn-ipv6 +Android 2.4.0 includes a big overhaul of the IPv6 transport patches +originally implemented for the Android client (ics-openvpn) -Use the following options to select IPv6 transport: +IPv4/IPv6 transport is automatically is selected when resolving addresses. +Use a 6 or 4 suffix to force IPv6/IPv4: --proto udp6 + --proto tcp4 --proto tcp6-client - --proto tcp6-server + --proto tcp4-server --proto tcp6 --client / --proto tcp6 --server -On systems that permit IPv4 connections on IPv6 sockets (Linux by -default, FreeBSD and NetBSD if you turn off the "v6only" sysctl by -running "sysctl -w net.inet6.ip6.v6only=0"), an OpenVPN server can +On systems that allow IPv4 connections on IPv6 sockets +(all systems supporting IPV6_V6ONLY setsockopt), an OpenVPN server can handle IPv4 connections on the IPv6 socket as well, making it a true -dual-stacked server. +dual-stacked server. Use bind ipv6only to disable this behaviour. On other systems, as of 2.3.0, you need to run separate server instances -for IPv4 and IPv6. - -The client side code is not really "dual-stacked" yet, as it does not -automatically try both address families when connecting to a dual-stacked -server. For now, you can achieve this with stanzas in your -openvpn config: - - - remote my.dual.stack.server 1194 udp6 - - - remote my.dual.stack.server 1194 udp - +for IPv4 and IPv6. \ No newline at end of file -- cgit v1.2.3