Hello,
I have a GL-iNet_Flint2 router at home acting as OpenVPN server.
I can easily connect to my home LAN over OpenVPN but i can't access internet from my iPhone.
A remote laptop using the same client config file can access to internet.
Can you please help me to get internet working when iphone is connected to VPN server ?
Many thanks,
The compression is not set at server side :

The config at client side is the following :
I have a GL-iNet_Flint2 router at home acting as OpenVPN server.
I can easily connect to my home LAN over OpenVPN but i can't access internet from my iPhone.
A remote laptop using the same client config file can access to internet.
Can you please help me to get internet working when iphone is connected to VPN server ?
Many thanks,
The compression is not set at server side :
The config at client side is the following :
Code:
client dev tun dev-type tun proto tcp remote 82.xx.xx.xx 1209 float resolv-retry infinite nobind persist-key persist-tun auth SHA256 cipher AES-256-GCM nice 0 mute 5 verb 3 auth-user-pass <ca> -----BEGIN CERTIFICATE----- XXXXXXXXXXXX -----END CERTIFICATE----- </ca>