Here is article on how to install the Cisco VPN client in OpenSuSE, sure you can use vpnc which is compatible with Cisco but I thought it would be a nice post.

Cisco Logo

First make sure that you are running kernel 2.6.22.13-0.3. Earlier versions of the kernel gave us problems during compile. Check your kernel version with:

# uname -r

Download version 4.8 of the client. You can download it from here: http://helpdesk.ugent.be/vpn/download/vpnclient-linux-x86_64-4.8.00.0490-k9.tar.gz. Earlier and later versions gave us problems and were not working. Our advice is to stick to version 4.8 for now.

Extract the downloaded file.

Download a patch for this client.

# wget http://tuxx-home.at/projects/cisco-vpnclient/vpnclient-linux-2.6.22.diff

Apply the patch:

# cd vpnclient
# patch -i ../vpnclient-linux-2.6.22.diff

Install the client:

# sudo ./vpn_install

Start the vpn service:

# sudo /etc/init.d/vpnclient_init start

Now you should be able to start the vpn service by:

# vpnclient connect yourPCFfile

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Share/Save/Bookmark

Print This Post Print This Post
If you like this article then subscribe to Linux and Open Source Blog and get the latest articles delivered to your Feedreader. If you want to recieve latest articles in your email click here.

Similar & Related Posts: