Scroll to navigation

OPENVPN3-SESSION-MANAGE(1) OpenVPN 3 Linux OPENVPN3-SESSION-MANAGE(1)

NAME

openvpn3-session-manage - OpenVPN 3 Linux - VPN Session Management

SYNOPSIS

openvpn3 session-manage [OPTIONS]
openvpn3 session-manage -h | --help

DESCRIPTION

This command manages running VPN sessions.

OPTIONS

Print usage and help details to the terminal
Required. D-Bus session path to the currently running session to manage. Use openvpn3 sessions-list to retrieve a list of available session D-Bus paths.
Alias for --path.
Can be used instead of --path where the configuration profile name is given instead. The CONFIG_NAME must be the configuration name which was active when the session was started. Available configuration names can be found via openvpn3 sessions-list.
Can be used instead of --path where the tun interface name managed by OpenVPN 3 is given instead.

View/change the log-level for this session. This will have an instant impact on the log level next time there are new log events from the VPN session. If no new log level is given, only the current log level will be shown.

Defines how long it will attempt to re-establish the connection when restarting or resuming a session. Default is to never time out. If a timeout is not provided, the connection re-establishing will happen in the background.
Suspends/pauses the running VPN session. This is not a complete shutdown and can be used to temporarily disconnect with the intention to later re-establish the VPN tunnel. This will in most cases not require re-entering any credentials.
Resumes a suspended/paused VPN session.
This will trigger a complete reconnect of the VPN session.
This is a final connection disconnect. This will remove the session in the session manager. This can also be used to remove stray VPN sessions which did not complete successfully by itself. Once disconnected, if connection statistics is available it will be printed to the terminal.
Remove all stale sessions which have no VPN client backend process running. These sessions typically have no status available.

SEE ALSO

openvpn3(1) openvpn3-session-acl(1) openvpn3-session-manage(1) openvpn3-session-stats(1) openvpn3-sessions-list(1)