Netwatch > Add > Down Script
:do {
/int pptp-c disable <pptp-profile>
/delay 5
/int pptp-c enable <pptp-profile>
/delay 5
} while=( [/ping <checking-ip> count=5] = 0 );
Just notes from my thoughts
Netwatch > Add > Down Script
:do {
/int pptp-c disable <pptp-profile>
/delay 5
/int pptp-c enable <pptp-profile>
/delay 5
} while=( [/ping <checking-ip> count=5] = 0 );