Created
December 7, 2011 04:46
-
-
Save iamvery/1441500 to your computer and use it in GitHub Desktop.
Restart the Cisco VPN service in Mac OS 10.6ish
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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