Author Topic: Openvpn client setup on Ubuntu 9.10  (Read 3251 times)

easybeat

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Openvpn client setup on Ubuntu 9.10
« on: April 25, 2010, 11:40:00 pm »
Hi

I have a problem how to setup openvpn connection in network-manager on 9.10.

If I import the config file there are no settings coming in.

Does anybody have a tip or trick how to do it?

Thanks

easybeat

vovelee

  • Zen Apprentice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: Openvpn client setup on Ubuntu 9.10
« Reply #1 on: May 04, 2010, 10:11:58 pm »
I didn't have any problems on Ubuntu Lucid. I downloaded client bundle for Linux and imported it in Network Management Applet. Everything worked fine.
Ebox Server 1.3.15

dzingis

  • Zen Monk
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Re: Openvpn client setup on Ubuntu 9.10
« Reply #2 on: May 06, 2010, 12:49:59 pm »
Hi

I have a problem how to setup openvpn connection in network-manager on 9.10.

If I import the config file there are no settings coming in.

Does anybody have a tip or trick how to do it?

Thanks

easybeat

There are two ways:

In network-manager you can manually enter (browse to them) three things that are missing (user cert, ca cert, key)

Or you can install openvpn (sudo apt-get install openvpn), detach "vpn" files to some directory, cd to that directory and just type

sudo openvpn your_conf_file.conf

that should do the trick.

But please let me know have you succeeded, because for me in 9.10 VPN connection drops after minut or two.

Also for the second case you might need to install package bridge-utils.

Regards