From 442f7480aa84f397280c4eab33313aedba8b08c2 Mon Sep 17 00:00:00 2001 From: bakeromso <43439704+bakeromso@users.noreply.github.com> Date: Fri, 1 Apr 2022 16:52:42 +0200 Subject: [PATCH] Update vpn.md updated openVPN disable commands (from https://community.openvpn.net/openvpn/wiki/OpenVPN-systemd-use) --- docs/configuration/vpn.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration/vpn.md b/docs/configuration/vpn.md index 0988cb8..2df9b37 100644 --- a/docs/configuration/vpn.md +++ b/docs/configuration/vpn.md @@ -110,7 +110,8 @@ Before proceeding, you will need to download a copy of your VPN provider's confi Disable any auto-starting service that comes with the software package. For example for OpenVPN. - sudo systemctl disable openvpn.service + sudo systemctl disable openvpn-server@.service + sudo systemctl disable openvpn-client@.service 2. Set up and test the VPN client. Make sure the VPN VM and its TemplateVM is not running.