mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 12:48:33 +00:00
Update cheatsheets
This commit is contained in:
29
linux/f5fpc
Normal file
29
linux/f5fpc
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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://techdocs.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm-client-configuration-11-4-0/4.html>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user