LinuxCommandLibrary

f5fpc

F5 BIG-IP SSL VPN client

TLDR

Open a new VPN connection

$ sudo f5fpc --start
copy
Open VPN connection to specific host
$ sudo f5fpc --start --host [host.example.com]
copy
Specify username
$ sudo f5fpc --start --host [host.example.com] --username [user]
copy
Show current VPN status
$ sudo f5fpc --info
copy
Shutdown VPN connection
$ sudo f5fpc --stop
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

--start

Start VPN connection
--stop
Stop VPN connection
--info
Display connection status
--host hostname
VPN server hostname
--username user
Username for authentication

CAVEATS

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

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community