9

I just switched over to Debian from Ubuntu and I can't seem to figure out how to add a VPN connection through network manager. When I select the VPN tab from Edit Connections the Add button is disabled.

I'm running a fresh install of Debian 6.0.1 Already install the the Cisco VPN client (network-manager-vpnc).

Any pointers would be great.

3 Answers3

6

It's not seeing the VPN manager you have installed. Once you install one that's supported, like openvpn, the Add button will be enabled.

Blomkvist
  • 2,939
4

You have to install the network manager:

sudo aptitude install network-manager-vpnc

As well as the gnome client:

sudo aptitude install network-manager-vpnc-gnome
Sileria
  • 139
0

On @Sileria answer, Also you have to install the network manager and gnome client for PPTP connection type:

sudo aptitude install network-manager-pptp network-manager-pptp-gnome
shgnInc
  • 445