Skip to content

Instantly share code, notes, and snippets.

@iamvery
Created December 7, 2011 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iamvery/1441500 to your computer and use it in GitHub Desktop.
Save iamvery/1441500 to your computer and use it in GitHub Desktop.
Restart the Cisco VPN service in Mac OS 10.6ish
# See https://discussions.apple.com/thread/3173994?start=0&tstart=0
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.racoon.plist
sudo launchctl load /System/Library/LaunchDaemons/com.apple.racoon.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment