Cisco VPN Client on SuSE 9.2

I did the following to get the Cisco VPN Client V4.8 working on SuSE 9.2

  1. Download and install the kernel source using YaST2
  2. cd /usr/src/linux (or the location of your kernel source)
  3. make mrproper
  4. make cloneconfig
  5. make prepare-all
  6. Download and extract the VPN client software
  7. Download the source patch for the VPN client (why patch?)
  8. cd to the VPN client software directory (e.g. /tmp/vpnclient)
  9. copy the patch to the vpnclient directory
  10. patch < vpnclient-linux-4.7.00.0640-k9_kernel-2.6.14-1.1637_FC4.patch (you'll see 2 errors)
  11. ./vpn_install and use all the defaults
  12. Start the service:  /etc/init.d/vpnclient_init start
  13. If you have a .pcf file, copy it to /etc/CiscoSystemsVPNClient/Profiles/
  14. Connect by doing the following: vpnclient connect (do not include the .pcf extension)

References

No comments yet. Be the first.

Leave a reply

You must be logged in to post a comment.