tell application "Tunnelblick"
connect "Your_existing_Tunneblick_vpn_name"
get state of first configuration where name = "Your_existing_Tunneblick_vpn_name"
repeat until result = "CONNECTED"
delay 1
get state of first configuration where name = "Your_existing_Tunneblick_vpn_name"
end repeat
end tell
osascript mytunnelblick.scpt &
ping host in vpn network
check /var/log/system.log for details
thank you so much for your code.
and than.
how to run disconnect.