xenial (8) occtl.8.gz

Provided by: ocserv_0.10.11-1build1_amd64 bug

NAME

       occtl - OpenConnect VPN server control

SYNOPSIS

       Openconnect VPN server control (occtl) is a tool to control the ocserv VPN server.

DESCRIPTION

       This  a  control  tool that can be used to send commands to ocserv. When called without any arguments the
       tool can be used interactively, where each command is entered on a command prompt; alternatively the tool
       can  be  called  with  the  command  specified as parameter. In the latter case the tool's exit code will
       reflect the successful execution of the command.

OPTIONS

       -s file, --socket-file=file
              Specify the server's occtl socket file.

              This option is only needed if you have multiple servers.

       -j, --json
              Output will be JSON formatted.

       -n, --no-pager
              No pager will be used over output data.

       -h, --help
              Display usage information and exit.

       -!, --more-help
              Pass the extended usage information through a pager.

       -v [{v|c|n --version [{v|c|n}]}]
              Output version of program and exit.  The default mode is `v', a simple version.  The `c' mode will
              print copyright information and `n' will print the full copyright notice.

IMPLEMENTATION NOTES

       This tool uses unix domain sockets to connect to ocserv.

EXIT STATUS

       One of the following exit values will be returned:

       0  (EXIT_SUCCESS)
              Successful program execution.

       1  (EXIT_FAILURE)
              The operation failed or the command syntax was not valid.

       70  (EX_SOFTWARE)
              libopts    had    an    internal    operational    error.     Please   report   it   to   autogen-
              users@lists.sourceforge.net.  Thank you.

SEE ALSO

       ocserv(8)

AUTHORS

       Nikos Mavrogiannopoulos

       Copyright (C) 2014, 2015 Red Hat all rights reserved.  This program is released under the  terms  of  the
       GNU General Public License, version 2.

BUGS

       Please send bug reports to: openconnect-devel@lists.infradead.org

NOTES

       This manual page was AutoGen-erated from the occtl option definitions.