mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
10.8.0.1 -> openvpn_server_virtual_ip
This commit is contained in:
parent
bc6b4e451b
commit
c84b5bd87d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ systemctl enable openvpn@xscenet.service
|
|||
systemctl start openvpn@xscenet.service
|
||||
|
||||
sleep 5
|
||||
ping -c 2 10.8.0.1
|
||||
ping -c 2 {{ openvpn_server_virtual_ip }} # 10.8.0.1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo OpenVPN successfully started.
|
||||
else
|
Loading…
Add table
Reference in a new issue