Gnome Network Manager VPN Tab Disabled ( Greyed out )

by on May 26, 2011 · 10 comments· last updated at May 26, 2011

I've the NetworkManager service is installed and started under Linux desktop. The applet is running. The NetworkManager can display available network hardware and wireless networks. But, I'm unable to add VPN support as the Add tab is greyed out. I need to use both PPTP and Cisco vpn clients. How do I fix this problem under Debian or Ubuntu Linux?

The Gnome NetworkManager has pluggable support for VPN software, including Cisco compatible VPNs (using vpnc), openvpn, and Point-to-Point Tunneling Protocol (PPTP). You need to simply install the NetworkManager VPN plugin and configure the user's machines with the VPN's settings. The first time they connect, the user will be asked for their passwords.

Gnome Network Manager Cisco PPTP VPN Connections

Fig.01: Gnome Network Manager Cisco PPTP VPN Connections

The Add tab is greyed out when required plugins are not installed for Gnome NetworkManager. The following plugins should be installed under Debian / Ubuntu Linux:

 

  1. network-manager-openvpn and network-manager-openvpn-gnome - network management framework OpenVPN plugin GNOME GUI
  2. network-manager-pptp and network-manager-pptp-gnome - network management framework PPTP plugin GNOME GUI
  3. network-manager-strongswan - network management framework strongSwan ipsec vpn plugin
  4. network-manager-vpnc and network-manager-vpnc-gnome - network management framework (VPNC plugin GNOME GUI)

To install all of the above plugins use the apt-get command as follows:
$ sudo apt-get install network-manager-openvpn network-manager-pptp network-manager-vpnc
The following plugins should be installed under RHEL / Fedora / CentOS / Scientific Linux / Red Hat Enterprise Linux desktop systems:

  1. NetworkManager-openvpn : NetworkManager VPN plugin for OpenVPN
  2. NetworkManager-pptp : NetworkManager VPN plugin for pptp
  3. NetworkManager-vpnc : NetworkManager VPN plugin for vpnc

To install all of the above plugins use the yum command as follows:
# yum install NetworkManager-vpnc NetworkManager-pptp NetworkManager-openvpn
Now, you can add vpn connection to your system using NetworkManager itself. You may need to restart the NetworkManager as follows:
# /etc/init.d/network-manager restart

Fig.02: Linux Gnome Desktop Cisco PPTP VPN Client Support Added

Fig.02: Linux Gnome Desktop Cisco PPTP VPN Client Support Added



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 10 comments… read them below or add one }

1 Al. June 9, 2011 at 8:52 am

The full command line for Debian / Ubuntu should actually be:

$ sudo apt-get install network-manager-openvpn network-manager-pptp network-manager-pptp-gnome network-manager-vpnc

The Gnome PPTP GUI plugin was missing ;-)

Reply

2 Mike E December 28, 2011 at 4:31 pm

Thanks Al

Reply

3 Marcio September 16, 2011 at 3:22 pm

Tks man.

It works fine on debian squeeze.

Reply

4 satyam October 7, 2011 at 8:20 am

i have followed your steps for centos6 but the button is still inactive.

Reply

5 Seba November 28, 2011 at 8:02 am

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

The Gnome VPNC GUI plugin was missing to :)

Reply

6 Gerardo January 20, 2012 at 7:31 am

Thank you very much works great!. How did you find out that it needed some extra packages?

Reply

7 guang March 16, 2012 at 10:31 am

Thanks, this is really helpful.

I found NetworkManager-openvpn package from EPEL repository:
http://fedoraproject.org/wiki/EPEL

Reply

8 HD October 29, 2012 at 2:33 pm

Hello, thanks fot howto, but I followed all steps and the “Apply” button is styl grey :( using fresh install Ubuntu 12.10

Reply

9 Christoforo November 9, 2012 at 8:36 am

On Debian 7 (wheezy) don’t work.

Reply

10 Upload March 16, 2013 at 6:24 pm

On Debian 7 (wheezy) you must install: sudo apt-get install network-manager-openvpn-gnome

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as: , , , , , , , , , , , , , , , , , , ,

Previous Faq:

Next Faq: