OpenVPN Android - no internet

edited December 2016 in Android VPN Setup
I installed OpenVPN connect on my phone and I use it with my ExpressVPN servers.

I downloaded the configuration files (OPVN) from the privateinternetaccess.com site and imported them into the app.

I can connect to the VPN with no issues (i have to eliminate the fragment portion as it says fragment it not supported), but I have no internet. The username, password, certificates and keys are all in the OPVN file.
Can anyone help me ? Using the Windows App, it works like a charm. On Android it doesn't.

client
dev tun
proto udp
remote sg.privateinternetaccess.com 1198
resolv-retry infinite
nobind
persist-key
persist-tun
cipher aes-128-cbc
auth sha1
tls-client
remote-cert-tls server
auth-user-pass
comp-lzo
verb 1
reneg-sec 0
crl-verify crl.rsa.2048.pem
ca ca.rsa.2048.crt
disable-occ

Sign In or Register to comment.