Forrest logo
back to context overview

openvpn3

List of commands for openvpn3:

  • openvpn3:tldr:0849e openvpn3: Start a new VPN session.
    $ openvpn3 session-start --config ${path-to-config-conf}
    try on your machine
    explain this command
  • openvpn3:tldr:64625 openvpn3: Disconnect the currently established session started with given configuration.
    $ openvpn3 session-manage --config ${path-to-config-conf} --disconnect
    try on your machine
    explain this command
  • openvpn3:tldr:78afa openvpn3: List imported configurations.
    $ openvpn3 configs-list
    try on your machine
    explain this command
  • openvpn3:tldr:9b04a openvpn3: Import VPN configuration.
    $ openvpn3 config-import --config ${path-to-config-conf}
    try on your machine
    explain this command
  • openvpn3:tldr:ed079 openvpn3: List established sessions.
    $ openvpn3 sessions-list
    try on your machine
    explain this command
back to context overview