Skip to content

Tag Archives: vpn

Using vpnc to connect to a Cisco VPN

03-Dec-09

Install vpnc, sudo apt-get install vpnc network-manager-vpnc Try a manual connect, sudo vpnc And provide the login details: IPSec gateway example.com IPSec ID my-group IPSec secret my-group-pwd IKE Authmode hybrid Xauth username my-username Xauth password my-password Copy the configuration into a new profile sudo cp /etc/vpnc/example.conf /etc/vpnc/myprofile.conf And edit it with your details. You may [...]