mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update iiab-remote-on.j2
This commit is contained in:
parent
645954fff5
commit
c0405e1a28
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue