[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/Linux/distr/salix/sbo/15.0/network/ocserv/
 
Current bandwidth utilization 1399.57 Mbit/s
Bandwidth utilization bar
Contents of README:
The OpenConnect VPN server (ocserv) is an open source Linux SSL VPN
server designed for organizations that require a remote access VPN with
enterprise user management and control. It follows the openconnect
protocol and is the counterpart of the openconnect VPN client. It is
also compatible with CISCO's AnyConnect SSL VPN.

The OpenConnect VPN is less vulnerable to detection than OpenVPN, IPSec,
and WireGuard because it looks like a normal https connection (if udp is
not used).

The program consists of:

1. ocserv, the main server application
2. occtl, the server's control tool. A tool which allows one to query
   the server for information.
3. ocpasswd, a tool to administer simple password files.

A user and group "ocserv" must exist prior to running this script.
To create them run as root:
  groupadd -g 382 ocserv
  useradd -u 382 -g 382 -s /sbin/nologin -M ocserv


In order to start ocserv at boot and stop it properly at shutdown,
make sure rc.local and rc.local_shutdown contain the following lines:

  /etc/rc.d/rc.local
  ==================
  # Start ocserv
  if [ -x /etc/rc.d/rc.ocserv ]; then
    /etc/rc.d/rc.ocserv start
  fi

  /etc/rc.d/rc.local_shutdown
  ===========================
  # Stop ocserv
  if [ -x /etc/rc.d/rc.ocserv ]; then
    /etc/rc.d/rc.ocserv stop
  fi

Icon  Name                                    Last modified      Size  
[DIR] Parent Directory - [TXT] README 10-Feb-2024 10:22 1.3K [   ] doinst.sh 10-Feb-2024 10:22 478 [TXT] ocserv.SlackBuild 10-Feb-2024 10:22 3.5K [TXT] ocserv.conf 10-Feb-2024 10:22 33K [   ] ocserv.info 10-Feb-2024 10:22 339 [TXT] rc.ocserv 10-Feb-2024 10:22 781 [TXT] slack-desc 10-Feb-2024 10:22 1.0K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!