schwabe / ics-openvpn

OpenVPN for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPV6 routes on chromebook not added

pshempel opened this issue · comments

To make issues more manageable, I would appreciate it if you fill out the following details as applicable:

General information

  1. Android Version
    Android 13 for Chromebook

  2. Android Vendor/Custom ROM
    Google

  3. Device
    Google Pixelbook

  4. Version of the app (version number/play store version/self-built)
    0.7.51

Description of the issue

Chromebook will not add routes for either default route on IPV6 or pushed routes for IPV6

Log (if applicable)

log contents

Configuration file

Config for OpenVPN 2.x

Enables connection to GUI

management /data/user/0/de.blinkt.openvpn/cache/mgmtsocket unix
management-client
management-query-passwords
management-hold

setenv IV_GUI_VER "de.blinkt.openvpn 0.7.51"
setenv IV_SSO openurl,webauth,crtext
setenv IV_PLAT_VER "33 13 x86_64 google eve Google Pixelbook"
setenv IV_HWADDR 65:38:31:35:39:32:66
tls-cert-profile legacy
machine-readable-output
allow-recursive-routing
ifconfig-nowarn
client
verb 4
connect-retry 2 300
resolv-retry 60
dev tun
remote vpn 1194 udp
key-direction 1
route-ipv6 ::/0
nobind
remote-cert-tls server
data-ciphers AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:AES-256-CBC
cipher AES-256-CBC
persist-tun

persist-tun also enables pre resolving to avoid DNS resolve problem

preresolve

Use system proxy setting

management-query-proxy

Custom configuration options

You are on your on own here :)

These options found in the config file do not map to config settings:

keepalive 10 60
ping-timer-rem

add the contents of the configuration file if applicable
be careful to not post private keys

please also provide the in app log.

openvpn_app_log.txt

Here is the log as requested