connection VPN OK, no connexion internet, no LAN

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
piwick3561
OpenVpn Newbie
Posts: 1
Joined: Mon Mar 07, 2022 4:12 pm

connection VPN OK, no connexion internet, no LAN

Post by piwick3561 » Mon Mar 07, 2022 4:27 pm

Hello,
After much research, I resolve to post a message for a little help.
I installed an Openvpn server on a debian buster.
I have a windows client. I'm sharing my phone's mobile connection. When I launch the VPN connection, I can of course reach my server on which openvpn is installed, but also all of my equipment present on the LAN. I can also browse the internet.
On the other hand, when I launch the openvpn connection from my iphone (with the Openvpn Connect application), the connection is made, I can reach my server, but on the other hand I cannot reach the other equipment on my LAN network, and I I no longer have an internet connection.

here is my imported .OVPN file

Code: Select all

client
dev tun
proto udp
remote VPN_IP 1194
<ca>
-----BEGIN CERTIFICATE-----
MIIDPzCCAiegAwIBAgIUNJdYJqcZ.....
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
MIIDTzCCAjegAwIBAgIRAJHJ
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDscpNXkUYNq9xL
jJFLeS0EP4ZqIHXam9jf1Asc+d0napssi7O
-----END PRIVATE KEY-----
</key>
cipher AES-256-CBC
auth SHA512
auth-nocache
tls-version-min 1.2
tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA256:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-CBC-SHA256
resolv-retry infinite
compress lz4
nobind
persist-key
persist-tun
mute-replay-warnings
verb 3
thanks a lot for your help

cosmic
OpenVpn Newbie
Posts: 2
Joined: Fri Feb 25, 2022 1:11 pm

Re: connection VPN OK, no connexion internet, no LAN

Post by cosmic » Wed Mar 23, 2022 3:23 pm

Hello,

i´ve the same problem see here:

viewtopic.php?f=36&t=33794

Unfortunately there is no answer yet :?

Nobody an idea ?

Post Reply