Palo Alto VPN
TAU uses Palo Alto GlobalProtect VPN with two-factor authentication (Google Authenticator).
Required if connecting to the cluster from outside the TAU network.
Enrollment
- Go to https://mytau.tau.ac.il/GetResource.php and register your mobile phone
- Install Google Authenticator on your mobile device
- Scan the QR code provided during enrollment
Download
Download the appropriate version for your system:
Install
RHEL/Rocky/CentOS:
tar -xzf PanGPLinux-6.x.x-cx.tgz
yum localinstall GlobalProtect_UI_rpm-*.rpm
Debian/Ubuntu:
tar -xzf PanGPLinux-6.x.x-cx.tgz
dpkg -i GlobalProtect_UI_deb-*.deb
Configure
- Open the GlobalProtect client
- Enter gateway address: vpn.tau.ac.il
- Log in with your TAU credentials
- Enter the code from Google Authenticator when prompted
Troubleshooting: SSL Error on Ubuntu 22.04+
If you see an SSL error after connecting, apply this fix:
Open /usr/lib/ssl/openssl.cnf and add:
[openssl_init]
ssl_conf = ssl_sect
[ssl_sect]
system_default = system_default_sect
[system_default_sect]
Options = UnsafeLegacyRenegotiation
Restart the GlobalProtect app.