From c557e6e1e4f135169fbddcd433fe14de13d7444b Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 15 Mar 2018 06:56:34 +0000 Subject: [PATCH] f5fpc: add page (#2027) --- pages/linux/f5fpc.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/linux/f5fpc.md diff --git a/pages/linux/f5fpc.md b/pages/linux/f5fpc.md new file mode 100644 index 0000000000..be018ed591 --- /dev/null +++ b/pages/linux/f5fpc.md @@ -0,0 +1,23 @@ +# f5fpc + +> A proprietry commercial SSL VPN client by BIG-IP Edge. + +- Open a new VPN connection: + +`f5fpc --start` + +- Open a new VPN connection to a specific host: + +`f5fpc --start --host {{host.example.com}}` + +- Specify a username (user will be prompted for a password): + +`f5fpc --start --host {{host.example.com}} --username {{user}}` + +- Show the current VPN status: + +`f5fpc --info` + +- Shutdown the VPN connection: + +`f5fpc --stop`