I have the following VPN credentials that work perfectly from OS X:

Server Address: vpn.somewhere.com
Account Name: jbieber
Password: babybaby
Shared Secret: welovebieber

On Ubuntu 10.10, I can access the VPN settings from

System > Preferences > Network Connections > VPN

The above GUI has the following fields but I can't find any field for Shared Secret

Gateway:
User name:
Password:
NT Domain:

Has anyone successfully connected to VPN on Ubuntu with a Shared Secret?

EDIT:

I chose PPTP for the protocol.

link|improve this question

You cannot set up a VPN without knowing exactly what protocol is being used (OpenVPN, PPTP, Cisco, L2TP, ...) – grawity Jan 24 '11 at 16:06
feedback

1 Answer

up vote 0 down vote accepted

I use vpnc. Install it:

sudo apt-get install network-manager-vpnc

Run it:

sudo vpnc

Enter connection data:

* IPSEC gateway: the hostname or IP of the VPN server
* IPSEC ID: the groupname
* IPSEC secret: the shared password for the group
* your username
* your password

You should also see a new option under System > Preferences > Network Connections > VPN to add a Cisco Compatible VPN

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.