mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 15:48:15 +00:00
Update cheatsheets
This commit is contained in:
37
tldr/linux/gpclient
Normal file
37
tldr/linux/gpclient
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# gpclient
|
||||
|
||||
> Connect to a GlobalProtect VPN on Linux via OpenConnect.
|
||||
> More information: <https://github.com/yuezk/GlobalProtect-openconnect>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user