Unable to change IPv6 routes in iOS 8.X.X

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
hmolina
OpenVpn Newbie
Posts: 13
Joined: Thu Apr 18, 2013 1:41 pm

Unable to change IPv6 routes in iOS 8.X.X

Post by hmolina » Mon Nov 17, 2014 11:03 pm

Hi,

After upgrade to iOS 8.0, i can not change the IPv6 routes, and set the ones pushed by the VPN server (in previous versions it works well).

I was waiting for new iOS patches, thinking was Apple problem, but not works in any one.

Any ideas?
My server configuration is:

ca /etc/openvpn/my_ca.pem
cert /etc/openvpn/server.pem
cipher AES-256-CBC
comp-lzo yes
crl-verify /etc/ssl/crls dir
dev tun
dh dh2048.pem
ifconfig-pool-persist ipp-https.txt
keepalive 10 120
key /etc/openvpn/subserver1.key # This file should be kept secret
local my.vpn.server
management localhost 7507
persist-key
persist-tun
port 443
proto tcp-server
push "dhcp-option DNS 192.168.151.100"
push "dhcp-option DNS 192.168.151.101"
push "dhcp-option DNS 2001:AAA:BBB:CCCC:a176:2b1c:3e57:81f1"
push "dhcp-option DNS 2001:AAA:BBB:CCCC:a176:2b1e:3e30:ec42"
push "dhcp-option DOMAIN my.domain"
push "dhcp-option WINS 192.168.145.77"
push "rcvbuf 1048576"
push "redirect-gateway def1"
push "redirect-gateway-ipv6 def1"
push "route-ipv6 2000::/3"
push "route-ipv6 fec0::/16"
push "sndbuf 1048576"
rcvbuf 1048576
server 192.168.109.0 255.255.255.0
server-ipv6 2001:AAA:BBB:DDDD:0:0:5::/112
sndbuf 1048576
status openvpn-status-https.log
tcp-queue-limit 1048576
tls-auth /etc/openvpn/ta.key 0
tls-server
tls-version-min 1.2
topology subnet
tun-ipv6
verb 4

My client config is:

client
comp-lzo yes
dev tun
proto tcp
remote my.first.vpn.server 443
remote my.second.vpn.server 443
pull dhcp-options
remote-random
resolv-retry 60
nobind
persist-key
persist-tun
ca my_ca.pem
ns-cert-type server
cipher AES-256-CBC
verb 2
tls-auth ta.key 1
tls-client
tls-version-min 1.2
script-security 2
auth-nocache
tun-ipv6
topology subnet

Thanks in advance for any idea/help.

H.

Post Reply