Hi - I haven't tested this extensively, but I noticed that with the OpenVPN addon whenever I connect via "Open Session" to a remote OpenVPN server and then do a "Close Session" on the VPN object, it simply kills the openvpn-gui binary.
The problem is that I pull kinda of 20-30 routes from the server, and without a proper disconnection I'm having a dirty routing table.
Is there any way to terminate with a disconnection the openvpn session and just then kill the binary?
Thanks!
Hi,
Do you know if there is command line that can be executed for that ? It's me that did the add-on, but maybe you could call something just before?
David Hervieux
It appears that there's no way to disconnect an OpenVPN session via CLI, and that's simply a shame. I guess I'll have to play with a script that stores the routes before the VPN and then restores them when the session is closed.
Thanks anyway!