From c0405e1a2812868d7923d68b01e7c0dee44c0afa Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 5 Sep 2018 11:26:58 -0400 Subject: [PATCH] Update iiab-remote-on.j2 --- roles/openvpn/templates/iiab-remote-on.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openvpn/templates/iiab-remote-on.j2 b/roles/openvpn/templates/iiab-remote-on.j2 index 45c48f228..6f6c8104a 100644 --- a/roles/openvpn/templates/iiab-remote-on.j2 +++ b/roles/openvpn/templates/iiab-remote-on.j2 @@ -7,8 +7,8 @@ if [ $? -ne 0 ]; then echo Cannot find the OpenVPN program (openvpn). exit 1 fi -systemctl enable openvpn@xscenet.service -systemctl start openvpn@xscenet.service +systemctl enable openvpn +systemctl start openvpn sleep 5 ping -c 2 {{ openvpn_server_virtual_ip }} # 10.8.0.1