OpenVPN / openvpn3

OpenVPN 3 is a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.
https://openvpn.net
Other
977 stars 386 forks source link

Update broke client on Linux #164

Closed jyscao closed 3 years ago

jyscao commented 3 years ago

I'm on Ubuntu 20.04, and upgraded to 14~beta+focal recently, which broke my VPN connectivity. Downgrading to 13~beta-1+focal resolved the issue. Here's a Server Fault question I created in regards to this.

I'm good for day-to-day usage again on my end, just wanted to let you guys know.

zarraozaga commented 3 years ago

Hi @jyscao I am also facing this issue. Did you get this error?

session-start: ** ERROR ** Failed to start new session: Failed calling D-Bus method Connect: Timeout was reached

jyscao commented 3 years ago

I worked around it by downgrading the package version.

zarraozaga commented 3 years ago

Can let me know how to downgrade the package version? I installed openvpn3 client using this website. https://community.openvpn.net/openvpn/wiki/OpenVPN3Linux

Not sure how to downgrade or select specific version

zarraozaga commented 3 years ago

okay i found it, for those viewing this thread.

sudo apt install openvpn3=13~beta-1+focal

dsommers commented 3 years ago

Closing this, as this issue is already tracked in the proper project; openvpn3-linux under issue 55