
Originally Posted by
ccin1492
Ok, an update. For some reason, the vpnc frontend doesn't work. I have
no idea why. However, I did get it to work from the cli. Here's what I did.
…
I hope this helps someone.
It did! Thanks a lot!
You forgot to mention to make the pcf2conf file executable and findable.
Summary:
Code:
> su -
# wget http://svn.unix-ag.uni-kl.de/vpnc/trunk/pcf2vpnc
# chmod a+x pcf2vpnc
# mv pcf2vpnc /usr/local/bin/
not as root in another shell:
Code:
> pcf2vpnc your.pcf > your.conf
as root again:
Code:
# cp your.conf /etc/vpnc/
# vpnc your
Bookmarks