Linux command
gpclient 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Connect
gpclient connect [vpn_gateway_url]
Disconnect
gpclient disconnect
Example
gpclient launch-gui
Example
gpclient connect --fix-openssl [vpn_gateway_url]
Ignore TLS errors
gpclient connect --ignore-tls-errors [vpn_gateway_url]
Example
gpclient --version
Example
gpclient help [command]
说明
gpclient is a Linux client for Palo Alto Networks GlobalProtect VPN, built on top of OpenConnect. It provides both command-line and graphical interfaces for connecting to corporate VPN gateways that use GlobalProtect. The client supports SAML authentication, two-factor authentication, and both portal and gateway connections. It is an open-source alternative to the official GlobalProtect client, which has limited Linux support.
参数
- connect _URL_
- Connect to GlobalProtect VPN gateway
- disconnect
- Disconnect from current VPN session
- launch-gui
- Open graphical interface
- --fix-openssl
- Apply workaround for OpenSSL legacy renegotiation
- --ignore-tls-errors
- Skip TLS certificate validation
- --gateway _URL_
- Specify gateway URL directly
- --user _USERNAME_
- Specify username for authentication
FAQ
What is the gpclient command used for?
gpclient is a Linux client for Palo Alto Networks GlobalProtect VPN, built on top of OpenConnect. It provides both command-line and graphical interfaces for connecting to corporate VPN gateways that use GlobalProtect. The client supports SAML authentication, two-factor authentication, and both portal and gateway connections. It is an open-source alternative to the official GlobalProtect client, which has limited Linux support.
How do I run a basic gpclient example?
Run `gpclient connect [vpn_gateway_url]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does connect _URL_ do in gpclient?
Connect to GlobalProtect VPN gateway