From 453827fc78be910340455385988d229015ea41fe Mon Sep 17 00:00:00 2001 From: Krish Rakesh Dave <116882111+KrishDave1@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:40:14 +0530 Subject: [PATCH] gpclient: add page (#14060) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec --- pages/linux/gpclient.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/linux/gpclient.md diff --git a/pages/linux/gpclient.md b/pages/linux/gpclient.md new file mode 100644 index 000000000..cc1651095 --- /dev/null +++ b/pages/linux/gpclient.md @@ -0,0 +1,32 @@ +# gpclient + +> Connect to a GlobalProtect VPN on Linux via OpenConnect. +> More information: . + +- Connect to a GlobalProtect VPN using a portal server: + +`gpclient connect {{vpn_gateway_url}}` + +- Disconnect from the currently connected VPN server: + +`gpclient disconnect` + +- Launch the graphical user interface (GUI) for VPN management: + +`gpclient launch-gui` + +- Use OpenSSL workaround to bypass legacy renegotiation errors: + +`gpclient connect --fix-openssl {{vpn_gateway_url}}` + +- Ignore TLS errors during connection: + +`gpclient connect --ignore-tls-errors {{vpn_gateway_url}}` + +- Display version: + +`gpclient --version` + +- Display help for any command: + +`gpclient help {{command}}`