snippetbashTip
f5fpc — A proprietary commercial SSL VPN client by BIG-IP Edge. More information: <https://my.f5.com/manage/
Viewed 0 times
commandclientproprietarycommercialclivpnf5fpcssl
linux
Problem
How to use the
f5fpc command: A proprietary commercial SSL VPN client by BIG-IP Edge. More information: <https://my.f5.com/manage/s/article/K47922841>.Solution
f5fpc — A proprietary commercial SSL VPN client by BIG-IP Edge. More information: <https://my.f5.com/manage/s/article/K47922841>.Open a new VPN connection:
sudo f5fpc --startOpen a new VPN connection to a specific host:
sudo f5fpc --start --host {{host.example.com}}Specify a username (user will be prompted for a password):
sudo f5fpc --start --host {{host.example.com}} --username {{user}}Show the current VPN status:
sudo f5fpc --infoShutdown the VPN connection:
sudo f5fpc --stopCode Snippets
Open a new VPN connection
sudo f5fpc --startOpen a new VPN connection to a specific host
sudo f5fpc --start --host {{host.example.com}}Specify a username (user will be prompted for a password)
sudo f5fpc --start --host {{host.example.com}} --username {{user}}Show the current VPN status
sudo f5fpc --infoShutdown the VPN connection
sudo f5fpc --stopContext
tldr-pages: linux/f5fpc
Revisions (0)
No revisions yet.