Here's the script, supplied by @kpa Run before trying to connect. It
will loop round until it can bring up the VPN and then finish. It works
for me. #!/bin/bash echo "Try to connect to the VPN now" x=99 while [ $x
-ne 0 ] do echo "Waiting for VPN con...