Template:VPN/Setup/Systemd

From Kicksecure
Revision as of 00:31, 10 December 2018 by 127.0.0.1 (Format `CodeSelect`)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Create the OpenVPN systemd service file.

Click = Copy Copied to clipboard! sudo cp /lib/systemd/system/openvpn@.service /lib/systemd/system/openvpn@openvpn.service

Enable the OpenVPN systemd service file.

Click = Copy Copied to clipboard! sudo systemctl enable openvpn@openvpn

Start the OpenVPN systemd service.

Click = Copy Copied to clipboard! sudo systemctl start openvpn@openvpn

Check the OpenVPN systemd service status.

Click = Copy Copied to clipboard! sudo systemctl status openvpn@openvpn