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

openVPN client connects then drops on openSUSE 11.1

I am running the openvpn client (version 2.0.9-143.15) on openSUSE 11.1 (32-bit). I am running Astaro Security Gateway (version 7.306) and have the SSL VPN working just fine with windows clients connecting to the server. When I connect from my openSuse laptop the vpn tunnel is established successfully for a couple of seconds but it disconnects shortly thereafter. I am using Gnome with NetworkManager (including the openvpn plugin).

It appears from the logs on the server that there is a decryption error that drops the connection after which it is reestablished again only to be dropped a couple of seconds later after receiving a soft-reset from the client.

The client log shows a plugin failure that seems to be responsible for the drop of the connection. I have upgraded the client to the latest openvpn client (openVPN 2.1_RC15) but then the connection fails right off the bat where as with version 2.0.9 I at least get an initial connection even if it is only for a few seconds.

Can anyone give me some direction on how I can resolve this issue? I attached extracts from the logs from both the server and the client with the connection details. What is the prefered way to initiate SSL VPN connections from linux? Is there a user friendly gui  I can use? I tried gadmin but I cannot import the certrificates since it wants a tar.gz file to import and my ASG is giving me a zip file. 

Thank you. [:S]


This thread was automatically locked due to age.
Parents
  • I don't think it's the same problem, but NetworkManager doesn't work right on Fedora 10 with certain OpenVPN configurations...

    Can you try OpenVPN on the command line?

    e.g. 
    put the config files in /etc/openvpn,
    cd /etc/openvpn/
    sudo openvpn --config user@filename.ovpn  

    Barry
  • I don't think it's the same problem, but NetworkManager doesn't work right on Fedora 10 with certain OpenVPN configurations...

    Can you try OpenVPN on the command line?

    e.g. 
    put the config files in /etc/openvpn,
    cd /etc/openvpn/
    sudo openvpn --config user@filename.ovpn  

    Worked like a charm.
    Thanks for the input. [:D]
Reply
  • I don't think it's the same problem, but NetworkManager doesn't work right on Fedora 10 with certain OpenVPN configurations...

    Can you try OpenVPN on the command line?

    e.g. 
    put the config files in /etc/openvpn,
    cd /etc/openvpn/
    sudo openvpn --config user@filename.ovpn  

    Worked like a charm.
    Thanks for the input. [:D]
Children
No Data