Description: OpenVPN does not auto-connect to the server/machine when It's rebooted after the installation of Linux Connector / OpenVPN 3 Client for Linux
Cause: If you encounter this, It is possible that the OpenVPN3 service is not auto-start or disabled in the system
Resolution: The following commands will verify that the OpenVPN3 service is not auto-start or disabled in the system, will make It auto-start in the system, and run the service when It's stopped.
sudo systemctl status openvpn3-autoload.service
sudo systemctl enable openvpn3-autoload.service
sudo systemctl start openvpn3-autoload.service
Verify the status of the service that It's auto-start or auto-load in the system
sudo systemctl status openvpn3-autoload.service
Comments
0 comments
Please sign in to leave a comment.