Changes between Version 8 and Version 9 of IPv6


Ignore:
Timestamp:
01/16/16 08:57:10 (8 years ago)
Author:
ValdikSS
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPv6

    v8 v9  
    129129
    130130== Client issues ==
    131 If you are running Android 4.4.x you will encounter a bug related to the tun0 interface.
     131If you are running '''Android''' 4.4.x you will encounter a bug related to the tun0 interface.
    132132
    133133After setting up the OpenVPN connection you are able to ping6 the Android 4.4.x device from your server, but you cannot ping6 the server or other IPv6 targets from your Android 4.4 device. This bug doesn't occur in Android 4.3 (And earlier?) and occurs in all Android 4.4.x versions including 4.4.2. There is no known workaround for this issue except hoping on a fix in Android 4.4.3.
     
    135135* [https://code.google.com/p/android/issues/detail?id=63349 Issue 63349:        IPv6Droid does not work on Android 4.4 / 4.4.1]
    136136* [https://code.google.com/p/android/issues/detail?id=62714 Issue 62714:        VPN issues on KitKat (version 4.4)]
     137
     138'''iOS 9''' broke redirect-gateway if used with IPv6 tunnels and no IPv4 traffic goes inside the tunnel. To workaround this issue, use:
     139
     140{{{
     141redirect-gateway ipv6
     142}}}
     143
     144combined with usual redirect-gateway. This option works only on Android and iOS OpenVPN Connect clients (OpenVPN 3) and OpenVPN 2.4 (development version) and has no effect for OpenVPN 2.3.
     145
     146* [http://community.openvpn.net/openvpn/ticket/614 #614 Connect on iOS 9: IPv4 routing doesn't work with dual-stack]