Page 1 of 1

After upgrading openvpn connect to 3.4.2 = no internet

Posted: Sun Sep 10, 2023 4:08 pm
by hynkelz
After upgrading OpenVPN connect from 3.3.6 to 3.4.2 , my previous split tunnel setting stopped working properly.

I am using OpenVPN AS on a Raspberry PI running Ubuntu 64.


Symptoms :

The connection to the remote subnet over the VPN connection still works. i have full access to any server on that remote network.

when i try to access websites or any other kind of web services like email , etc.. , my computer acts like it has no internet. webpages don't load
and connections to servers go lost.
It appears that the internet access slowly breaks. It works for a short duration after connecting to the VPN server and then gradually web access breaks.

here is the configuration section from the config file i use to connect to the VPN server...

Code: Select all

client
proto udp
nobind
remote my.vpnserver.net
port 443
dev tun
dev-type tun
remote-cert-tls server
tls-version-min 1.2
reneg-sec 604800
tun-mtu 1420
auth-user-pass
verb 3
push-peer-info
route-nopull
dhcp-option DNS 192.168.1.1
route 192.168.1.103 255.255.255.255
route 192.168.1.104 255.255.255.255
route 192.168.1.105 255.255.255.255
route 192.168.1.138 255.255.255.255
route 192.168.1.1 255.255.255.255
Has anybody an idea why upgrading from 3.3.6 to 3.4.2 is causing these symptoms ?