Posted on 10-14-2022 07:12 AM
Hi all,
I am trying to install GlobalProtect on our Macs via Jamf Pro. I have GP installed with no issues and have the policy to set to configure the default portal. This all works great; however, the problem is, during the installation, GlobalProtect is not installing 'GlobalProtect System extensions' (see linked picture). Without this, I don't have a working VPN connection. I tried a few things I found on https://docs.paloaltonetworks.com/, but nothing works. It works fine if I manually install GlobalProtect and check this box. If I deploy the package with Jamf Pro, the box doesn't get checked, and the VPN doesn't work.
Any ideas?
Solved! Go to Solution.
Posted on 10-14-2022 07:50 AM
@SKizale GP should install its extension automatically when a connection is opened. You can trigger the extension install after installing GP by running the following commands:
/bin/mkdir -p "/Library/Application Support/PaloAltoNetworks/GlobalProtect"
/usr/bin/touch "/Library/Application Support/PaloAltoNetworks/GlobalProtect/install_system_extensions.now"
Posted on 10-14-2022 07:50 AM
@SKizale GP should install its extension automatically when a connection is opened. You can trigger the extension install after installing GP by running the following commands:
/bin/mkdir -p "/Library/Application Support/PaloAltoNetworks/GlobalProtect"
/usr/bin/touch "/Library/Application Support/PaloAltoNetworks/GlobalProtect/install_system_extensions.now"
10-14-2022 10:59 AM - edited 10-21-2022 12:06 PM
@sdagley, that did the trick. I ran those commands and tested the connection, but it still didn't work. So, without doing anything else, I rebooted and tried again, and it worked perfectly! I'll have to make up something that runs these post-install and reboots the machine. Thanks a bunch for your help. This had me stumped for a few days.
Posted on 10-21-2022 09:20 AM
Could you let me know how you set the portal to configure? Configuration profile with updated plist runs successfully but changes do not take affect.
Posted on 10-21-2022 11:39 AM
@jennaferharris, did you reboot afterward? Mine did not work until I rebooted the machines.