mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:02:08 +02:00
23 lines
455 B
Markdown
23 lines
455 B
Markdown
# f5fpc
|
|
|
|
> A proprietry commercial SSL VPN client by BIG-IP Edge.
|
|
|
|
- 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`
|