How do I setup a Gnome 3.2 VPN connection (Fedora 16)

8

2

I just switched to Gnome 3 on a new laptop to try it out. Lots of things are different, but I think I can get used to them. But I'm having a real problem trying to figure out how to get the new network manager to setup a VPN through the GUI.

I have openvpn, NetworkManager and NetworkManager-openvpn installed, but when I click on the network icon in gnome-shell there is nothing about vpn connections in there. When I click the "Network Settings" link in that menu I just see menus for Wired, Wireless and Network Proxy and none of those screens has anything for VPN connections either.

Any suggestions about where I need to look to setup my connections and how to make it easier connect when I need to?

mpeters

Posted 2012-02-13T16:27:16.040

Reputation: 248

Answers

7

There's no way to create a VPN connection from the network menu in Gnome Shell 3.2.

But if you open the network manager connection edit directly (nm-connection-editor) then you can add them and they will appear in the gnome-shell network menu to use after that.

mpeters

Posted 2012-02-13T16:27:16.040

Reputation: 248

Thank you mpeters. I had the same problem and your solution worked. – None – 2012-03-28T15:12:01.233

http://askubuntu.com/a/78781/11831 – forcefsck – 2012-07-30T14:18:40.710

4

From a terminal on Ubuntu 12.04 using GNOME 3:

sudo apt-get install network-manager-openvpn
sudo service networking restart

use + in network setting to add OpenVPN.

Prince

Posted 2012-02-13T16:27:16.040

Reputation: 41

2

Above the "Wired, Wireless and Network Proxy" options hava a + button, so you can add the VPN connection.

Felipe Tadeu S Barroso

Posted 2012-02-13T16:27:16.040

Reputation: 21

1

in my Debian 8/Gnome 3 enviroment I need also: network-manager-openvpn-gnome package, you should have then a "OpenVPN" option (Network settings, add: VPN, OpenVPN)

Massimiliano De Ruosi

Posted 2012-02-13T16:27:16.040

Reputation: 11