LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

f5fpc

F5 BIG-IP SSL VPN client

TLDR

Open a new VPN connection (skipping CA check)
$ sudo f5fpc -s -x -t [https://host.example.com]
copy
Show current VPN status
$ sudo f5fpc -i
copy
Shutdown VPN connection
$ sudo f5fpc -o
copy
Connect with username and password
$ sudo f5fpc -s -t [https://host.example.com] -u [username] -p [password]
copy
Connect with specific certificate
$ sudo f5fpc --start --host [https://host.example.com] --cert [/path/to/cert.pem] --key [/path/to/key.pem]
copy

SYNOPSIS

f5fpc [options]

DESCRIPTION

f5fpc is the F5 BIG-IP Edge Client for SSL VPN connections. It establishes secure VPN tunnels to F5 network access servers.Proprietary commercial VPN client for enterprise networks.

PARAMETERS

-s, --start

Start VPN connection (returns to shell immediately)
-o, --stop
Stop VPN connection
-i, --info
Display connection status
-t, --host url
VPN server URL [https://]hostname[:port] (required for --start)
-u, --user username
Username for authentication
-p, --password password
Password for authentication
-r, --cert file
Client certificate file
-k, --key file
Client certificate key file
-a, --cacert file
Trusted CA certificate
-x, --nocheck
Skip trusted CA certificate verification
-b, --nonblock
Non-blocking mode
-h, --help
Display help

CAVEATS

Proprietary software from F5 Networks. Requires root privileges. May require browser-based initial authentication. Not available in standard package repositories.

SEE ALSO

Copied to clipboard
Kai