[CODE]dig short myip.opendns.com @resolver1.opendns.com host myip.opendns.com resolver1.opendns.com | grep "myip.opendns.com has" | awk '{print $4}'[/CODE] ok you can kill it by pressing control and c or else you can use [CODE]ps aux[/CODE] to find the PID of the openvpn instance and use [CODE]kill 9 [/CODE] to kill the process.