Skip to content

Instantly share code, notes, and snippets.

@cy920820
Last active May 31, 2024 06:07
Show Gist options
  • Save cy920820/35b99c6a8388f56fa729fcc830d1bedd to your computer and use it in GitHub Desktop.
Save cy920820/35b99c6a8388f56fa729fcc830d1bedd to your computer and use it in GitHub Desktop.
resolve openvpn not working on mac os

Open your terminal and paste that command:

sudo launchctl list | grep org.openvpn.client

If you see no output after launching that command - problenis in the OpenVPN Launch Daemon. Paste another command to launch it:

sudo launchctl load /Library/LaunchDaemons/org.openvpn.client.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment