diff --git a/net/vpn/globalprotect/download.txt b/net/vpn/globalprotect/download.txt index 7655551eb..a7a245c84 100644 --- a/net/vpn/globalprotect/download.txt +++ b/net/vpn/globalprotect/download.txt @@ -1,3 +1,29 @@ https://docs.paloaltonetworks.com/compatibility-matrix/globalprotect/where-can-i-install-the-globalprotect-app + RH, Centos, Ubuntu + https://docs.paloaltonetworks.com/globalprotect/6-1/globalprotect-app-user-guide/globalprotect-app-for-linux/download-and-install-the-globalprotect-app-for-linux + https://docs.paloaltonetworks.com/globalprotect/6-1/globalprotect-app-user-guide/globalprotect-app-for-linux/use-the-globalprotect-app-for-linux + https://docs.paloaltonetworks.com/globalprotect/6-1/globalprotect-app-user-guide/globalprotect-app-for-linux/disable-the-globalprotect-app-for-linux + https://docs.paloaltonetworks.com/globalprotect/6-1/globalprotect-app-user-guide/globalprotect-app-for-linux/uninstall-the-globalprotect-app-for-linux + gp_uninstall.sh + https://play.google.com/store/apps/details?id=com.paloaltonetworks.globalprotect https://itunes.apple.com/us/app/globalprotect/id1400555706 + + +2018 +https://www.reddit.com/r/paloaltonetworks/comments/9hh9g0/does_globalprotect_work_with_linux_distributions/ + +The following commands have been tested on Linux Mint, Arch Linux, and Manjaro distributions: +REPLACE=`lsb_release -ds | sed -e 's/"//g' | xxd -l6 -g1 | cut -d ' ' -f2,3,4,5,6,7 | sed -e 's/^/\\\\x/g' -e 's/ /\\\\x/g'` +sudo sed -i "s/\x55\x62\x75\x6e\x74\x75/$REPLACE/g" /opt/paloaltonetworks/globalprotect/PanGPS +sudo systemctl restart gpd.service + +For Fedora distribution: +cd /opt/paloaltonetworks/globalprotect/ +sudo sed -i 's/CentOS/Fedora/g' PanGPS +sudo systemctl restart gpd.service + +For Debian distribution: +sudo echo 'DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"' > /etc/lsb-release +sudo systemctl restart gpd.service + diff --git a/net/vpn/globalprotect/globalprotect.txt b/net/vpn/globalprotect/globalprotect.txt index 9e9bea4b7..7d5ccdbcf 100644 --- a/net/vpn/globalprotect/globalprotect.txt +++ b/net/vpn/globalprotect/globalprotect.txt @@ -1,3 +1,6 @@ +https://docs.paloaltonetworks.com/globalprotect +https://docs.paloaltonetworks.com/globalprotect/6-0/globalprotect-app-user-guide/globalprotect-app-for-linux/download-and-install-the-globalprotect-app-for-linux + https://docs.paloaltonetworks.com/globalprotect.html https://docs.paloaltonetworks.com/globalprotect/5-3/globalprotect-app-user-guide/globalprotect-app-for-linux/download-and-install-the-globalprotect-app-for-linux.html tar -xvf .tgz diff --git a/net/vpn/globalprotect/presentations.txt b/net/vpn/globalprotect/presentations.txt index 0fa6021e1..91e697c64 100644 --- a/net/vpn/globalprotect/presentations.txt +++ b/net/vpn/globalprotect/presentations.txt @@ -1,3 +1,10 @@ +https://www.youtube.com/@PaloAltoNetworksLiveCommunity + +2023 +Prisma Access GlobalProtect deployment, Authentication, HIP & Troubleshooting 0:00 of 42:15 + https://www.youtube.com/watch?v=hIdjFFxzZhc +GlobalProtect Best Practices 0:00 of 54:11 + https://www.youtube.com/watch?v=oNRQNU7KTW8 2018 Tutorial: Understanding GlobalProtect for Linux https://www.youtube.com/watch?v=jM0mzjiWLEk diff --git a/net/vpn/globalprotect/run.txt b/net/vpn/globalprotect/run.txt new file mode 100644 index 000000000..a11379f70 --- /dev/null +++ b/net/vpn/globalprotect/run.txt @@ -0,0 +1 @@ +vpn-eu...com diff --git a/os/linux/initial.txt b/os/linux/initial.txt index 982e87514..20cfe3709 100644 --- a/os/linux/initial.txt +++ b/os/linux/initial.txt @@ -55,3 +55,6 @@ python python3-tk tk-dev libreadline-dev # libedit-dev + +lsb + lsb-base, lsb-release