openvpn3-session-manage - OpenVPN 3 Linux - VPN Session
Management
openvpn3 session-manage [OPTIONS]
openvpn3 session-manage -h | --help
This command manages running VPN sessions.
- --log-level[=LEVEL]
- 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.
- --timeout SECS
- 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.
- -P,
--pause
- 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.
- -R,
--resume
- Resumes a suspended/paused VPN session.
- --restart
- This will trigger a complete reconnect of the VPN session.
- -D,
--disconnect
- 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.
- --cleanup
- Remove all stale sessions which have no VPN client backend process
running. These sessions typically have no status available.