Linux OmniVPN® is currently a command line application supported on Ubuntu Bionic v18, Debian Buster V10 and above releases.
You can download the Linux OmniVPN® application at the Roqos apps page.
usage: roqos-sase [-h] (-c | -d | -s | -a | -v) [-u USERNAME] [-p PASSWORD] [-t TARGET] [-r] [-g GATEWAY] [-o OMNIVPNSERVER]
Command line interface to establish OmniVPN session to a Roqos Core device
optional arguments:
-h, --help show this help message and exit
-c, --connect start a Roqos SASE Client connection
-d, --disconnect end a Roqos SASE Client connection
-s, --status get status of a Roqos SASE Client connection
-a, --clear clear saved Roqos SASE Client configuration
-v, --version print Roqos SASE Client version
-u USERNAME, --username USERNAME
username for Roqos SASE Client connection
-p PASSWORD, --password PASSWORD
password for Roqos SASE Client connection
-t TARGET, --target TARGET
serial number of the target Roqos Core device
-r, --remember save username/password
-g GATEWAY, --gateway GATEWAY
specifies the application gateway and port (e.g. agw.roqos.com:443)
-o OMNIVPNSERVER, --omnivpnserver OMNIVPNSERVER
Roqos SASE Client OmniVPN server and port (e.g. sturn.roqos.com:8743)
Examples
- For prompt based connectivity
roqos-sase -c
roqos-sase --connect
- For a full command line based (non-prompted) connectivity
roqos-sase -c -u mike@acme.com -p secret -t RC2000xxxx -r
roqos-sase --connect --username mike@acme.com --password secret --target RC2000xxxx --remember
- To get status of an active connection
roqos-sase -s
roqos-sase --status
- To disconnect an active connection
roqos-sase -d
roqos-sase --disconnect
- To clear our all saved configurations and start afresh
roqos-sase -a
roqos-sase --clear