Tags
There are no tags for this page.
Incoming Links
There are no pages that link to this page yet.
Attachments
Dobrica Pavlinušić's random unstructured stuff
Cisco VPN
Use vpnc instead of Cisco VPN client
Source
svn co http://svn.unix-ag.uni-kl.de/vpnc/trunk vpnc
cd vpnc
make
sudo make install
Support template
pcf2vpnc Support_template.pcf > /etc/vpnc/foobar.conf
Hash password security, eh?
Start connection
sudo /usr/local/sbin/vpnc --no-detach --debug 2 foobar
Fix routes
I didn't like that all my traffic was going over VPN
sudo route del default
route add default gw 192.168.1.1
route add -net 192.168.4.0 netmask 255.255.255.0 dev tun0
|