My employer is using GlobalProtect but my work-laptop is Win10 although it’s primary use is VNC to Linux machines and email/browser.
What you can try for Linux is to use Openconnect
> sudo openconnect --help
Usage: openconnect [options] <server>
Open client for multiple VPN protocols, version v8.10
Using GnuTLS 3.7.1. Features present: PKCS#11, RSA software token, HOTP software token, TOTP software token, Yubikey OATH, System keys, DTLS, ESP
--config=CONFIGFILE Read options from config file
-V, --version Report version number
-h, --help Display help text
Set VPN protocol:
--protocol=anyconnect Compatible with Cisco AnyConnect SSL VPN, as well as ocserv (default)
--protocol=nc Compatible with Juniper Network Connect
--protocol=gp Compatible with Palo Alto Networks (PAN) GlobalProtect SSL VPN
--protocol=pulse Compatible with Pulse Connect Secure SSL VPN
Authentication:
-u, --user=NAME Set login username
--no-passwd Disable password/SecurID authentication
--non-inter Do not expect user input; exit if it is required
--passwd-on-stdin Read password from standard input
--authgroup=GROUP Choose authentication login selection
...
I have checked the openconnect version which I installed and noticed that 7.08 was still installed. I added the network repo and and upgraded openconnect to version 8.10.
But I still can not choose PAN in the Gnome networkmanager. How do I add a new protocol to the menu?
Before worrying about adding it to the NetWorkManager, are things working from the command prompt?
If that is not the case, the NetworkManager comes later.