VPN Forums
Technical Forums => VPN Client Setup Support => Topic started by: clueless on May 23, 2013, 01:43:44 AM
-
I am using VPNBook OpenVPN servers
I connected to their servers using this command
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?
-
To kill the OpenVPN process, execute the command below.
killall -SIGINT openvpn
More details about the signals here: http://openvpn.net/index.php/open-source/documentation/howto.html#control