Simple CLI wrapper for Cisco and F5 VPN clients.
Go to file
Rob Pearce b0e4af1c2f add requirements to readme 2023-10-11 11:53:25 +11:00
README.md add requirements to readme 2023-10-11 11:53:25 +11:00
cvpn Move to openconnet + vpnslice 2023-10-11 11:43:11 +11:00
cvpn.png Add screenshot 2023-10-11 11:51:03 +11:00

README.md

Overview

speeddiff

Simple CLI wrapper for Cisco's Anyconnect client and F5's BIG-IP VPN client.

Requirements

Usage

rob@crom:cvpn$ cvpn -h
${PATH}/cvpn [OPTIONS] on|off [vpnname]

Wrapper for cisco anyconnect 'vpn' script.

       -h            show this help
       -p profile    Use selected connection profile
       -c file       Use selected config file (default is /Users/rob/.vpn/config)

Config file format:
   #Specify default profile like this:
   #default:myvpn2
   #Profile,Username,Password,VPNGroup,Vendor,ServerIP,VPNRoutes,ServerCert(for Cisco, script will obtain this and auto-update config file )
   # Cisco VPNs, group is optional
   myvpn1,username_1,password_1,vpngroup_1,cisco,3.3.3.3,10.0.0.0/24 192.168.0.0/24,
   myvpn2,username_2,password_2,vpngroup_2,cisco,1.1.1.1,172.16.0.0/12,
   # F5 VPNs
   myvpn3,username_3,password_3,,f5,1.2.3.4