VPN Problems with Mac OS X
Thursday, April 14th, 2011From time to time the VPN client integrated in Mac OS X keeps on failing to connect to our university VPN server. I searched for a long time and today I found the solution to restart the service without restarting my Mac (origin of the solution is here):
- Open a Terminal and search for the racoon process
Florian-Feldhauss-MacBook-Pro:~ ffeldhaus$ ps aux | grep racoon root 10495 0,0 0,0 2447088 672 ?? Ss So11am 0:02.27 /usr/sbin/racoon
- Now kill the racoon process
Florian-Feldhauss-MacBook-Pro:~ ffeldhaus$ sudo kill 10495
- At last, restart racoon
Florian-Feldhauss-MacBook-Pro:~ ffeldhaus$ sudo /usr/sbin/racoon