TUN Error: tun_builder_error: error parsing IPv6 route: [route-ipv6] [0::0/0] [<my v6 gateway>] : tun_builder_route_error: route destinations other than vpn_gateway or net_gateway are not supported
I am using version 1.1.9 (build 35) of the android client. I have used a non-official OpenVPN client w/o issue, though my understanding is that the official client is a new code base. My server config is as follows (redacted):
Code: Select all
daemon
dev tun
proto udp
port 1194
ca <file>
cert <file>
key <file>
dh <file>
server <my v4 subnet> 255.255.255.0
server-ipv6 <my v6 subnet>/64
route-ipv6 <a routed v6 subnet>/64
route <a routed v4 subnet> 255.255.255.0
push "route-ipv6 0::0/0 <my v6 gateway>"
topology subnet
mtu-test
tun-mtu 1415
client-to-client
client-config-dir /usr/local/etc/openvpn/ccd
status /var/log/openvpn-status.log 15
user nobody
group nobody
keepalive 10 60