Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SSLVPN Ubuntu 22.04 Client error

One of my colleague update his machine and discover that the client OpenVPN 2.5.5 x86_64-pc-linux-gnu connect , but no longer work 

from logs got following errors :

022-09-02 13:42:23 net_addr_v4_add: 192.168.175.58/24 dev tun0
2022-09-02 13:42:27 net_route_v4_add: 193.231.122.252/32 via 192.168.0.1 dev [NULL] table 0 metric -1
2022-09-02 13:42:27 net_route_v4_add: 172.16.175.251/32 via 192.168.175.1 dev [NULL] table 0 metric -1
2022-09-02 13:42:27 net_route_v4_add: 192.168.110.0/24 via 192.168.175.1 dev [NULL] table 0 metric -1

seem that the received push command no longer working .



This thread was automatically locked due to age.
Parents Reply
  • Downgrade method work just fine .

    Method 1:

    1. Uninstall the current OpenVPN version if installed: sudo apt remove OpenVPN

    2. Install libssl1.1 binary

    1. Install OpenVPN 2.4.7
    1. Reinstall NetworkManager OpenVPN GUI: sudo apt install network-manager-openvpn-gnome

    Please note that steps 1 and 4 should be run as a command in the terminal. This requires you to have appropriate permissions and you must know the username and password for your local machine.

    Additionally, for steps 2 and 3, after downloading the .deb packages, you can double-click them in Nautilus/file manager and select "Software Install" as a required option to open the package.

    Finally, these steps must be followed in the order that they are given, or else the process will fail.

    Thank you for your help.

Children