VPN Forums

Technical Forums => VPN Client Setup Support => Topic started by: clueless on May 23, 2013, 01:43:44 AM

Title: How to disconnect from OpenVPN on ubuntu?
Post by: clueless on May 23, 2013, 01:43:44 AM
I am using VPNBook OpenVPN servers

I connected to their servers using this command

Code: [Select]
sudo openvpn --config /etc/openvpn/vpnbook-udp-53.ovpn --auth-user-pass /etc/openvpn/password.txt
Now how can I stop the vpn connection without rebooting the my computer?
Title: Re: How to disconnect from OpenVPN on ubuntu?
Post by: timallen on May 23, 2013, 01:44:37 AM
To kill the OpenVPN process, execute the command below.

Code: [Select]
killall -SIGINT openvpn
More details about the signals here: http://openvpn.net/index.php/open-source/documentation/howto.html#control