We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To make issues more manageable, I would appreciate it if you fill out the following details as applicable:
Android Version Android 13 for Chromebook
Android Vendor/Custom ROM Google
Device Google Pixelbook
Version of the app (version number/play store version/self-built) 0.7.51
Chromebook will not add routes for either default route on IPV6 or pushed routes for IPV6
log contents
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
preresolve
management-query-proxy
keepalive 10 60 ping-timer-rem
add the contents of the configuration file if applicable be careful to not post private keys
The text was updated successfully, but these errors were encountered:
please also provide the in app log.
Sorry, something went wrong.
openvpn_app_log.txt
Here is the log as requested
No branches or pull requests
To make issues more manageable, I would appreciate it if you fill out the following details as applicable:
General information
Android Version
Android 13 for Chromebook
Android Vendor/Custom ROM
Google
Device
Google Pixelbook
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)
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
The text was updated successfully, but these errors were encountered: