BigSea'Blog

身体下地狱,眼睛上天堂,心灵回故乡。走在路上,那是痛苦的幸福;走过之后,是幸福的痛苦。

Cisco VPN tip for Ubuntu 9.0.4 (Jaunty) users

No Comments | Unix/Linux技术 | by bigsea | 1881 Views. | 2009, July 1, 12:36 AM

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

上一篇: 推荐阅读:尼古拉.特斯拉
下一篇: 谷歌官方解析 Chrome 操作系统

相关文章