Is there any way to kill an OpenVPN connection with a Linux command or Perl command?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
hi guys after couple of search, i found a way in endian firewall for disconnect a connection use:
but first u should disable user i hope for others it's be useful |
|||
|
|
|
If you are starting OpenVPN automatically as a service at boot time, the cleanest way would be to do:
from the command line (or exec it from perl)
You could kill it directly as other suggest, but using the provided method to stop the service will do any addition cleanup that OpenVPN needs (e.g., cleaning up lock files, run pid files, etc.) AFIAK killing OpenVPN will be fine in the current version, but who knows for a future version. |
|||
|
|
