++delay
This commit is contained in:
parent
13257ad00b
commit
7472aeebf3
2 changed files with 6 additions and 4 deletions
|
@ -125,7 +125,8 @@ EOF
|
||||||
# ensure viirb is back
|
# ensure viirb is back
|
||||||
# ensure viirb network is up and running - bridge takes a bit of time
|
# ensure viirb network is up and running - bridge takes a bit of time
|
||||||
# ensure viirb gives out ipv6 address
|
# ensure viirb gives out ipv6 address
|
||||||
sleep 30
|
# Found: 30s is not enough for full reconfiguration
|
||||||
|
sleep 60
|
||||||
|
|
||||||
# change to ipv6
|
# change to ipv6
|
||||||
viirb_ip=${my_lan_ip}
|
viirb_ip=${my_lan_ip}
|
||||||
|
|
|
@ -55,8 +55,9 @@ git push
|
||||||
cdist config -vv -j8 ${vpn_endpoint_host} -c ${dot_cdist}
|
cdist config -vv -j8 ${vpn_endpoint_host} -c ${dot_cdist}
|
||||||
|
|
||||||
# Test that the VPN connection is established
|
# Test that the VPN connection is established
|
||||||
|
# Might take longer due to reboot
|
||||||
sleep 10
|
sleep 10
|
||||||
|
|
||||||
ping -c3 ${my_wireguard_ip}
|
ping -c10 ${my_wireguard_ip}
|
||||||
ping -c3 ${my_lan_ip}
|
ping -c10 ${my_lan_ip}
|
||||||
ping -c3 ${my_wifi_ip}
|
ping -c10 ${my_wifi_ip}
|
||||||
|
|
Loading…
Reference in a new issue