<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Global Protect does not connect after computer installation in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/global-protect-does-not-connect-after-computer-installation/m-p/410237#M92572</link>
    <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/153031"&gt;@nikoolayy1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we intend to use Windows Hello, we cannot use this connect button on the loginscreen (it is only available with the global protect login option).&lt;/P&gt;
&lt;P&gt;At the moment the vpn connection is not enforced for network access.&lt;/P&gt;</description>
    <pubDate>Mon, 31 May 2021 22:48:34 GMT</pubDate>
    <dc:creator>Remo</dc:creator>
    <dc:date>2021-05-31T22:48:34Z</dc:date>
    <item>
      <title>Global Protect does not connect after computer installation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/global-protect-does-not-connect-after-computer-installation/m-p/408934#M92402</link>
      <description>&lt;P&gt;Hi community&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;During the still ongoing pandemic, this issue is a little painful...&lt;/P&gt;
&lt;P&gt;We use sccm to install windows and additional software to computers. One of this additional software is global protect. The intention was to install the computer in the office by the client team and then send the device to the employees. With Pre-Logon actually it should be possible to log in to the computer directly even if this active directory account was not logged in at that time.&lt;/P&gt;
&lt;P&gt;The problem now is that global protect does not connect after this computer installation. As msiexec params we use the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CANCONTINUEIFPORTALCERTINVALID="no"
CONNECTMETHOD="pre-logon"
CANSAVEPASSWORD="no"
PORTAL="******************"
CANCHANGEPORTAL="no"
USESSO="no"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know a sollution which makes global protect opening the connection directly after the installation or at least after a reboot after the installation? As soon as a user loggs in global protect connects and this setting then also persists for the next reboots - global protect then connects already prior to the user login (as it should with the pre-logon setting).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Btw: The firewall where the client should connect to is running PAN-OS 9.1.9 and the used Global Protect version is 5.2.6.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Remo&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 10:44:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/global-protect-does-not-connect-after-computer-installation/m-p/408934#M92402</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2021-05-25T10:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Global Protect does not connect after computer installation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/global-protect-does-not-connect-after-computer-installation/m-p/409163#M92414</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/16592"&gt;@Remo&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Couple of months ago we have some transparent upgrade from 5.0 to 5.1 failing on random computers. From the logs I noticed that the transparent upgrade client is running batch file msiexec to uninstall and install the new msi with all of the required parameters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am saying this because since that I am using the exact same command to re-install GP remotely&amp;nbsp; and it seems the pre-logon to work after reboot. This is what is working for me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TARGETDIR="C:\Program Files\Palo Alto Networks\GlobalProtect"  CONNECTMETHOD="pre-logon" USESSO="yes" CERTIFICATESTORELOOKUP="user-and-machine" CACUNPLUGBEHAVE="yes" USEPROXY="yes" PORTAL="vpn.portla.wow" BENICE="yes" /l+* "C:\Program Files\Palo Alto Networks\GlobalProtect\PanGPMsi.log&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Comparing with what you have probably you can try where to look for the client certificate. Although looking at the docs it seems user-and-machine should be default and not need to specify it.&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 09:03:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/global-protect-does-not-connect-after-computer-installation/m-p/409163#M92414</guid>
      <dc:creator>aleksandar.astardzhiev</dc:creator>
      <dc:date>2021-05-26T09:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Global Protect does not connect after computer installation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/global-protect-does-not-connect-after-computer-installation/m-p/409204#M92422</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/16592"&gt;@Remo&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check the following document which explains your requirement.&amp;nbsp; Step 11 more specifically:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/globalprotect/9-1/globalprotect-admin/globalprotect-quick-configs/remote-access-vpn-with-pre-logon.html" target="_blank"&gt;https://docs.paloaltonetworks.com/globalprotect/9-1/globalprotect-admin/globalprotect-quick-configs/remote-access-vpn-with-pre-logon.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please correct me if I misunderstood you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers !&lt;/P&gt;
&lt;P&gt;-Kiwi.&lt;/P&gt;
&lt;DIV id="ConnectiveDocSignExtentionInstalled" data-extension-version="1.0.4"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 May 2021 13:12:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/global-protect-does-not-connect-after-computer-installation/m-p/409204#M92422</guid>
      <dc:creator>kiwi</dc:creator>
      <dc:date>2021-05-26T13:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Global Protect does not connect after computer installation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/global-protect-does-not-connect-after-computer-installation/m-p/410215#M92570</link>
      <description>&lt;P&gt;You can also test the feature "Connect Before Logon" that is even before the user logs into his computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/globalprotect/5-2/globalprotect-app-new-features/new-features-released-in-gp-app/connect-before-logon" target="_blank" rel="noopener"&gt;https://docs.paloaltonetworks.com/globalprotect/5-2/globalprotect-app-new-features/new-features-released-in-gp-app/connect-before-logon&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another thing is if you are using "enforce network access" you may need to exclude some ip addresses from this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/globalprotect/5-1/globalprotect-app-new-features/new-features-released-in-gp-app/enforce-globalprotect-exclusions.html" target="_blank" rel="noopener"&gt;https://docs.paloaltonetworks.com/globalprotect/5-1/globalprotect-app-new-features/new-features-released-in-gp-app/enforce-globalprotect-exclusions.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 20:02:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/global-protect-does-not-connect-after-computer-installation/m-p/410215#M92570</guid>
      <dc:creator>nikoolayy1</dc:creator>
      <dc:date>2021-05-31T20:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Global Protect does not connect after computer installation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/global-protect-does-not-connect-after-computer-installation/m-p/410237#M92572</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/153031"&gt;@nikoolayy1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we intend to use Windows Hello, we cannot use this connect button on the loginscreen (it is only available with the global protect login option).&lt;/P&gt;
&lt;P&gt;At the moment the vpn connection is not enforced for network access.&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 22:48:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/global-protect-does-not-connect-after-computer-installation/m-p/410237#M92572</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2021-05-31T22:48:34Z</dc:date>
    </item>
  </channel>
</rss>

