Connecting the dots…

Thoughts on Web and Personal Development

Cisco VPN on OSX

with one comment

This has happened to me far many times, so thought I might as well document it somewhere instead of having to search for the solution. So here’s the problem, you are on VPN and then you put the laptop to sleep, you wake it up later and try to make it connect to the VPN again and it complains there are no interfaces available to hookup to.
The exact error message is this:

Could not attach to driver. Is kernel module loaded?
The application was unable to communicate with the VPN sub-system.

The solution to this is the following set of commands:

1
2
3
4
5
# Shut down the FireWire network interface
sudo ifconfig fw0 down
# Restart the cisco vpn subsystem and verify that it works
sudo /System/Library/StartupItems/CiscoVPN/CiscoVPN restart &&  \
sudo /usr/local/bin/vpnclient autoinit

and then fire your vpnclient again, this time it works fine and asks you for your username and password.

Share:
  • Digg
  • del.icio.us
  • Google
  • Sphinn
  • Facebook
  • Mixx
  • LinkedIn
  • Ma.gnolia
  • StumbleUpon
  • TwitThis
  • Yahoo! Buzz

Written by rp

March 4th, 2008 at 1:55 pm

Posted in OSX

Tagged with , , ,

One Response to 'Cisco VPN on OSX'

Subscribe to comments with RSS or TrackBack to 'Cisco VPN on OSX'.

  1. This really was a life savior. Thanks a lot.

    - Shekar

    Shekar Tippur

    19 Jun 08 at 10:51 pm

Leave a Reply