Erin Mulder on 22 Mar 2007 15:59:52 -0000 |
Alex Launi wrote: > Does anyone have any experience connecting to a cisco vpn with linux? I > tried vpnc but I couldn't figure it out. Network manager claims to > support cisco vpn files (.pcf) but when I imported that file it still > could not connect. --Alex Launo I just got the 4.6 version of the Cisco VPN client working on SuSE 10 this morning and was able to successfully connect to a remote (SecurID-using) network. I may be forgetting something, but I think the major steps were: 1. tar xzf vpnclient-linux-4.6.02.0030-k9.tar.gz 2. cd vpnclient 3. sudo ./vpn_install 4. sudo /etc/init.d/vpnclient_init start 5. cd /etc/CiscoSystemsVPNClient/Profiles 6. cp sample.pcf somename.pcf 7. vi somename.pcf (configure it for your network) 8. sudo chmod 4111 /opt/cisco-vpnclient/bin/cvpnd 9. vpnclient connect somename 10. (login with username and password) Cheers, Erin ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|