2018-03-15 06:56:34 +00:00
|
|
|
# f5fpc
|
|
|
|
|
|
|
|
> A proprietry commercial SSL VPN client by BIG-IP Edge.
|
2021-07-09 15:45:55 +01:00
|
|
|
> 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:
|
|
|
|
|
2018-09-01 23:30:19 +01:00
|
|
|
`sudo f5fpc --start`
|
2018-03-15 06:56:34 +00:00
|
|
|
|
|
|
|
- Open a new VPN connection to a specific host:
|
|
|
|
|
2018-09-01 23:30:19 +01:00
|
|
|
`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):
|
|
|
|
|
2018-09-01 23:30:19 +01:00
|
|
|
`sudo f5fpc --start --host {{host.example.com}} --username {{user}}`
|
2018-03-15 06:56:34 +00:00
|
|
|
|
|
|
|
- Show the current VPN status:
|
|
|
|
|
2018-09-01 23:30:19 +01:00
|
|
|
`sudo f5fpc --info`
|
2018-03-15 06:56:34 +00:00
|
|
|
|
|
|
|
- Shutdown the VPN connection:
|
|
|
|
|
2018-09-01 23:30:19 +01:00
|
|
|
`sudo f5fpc --stop`
|