On Mac OS X <= 10.10, I could run the following command to open a VPN connection window:
function go-vpn { /usr/bin/env osascript <<-EOF tell applicatio
use shell script instead:
scutil --nc start "$service" #connect scutil --nc stop "$service" #disconnect