Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPV6 routes on chromebook not added #1692

Open
pshempel opened this issue Mar 7, 2024 · 2 comments
Open

IPV6 routes on chromebook not added #1692

pshempel opened this issue Mar 7, 2024 · 2 comments

Comments

@pshempel
Copy link

pshempel commented Mar 7, 2024

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
@schwabe
Copy link
Owner

schwabe commented Mar 7, 2024

please also provide the in app log.

@pshempel
Copy link
Author

pshempel commented Mar 7, 2024

openvpn_app_log.txt

Here is the log as requested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants