mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
616 B
Plaintext
30 lines
616 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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 --start`
|
|
|
|
- Open 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 --info`
|
|
|
|
- Shutdown the VPN connection:
|
|
|
|
`sudo f5fpc --stop`
|