Arch Linux: netctl and vpnc (Cisco VPN)
16 Dec 2015 in TIL
This is an example of how to connect to a Cisco VPN using netctl on Arch Linux.
First, install vpnc from Pacman. You'll also need the netctl-vpc package from AUR (I use yaourt for this)
bash
Next, create /etc/vpnc/vpn-<yourname>.conf with the following content:
bash
Create /etc/netctl/vpn-<yourname>.conf with the following content:
ini
Then run it:
bash
To stop the VPN, run
bash