Hi,
When I start up my mac and want to open openVPN i'm Getting a connection timeout with a "Error calling protect() method on socket: 30 times"
When I reinstall the openVPN, then it works great, no time out. I can quit and open again, no problem. But as soon as I shut down my mac and start up, the openVPN app will not run anymore, I need toe reinstall it.
I also tried to completely uninstall openVPN and install again. Same problem as above. I used other versions, did not work, keep having the problem.
I work with OSX 13.2.1
Installed version of openVPN connect 3.4.2.4547
Tried version: 3.4.1.4522
and version: 3.3.6.4368
Does anyone know what the problem is?
thanks already
openVPN only works after reinstall
-
- OpenVpn Newbie
- Posts: 1
- Joined: Wed Mar 29, 2023 8:55 am
-
- OpenVPN User
- Posts: 20
- Joined: Fri Feb 17, 2023 5:15 pm
Re: openVPN only works after reinstall
Sounds like the openVPN connect launch daemon is not working.
Can you run the following command in the terminal and see if you get an output:
If there are no outputs then you can try loading it manually via the command:
But, in case if it will stop working again you may want to check if there is any other 3rd party application that is preventing the ovpn client agent from starting.
Can you run the following command in the terminal and see if you get an output:
Code: Select all
sudo launchctl list | grep org.openvpn.client
Code: Select all
sudo launchctl load /Library/LaunchDaemons/org.openvpn.client.plist