Friday, December 21, 2007

Cisco VPN and Linux WiFi

I've been getting rather sporadic success using the Cisco VPN on my Linux laptop.
Through a little experimenting, it appears to have something to do with the wireless daemons running.

So, I've made a little VPN start-up script to reset everything.
So far, it appears to work 100%, woohoo!

#!bin/bash

sudo /etc/init.d/waproamd stop
sudo /etc/init.d/wifi-radar stop
sudo /etc/init.d/wpa-ifupdown stop
sudo /etc/init.d/xsupplicant stop

sudo /sbin/dhclient

sudo vpnclient connect MyKey.pcf user myUserName pwd myPassword

permalink
Links to this post

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Links to this post on: