How to connect to the WEI/GLBRC VPN on Linux?
***IT IS NOT POSSIBLE TO SUPPORT THE VPN WITH EVERY LINUX DISTRIBUTION.  THESE INSTRUCTIONS ARE PROVIDED AS BEST EFFORT SUPPORT***
The GlobalProtect VPN client currently only supports ipv4 addresses, ipv6 IP addresses are not supported at this time.Â
-
Download the Linux client from this link. The file follows the format
PanGPLinux*.tgz. -
Extract the package.
tar -xvf ~/pkgs/PanGPLinux-4.1.5-c8.tgz -
Install the extracted
.debfile (Note: this step is for Ubuntu and Debian distros): .sudo dpkg -i GlobalProtect_deb-4.1.5.0-8.debor
sudo apt-get install GlobalProtect_deb-4.1.0.0-23.debFor Fedora / RedHat install the .rpm file: rpm -i --nodigest --nofiledigest GlobalProtect_rpm-5.0.5.0-11.rpm -
The client installs to
/opt/paloaltonetworks/globalprotect. Settings and profile information are saved in$HOME/.globalprotect. -
Use the
globalprotectexecutable to connect to VPN. When you executeglobalprotect, you will enter prompt mode. Typehelpfor instructions on how to use the CLI tool.Usage: only the following commands are supported: collect-log -- collect log information connect -- connect to server disconnect -- disconnect disable -- disable connection import-certificate -- import client certificate file quit -- quit from prompt mode rediscover-network -- network rediscovery remove-user -- clear credential resubmit-hip -- resubmit hip information set-log -- set debug level show -- show information -
Run the connect subcommand with the portal option to connect to VPN. WiscVPN’s portal is
uwmadison.vpn.wisc.edu.globalprotect connect --portal weiglbrc.vpn.wisc.edu -
Type your GLBRC/WEI Intranet username and password:
Retrieving configuration... Disconnected portal:local:Enter login credentials username: # Type username here user1 Password: # Type password here Retrieving configuration... Discovering network... Connecting... Connected Â
As a work around you can use this package https://launchpad.net/~phusen/+archive/ubuntu/openconnect and launch it from the command line with the following command:
sudo openconnect --protocol=gp weiglbrc.vpn.wisc.edu
When prompted enter your WEI/GLBRC Intranet username and password to start the connection, unfortunately the Network Manager method does not work at this time.
The full manual for the Linux GlobalProtect client is available here: https://docs.paloaltonetworks.com/globalprotect/5-0/globalprotect-app-user-guide/globalprotect-app-for-linux.html