Unable to open any website when OpenVPN is connected on Mango

What is your vpn servcie provider? could you give more info about your network environment?

I don’t use a service provider. I have a OpenVpn service at my Home (I use router TP-Link Archer VR1210).
I would like connect to my home using Mango as a OpenVpn Client.
Whit TP-Link I have generate the file to configure VPN Client on Mango and It is OK but I’m not able to go on internet

That’s if the link was too slow

Please share ovpn client config file with keys/IP masked.

How about the peer-to-peer throughput between the VPN server and client ends without VPN?

Ovpn Client config is:

client
dev tun
proto udp
float
nobind
cipher AES-128-CBC
comp-lzo adaptive
resolv-retry infinite
persist-key
persist-tun
verb 3
remote zzz.xxx.yyy 1094

-----BEGIN CERTIFICATE-----

-----END CERTIFICATE-----


-----BEGIN CERTIFICATE-----

-----END CERTIFICATE-----


-----BEGIN RSA PRIVATE KEY-----

-----END RSA PRIVATE KEY-----

I don’t kown how I can made the peer-to-peer throughput between the VPN server and client ends without VPN.

Sorry for the late reply, could this option be removed?
I’ll check it tomorrow if that doesn’t work.

I confirmed that “comp-lzo adaptive” will cause the traffic not to pass.

I can change the item on client opvn but not on server opvn.

Is it possible delete command “comp-lzo adaptive”only on the client?

By

My fault. The option “comp-lzo” must be both exist on the server and client side if using compression.
You can use other OpenVPN connect apps to verify if it’s Mango configuration issue or the network is too slow. Maybe the OpenVPN server side does not allow Internet access.