1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
========
openvpn3
========
-------------------------------------------------------
OpenVPN 3 Linux - Administration Command Line Interface
-------------------------------------------------------
:Manual section: 8
:Manual group: OpenVPN 3 Linux
SYNOPSIS
========
| ``openvpn3-admin`` [ COMMAND ] [ OPTIONS ]
| ``openvpn3-admin`` [ COMMAND ] ``-h`` | ``--help``
| ``openvpn3-admin`` ``-h`` | ``--help`` | ``help``
DESCRIPTION
===========
The **openvpn3-admin** utility is a configuration tool for the OpenVPN 3
D-Bus services which supports management over D-Bus.
This utility is based upon a "command" approach, where the first argument
to **openvpn3-admin** will always be a command operator. Each of the
available commands have their own set of options.
COMMANDS
========
version ``[--services]``
Show program version information. If ``--services`` is
provided, it will show the version information for all available
OpenVPN 3 D-Bus backend services.
variables ``[--machine-id]``
Show various OpenVPN 3 Linux related variables.
``--machine-id`` shows the hosts machine-id and the source
used to derive the value. This value is sent to OpenVPN
servers in the IV_HWADDR variable.
init-config
Helper command to auto-detect some host specific
settings and configure OpenVPN 3 Linux accordingly.
log-service
Manage the OpenVPN 3 Log service
* D-Bus service: *net.openvpn.v3.log*
* Provided by: **openvpn3-service-log**\(8)
netcfg-service
Manage the OpenVPN 3 Network Configuration service
* D-Bus service: *net.openvpn.v3.netcfg*
* Provided by: **openvpn3-service-netcfg**\(8)
sessionmgr-service
Manage the OpenVPN 3 Session Manager service
* D-Bus service: *net.openvpn.v3.sessions*
* Provided by: **openvpn3-service-sessionmgr**\(8)
SEE ALSO
========
``openvpn3``\(1)
``openvpn3-admin-init-config``\(8)
``openvpn3-admin-journal``\(8)
``openvpn3-admin-log-service``\(8)
``openvpn3-admin-netcfg-service``\(8)
``openvpn3-admin-sessionmgr-service``\(8)
``openvpn3-admin-variables``\(8)
``openvpn3-service-log``\(8)
``openvpn3-service-netcfg``\(8)
``openvpn3-service-sessionmgr``\(8)
|