If you want to configure cisco VPN on ubuntu 9.0.4 is very easy now.You don’t need to install the Cisco VPN client – NetworkManager includes support for Cisco IPSec VPNs.NetworkManager attempts to keep an active network connection available at all times. It is intended primarily for laptops where it allows easy switching betwen local wireless networks, it’s also useful on desktops with a selection of different interfaces to use. It is not intended for usage on servers.
This package provides a VPN plugin for vpnc, providing easy access Cisco Concentrator based VPN’s.
You need to install network-manager-vpnc using the following command
sudo apt-get install network-manager-vpnc
Configure your VPN connection from Click on the NetworkManager icon in the system tray, VPN Connections -> Configure VPN
Follow onscreen instructions.
ps:
> IPSec gateway [hostname or ip address of vpn concentractor]
> IPSec ID [group name]
> IPSec secret [group password]
> Xauth username [username]
> Domain [domain name]
>
> 以上内容可以询问vpn管理员,也可以对照cisco vpn client软件的配置文件
> 进行相应的设置,设置条目的对应关系如下:
>
> IPSec gateway --> Host
> IPSec ID --> GroupName
> IPSec secret --> enc_GroupPwd
> Xauth username --> Username
> Domain --> NTDomain
