Hi
I am new to VPN.
I am using OpenVPN client on PC running Linux.
I wonder how I end the openVPN session from a command line?
Thanks in advance.
How to end session from client side
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
-
- OpenVpn Newbie
- Posts: 2
- Joined: Tue Aug 30, 2011 7:42 pm
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: How to end session from client side
if you're running
and it remains running in the foreground then simply press 'Ctrl+C'
If openvpn is configured to daemonize itself then a
will most certainly do the trick, although it is a 'shotgun' method.
Code: Select all
openvpn --config ....
If openvpn is configured to daemonize itself then a
Code: Select all
killall openvpn
-
- OpenVpn Newbie
- Posts: 2
- Joined: Tue Aug 30, 2011 7:42 pm
Re: How to end session from client side
Thank you very much.
It was helpfull.
It was helpfull.