Page 1 of 1

open mulitple connection

Posted: Wed Aug 29, 2018 1:25 pm
by trex1974
How to ...

i want to make a batch file to open first a vpn connection and after it has connected then another one

if i enter in a batch file :

openvpn config.ovpn
its connects

but then i am not able to run the second connection because the batch file stops after the fisrt connenction

somebody knows how to do this ?

Re: open mulitple connection

Posted: Sun Oct 21, 2018 10:06 pm
by whoami
It would be ghetto, but what about

Code: Select all

timeout 30
between the commands? or how ever many seconds you need your script to wait before making the 2nd connection? This is only a guess... I've never wrote a batch script for a vpn connection.