Archive for July, 2007
July 20, 2007
links for 2007-07-21
July 12, 2007
links for 2007-07-13
July 11, 2007
Cisco VPN on Ubuntu Notes
Just a few notes on getting the Cisco VPN to work on Ubuntu
- Excellent step by step instructions here
- Make sure that all the profiles in /etc/opt/cisco-vpnclient/Profiles/ are readable and writable by all users (chmod a+rw *.pcf)
- Disable all unused network interfaces. For example, when I used my wifi card (eth1), I disabled the wired interface (eth0) with “ifconfig eth0 down”