PDA

View Full Version : [ubuntu] Open VPN what is the best gui for it?



TheManno1
April 6th, 2013, 01:10 AM
Also if posssible please link a tutorial for the best Gui?

sandyd
April 7th, 2013, 04:00 AM
I just use the default networkmanager for openvpn.

You just have to install the appropraite network-manager-openvpn package.
Note that if you are using unity, the network-manager-openvpn-gnome package needs to be installed too

TheManno1
April 7th, 2013, 04:39 AM
Can you give me instructions?

coldraven
April 8th, 2013, 10:48 AM
In Ubuntu 12.10, VPN is an option in the Network Manager.You can open it by clicking on the network icon in the top bar and select "Edit connections" or by opening the dash (windows key) and start typing "network".
I have never used VPN, hopefully someone else will tell you how.

TheManno1
April 8th, 2013, 09:55 PM
In Ubuntu 12.10, VPN is an option in the Network Manager.You can open it by clicking on the network icon in the top bar and select "Edit connections" or by opening the dash (windows key) and start typing "network".
I have never used VPN, hopefully someone else will tell you how.

Isn't that for PPTP (point to point tunneling)? I want a gui to use for openvpn.

TheManno1
April 10th, 2013, 04:20 AM
Bump

sandyd
April 10th, 2013, 04:39 AM
as said you need the networkmanager-openvpn and the network-manager-openvpn-gnome package before the openvpn option shows up.
restart nm-applet and networkmanager after installing


sudo apt-get install network-manager-openvpn network-manager-openvpn-gnome

TheManno1
April 11th, 2013, 07:13 AM
as said you need the networkmanager-openvpn and the network-manager-openvpn-gnome package before the openvpn option shows up.
restart nm-applet and networkmanager after installing


sudo apt-get install network-manager-openvpn network-manager-openvpn-gnome

Did the terminal thing. I am using GNOME. OS Ubuntu 12.04 studio 64 bit.
What am I suppose to do now?

TheManno1
April 12th, 2013, 08:47 AM
Bump.

slickymaster
April 12th, 2013, 11:14 AM
If you already installed networkmanager-openvpn and the network-manager-openvpn-gnome packages, as suggested by sandyd, your network applet menu will let you configure VPN connections. It will have an additional "VPN Connections" menu, with a submenu to "Configure VPN...". From there, you can import your existing .ovpn file, enter the location of your key and certificate files, enter the key password, etc.

Depending on your vpn server configuration and your needs, you may also want to define special DNS servers and/or check "Use this connection only for resources on it's network".

See this (https://help.ubuntu.com/community/OpenVPN) and this (https://help.ubuntu.com/community/VPNClient).

slickymaster
April 12th, 2013, 02:46 PM
OpenVPN is entirely a community-supported OSS project which uses the GPL license. The project has many developers and contributors from OpenVPN Technologies, Inc and from the broader OpenVPN community.
In addition, there are numerous projects that extend or are otherwise related to OpenVPN.

TheManno1
April 15th, 2013, 11:27 AM
Have Ubuntu Studio 12.04 64 bit http://ubuntustudio.org/
For OpenVPN I am using the Gui

gadmin-openvpn-client Version: 0.1.2-4 (precise)
gadmin-openvpn-client is a fast and easy to use GTK+ administration tool for
the OpenVPN client.

I will post my problem in the form of pics

TheManno1
April 15th, 2013, 11:29 AM
And this

TheManno1
April 15th, 2013, 11:30 AM
Last but not least this

TheManno1
April 16th, 2013, 05:26 PM
Bump

slickymaster
April 16th, 2013, 05:35 PM
Try GOpenVPN (http://gopenvpn.sourceforge.net/) or Gvpnc (http://download.cnet.com/Gvpnc-for-Linux/3000-20432_4-75218296.html).