Install GlobalProtect VPN – Linux

Tested on Ubuntu 18.04 and 20.04

Di Linux, client GlobalProtect terbaru dapat diunduh dari:

  • Unduh file rpm untuk RedHat / CentOS

  • Untuk Ubuntu, unduh file .deb Buka jendela terminal untuk menginstal client

deb_arm_file
deb_UI_file
deb_file
deb_UI_rpm_file
Ubuntu/Debian
sudo dpkg – i GlobalProtect_deb-5.2.4.0-14.deb
Redhat/CentOS
sudo yum localinstall GlobalProtect_rpm-5.0.8.rpm

Menjalankan di Linux

Buka jendela terminal, ketik globalprotect. Pada prompt >>, gunakan perintah connect untuk menyambungkan ke IP VPN

user@ubuntu:~$ globalprotect
Current GlobalProtect status: OnDemand mode.
>> connect –portal 10.10.10.10
Retrieving configuration…
10.10.10.10 – Authentication Failed. Enter login credentials
username(user):user
Password:
Discovering network…
Connecting…
Connected

Perintah lain di prompt >>

>> quit
(exits out of GlobalProtect which continues to run in the background)
>> disconnect
>> show –version
>> show –status
>> show –details

Linux GUI

Instal depedencies first, It will install then show you the GUI, then I entered my VPN url, then I was routed to my SAML SSO auth popup. Once I signed in, the GUI disappeared, and no icon displayed in the header.

sudo apt-get install libqt5webkit5
sudo dpkg -i GlobalProtect_UI_deb-5.2.4.0-14.deb

Instead of clicking the (non-existent) header icon, you manipulate GP in 20.04 if you run:

globalprotect launch-ui

Linux Uninstall

  • Hapus instalasi aplikasi GlobalProtect untuk Linux menggunakan dpkg.

user@ubuntu:~$ sudo dpkg -P globalprotect
(Reading database … 209181 files and directories currently installed.)
Removing globalprotect (5.0.8) …
gp service is running and we need to stop it…
Disable service…
Removing gp service…
gp service has been removed successfully
Removing configuration…
  • Hapus instalasi aplikasi GlobalProtect untuk Linux menggunakan apt-get.

user@linuxhost:~$ sudo apt-get remove GlobalProtect_deb-5.0.8.deb
Reading package lists… Done
Building dependency tree
Reading state information… Done 

Troubleshooting

Menggunakan jendela terminal dan dalam mode globalprotect, jalankan perintah collect-log untuk membuat file dukungan.

user@ubuntu:~$ globalprotect
Current GlobalProtect status: Connected
>>
>> collect-log
Start collecting…
collecting network info…
collecting machine info…
copying files…
generating final result file…
The support file is saved to /home/user/.GlobalProtect/Collect.tgz

Last updated

Was this helpful?