tldr/pages/linux/f5fpc.md

25 lines
587 B
Markdown
Raw Normal View History

2018-03-15 06:56:34 +00:00
# f5fpc
2022-07-19 15:15:32 +01:00
> A proprietary commercial SSL VPN client by BIG-IP Edge.
> More information: <https://techdocs.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm-client-configuration-11-4-0/4.html>.
2018-03-15 06:56:34 +00:00
- Open a new VPN connection:
`sudo f5fpc --start`
2018-03-15 06:56:34 +00:00
- Open a new VPN connection to a specific host:
`sudo f5fpc --start --host {{host.example.com}}`
2018-03-15 06:56:34 +00:00
- Specify a username (user will be prompted for a password):
`sudo f5fpc --start --host {{host.example.com}} --username {{user}}`
2018-03-15 06:56:34 +00:00
- Show the current VPN status:
`sudo f5fpc --info`
2018-03-15 06:56:34 +00:00
- Shutdown the VPN connection:
`sudo f5fpc --stop`