8000 GitHub - hwipl/oc-daemon: A daemon wrapping the openconnect VPN client to provide enhanced functionality for corporate Linux clients
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A daemon wrapping the openconnect VPN client to provide enhanced functionality for corporate Linux clients

License

Notifications You must be signed in to change notification settings

hwipl/oc-daemon

 
 

Repository files navigation

OpenConnect Daemon

OpenConnect Daemon allows a user to connect to a Cisco AnyConnect VPN. It uses openconnect, Linux policy-based routing and nftables to support static as well as DNS-based exclusion of traffic from the tunnel (split tunneling) and prevention of unprotected network access on untrusted networks (Always-On VPN). The OpenConnect Daemon runs as systemd service and the user interacts with it using the oc-client tool.

Installation

Please see Installation for installation instructions.

Usage

You can connect to the VPN with your current settings with:

$ oc-client

or

$ oc-client connect

You can list VPN servers in your XML profile (/var/lib/oc-daemon/profile.xml) with:

$ oc-client list

You can show the current status with:

$ oc-client status

You can disconnect the VPN with:

$ oc-client disconnect

Please see Usage for more usage and configuration information.

Documentation

Please see the docs folder for user and development documentation.

About

A daemon wrapping the openconnect VPN client to provide enhanced functionality for corporate Linux clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.5%
  • Shell 0.5%
0