LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

f5fpc

F5 BIG-IP SSL VPN client

TLDR

Open a new VPN connection
$ 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 specific certificate
$ sudo f5fpc -s -x -t [https://host.example.com] -C [/path/to/cert.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 VPN connection
-o
Stop VPN connection
-i
Display connection status
-t url
VPN server URL
-x
Use browser-based authentication
-C cert
Client certificate file

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