Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am trying to install Cisco VPN client 4.0.4A on Mandrake Linux 10.1 with kernel 2.6.8
I followed all the instructions to make it work and one fine day it suddenly stopped working.
When I do vpnclient connect myvpn It gives me error:
Could not attach to driver. Is kernel module loaded?
The application was unable to communicate with the VPN sub-system.
I then tried to re-install it and when I perform the following action
/etc/init.d/vpnclient_init start to start the service, I get the insmod error saying
insmod: error inserting '/lib/modules/2.6.8.1-12mdk/CiscoVPN/cisco_ipsec.ko': -1 File exists
I am not getting now what to do. the module cisco_ipsec does not show up in lsmod or in modprobe -l command.
Try running the insmod command directly from your shell. With any luck there will be an error message that states what the problem is. Have you perhaps updated your kernel recently but not updated that particular module?
After trying the module insertion does "dmesg' command give you more info about what's wrong?
you can also try 'modinfo /lib/modules/2.6.8.1-12mdk/CiscoVPN/cisco_ipsec.ko' to see if the module accepts a debug option
There is no debug option provided with the module itself.
Is there any other way to check what might be going wrong? any log messgeses for system activities or so?
It was the order of starting of the service at boot-up. the networking service should start after the vpn service starts. I changed the order in /etc/rc5.d/. Now the vpn service starts before the network service.
And now its working for me !!
I received few responses saying they were facing the same issue. Lets hope the solution will help them as well.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.