From Cisco VPN Client to vpnc
June 28th, 2008 by tripledes
I was looking for an easy way to take away the Cisco VPN client for an open source solution,
vpnc. It’s a quite simple solution, which allows to convert Cisco profile files to its own configuration format and just works.
First take you .pcf file and convert it:
pcf2vpnc /path/to/file.pcf > /etc/vpnc/file.conf
The file.conf will look like the [...]
Tags: cisco, Linux, vpn