<?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: MacOSX Tahoe 26.4.1 (25E253) / Global Protect 6.3.3: Network is unreachable in GlobalProtect Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1255017#M7394</link>
    <description>&lt;P&gt;Hey all,&lt;/P&gt;
&lt;P&gt;We ran into this exact issue in our environment and wanted to share what we found in case it saves someone else the headache.&lt;/P&gt;
&lt;P&gt;We recently upgraded all our firewalls to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;PAN-OS 12.1.6&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and our macOS Tahoe machines started getting&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;"Network is Unreachable"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;errors with GlobalProtect. We spun up a lab, downgraded PAN-OS to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;11.2.10&lt;/STRONG&gt;, and tested across multiple GP versions — worked fine on all of them.&lt;/P&gt;
&lt;P&gt;Ended up opening a TAC case, and that's when we found the real culprit:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;the Mac's hostname had special characters in it&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(think apostrophes, spaces — the classic "John's MacBook" style names that macOS sets by default). GlobalProtect doesn't play nice with those on macOS after any PanOS 11.2.11 or greater, regardless of which GP&amp;nbsp; version you're on.&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;STRONG&gt;First, check if your hostname is the problem.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Open Terminal (Cmd + Space → type "Terminal" → Enter) and run these:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="epitaxy-codeblock relative max-w-full w-fit"&gt;
&lt;DIV class="relative"&gt;
&lt;DIV class="epitaxy-diff rounded-r6 overflow-clip"&gt;
&lt;DIV data-content=""&gt;
&lt;DIV data-line-index="0" data-line-type="context" data-line="1"&gt;&lt;SPAN&gt;# Basic system hostname&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="1" data-line-type="context" data-line="2"&gt;&lt;SPAN&gt;hostname&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="3" data-line-type="context" data-line="4"&gt;&lt;SPAN&gt;#local network hostnam&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="4" data-line-type="context" data-line="5"&gt;&lt;SPAN&gt;scutil&lt;/SPAN&gt;&lt;SPAN&gt; --get&lt;/SPAN&gt;&lt;SPAN&gt; LocalHostName&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="6" data-line-type="context" data-line="7"&gt;&lt;SPAN&gt;# User-friendly computer name (shown on your network)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="7" data-line-type="context" data-line="8"&gt;&lt;SPAN&gt;scutil&lt;/SPAN&gt;&lt;SPAN&gt; --get&lt;/SPAN&gt;&lt;SPAN&gt; ComputerName&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;If you see any&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;apostrophes, spaces, or special characters&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the output — that's your issue.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Fix it by renaming the hostname&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(use only letters, numbers, and hyphens — no spaces):&lt;/P&gt;
&lt;DIV class="epitaxy-codeblock relative max-w-full w-fit"&gt;
&lt;DIV class="relative"&gt;
&lt;DIV class="epitaxy-diff rounded-r6 overflow-clip"&gt;
&lt;DIV data-content=""&gt;
&lt;DIV data-line-index="0" data-line-type="context" data-line="1"&gt;&lt;SPAN&gt;sudo&lt;/SPAN&gt;&lt;SPAN&gt; scutil&lt;/SPAN&gt;&lt;SPAN&gt; --set&lt;/SPAN&gt;&lt;SPAN&gt; HostName&lt;/SPAN&gt;&lt;SPAN&gt; your-new-name&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="1" data-line-type="context" data-line="2"&gt;&lt;SPAN&gt;sudo&lt;/SPAN&gt;&lt;SPAN&gt; scutil&lt;/SPAN&gt;&lt;SPAN&gt; --set&lt;/SPAN&gt;&lt;SPAN&gt; LocalHostName&lt;/SPAN&gt;&lt;SPAN&gt; your-new-name&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="2" data-line-type="context" data-line="3"&gt;&lt;SPAN&gt;sudo&lt;/SPAN&gt;&lt;SPAN&gt; scutil&lt;/SPAN&gt;&lt;SPAN&gt; --set&lt;/SPAN&gt;&lt;SPAN&gt; ComputerName&lt;/SPAN&gt;&lt;SPAN&gt; your-new-name&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Enter your admin password when prompted (nothing shows on screen while typing, that's normal). Then flush DNS and reboot:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV class="epitaxy-codeblock relative max-w-full w-fit"&gt;
&lt;DIV class="relative"&gt;
&lt;DIV class="epitaxy-diff rounded-r6 overflow-clip"&gt;
&lt;DIV data-content=""&gt;
&lt;DIV data-line-index="0" data-line-type="context" data-line="1"&gt;&lt;SPAN&gt;dscacheutil&lt;/SPAN&gt;&lt;SPAN&gt; -flushcache&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="1" data-line-type="context" data-line="2"&gt;&lt;SPAN&gt;sudo&lt;/SPAN&gt;&lt;SPAN&gt; reboot&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;After the reboot GlobalProtect connected right away. No downgrade needed, no config changes on the firewall side.&lt;/P&gt;
&lt;P&gt;This is also documented in the Palo Alto KB:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="text-[var(--accent)] hover:underline underline-offset-[1px] outline-none hide-focus-ring ring-focus rounded-r2" href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA1Ki000000kBP4KAM" rel="noreferrer" target="_blank"&gt;https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA1Ki000000kBP4KAM&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps someone — we burned a few days on this one!&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2026 15:23:59 GMT</pubDate>
    <dc:creator>MrugeshPatelCmp</dc:creator>
    <dc:date>2026-05-29T15:23:59Z</dc:date>
    <item>
      <title>MacOSX Tahoe 26.4.1 (25E253) / Global Protect 6.3.3: Network is unreachable</title>
      <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1252559#M7353</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been facing an issue after upgrading my mac M3 to Tahoe 26.4.1 (25E253) (two days ago)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;When trying to connect to my portal/gateway, I always have the same response: Network is unreachable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Since I can browse to google or else, it's not a common/classic network issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The fact is, even I send a good or wrong user/pass: the result is the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Nothing on the logs in the Palo Alto.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect it's a Mac os issue, since before the upgrade all was fine.&lt;/P&gt;
&lt;P&gt;On my Palo Alto, no configuration has been changed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If someone had this issue and was able to solve it, I would be happy to read about it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot,&lt;/P&gt;
&lt;P&gt;Fred&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 15:21:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1252559#M7353</guid>
      <dc:creator>Frederic_Ramage</dc:creator>
      <dc:date>2026-04-20T15:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: MacOSX Tahoe 26.4.1 (25E253) / Global Protect 6.3.3: Network is unreachable</title>
      <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1252561#M7354</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/12398"&gt;@Frederic_Ramage&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;What PAN-OS version are you running? I've noticed issues with recent releases (IE: 12.1.16 and 11.2.11) when it comes to macOS, although I can't say for certain that it's actually tied to upgrading to macOS 26 in any way. You should still be able to see Portal authentication in what I've seen however, so you'll want to review your PanGPS logs and see exactly what error they are reporting.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 15:28:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1252561#M7354</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2026-04-20T15:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: MacOSX Tahoe 26.4.1 (25E253) / Global Protect 6.3.3: Network is unreachable</title>
      <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1252566#M7355</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;Thanks a lot for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You're right.&amp;nbsp;I'am able to login to portal (in web).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;And we've had 2 upgrades:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;- Me with my mac&lt;/P&gt;
&lt;P&gt;&amp;nbsp; - The Palo Alto has been upgraded to 12.1.16 last week...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I may (try to) downgrade to previous 11.2.x version and see.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I'll get back to you with thee result when done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Fred&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 16:51:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1252566#M7355</guid>
      <dc:creator>Frederic_Ramage</dc:creator>
      <dc:date>2026-04-20T16:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: MacOSX Tahoe 26.4.1 (25E253) / Global Protect 6.3.3: Network is unreachable</title>
      <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1252567#M7356</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/12398"&gt;@Frederic_Ramage&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The only non-working 11.2 release is 11.2.11 that I'm aware of, you can run any of the previous builds without issue. We've unfortunately seen some stability issues on 11.2.* outside of 11.2.11 in a couple of environments, so I've actually got a PA-440 operating as a macOS only VPN termination endpoint due to this issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 16:55:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1252567#M7356</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2026-04-20T16:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: MacOSX Tahoe 26.4.1 (25E253) / Global Protect 6.3.3: Network is unreachable</title>
      <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1252616#M7358</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;following your advice, we downgraded to 11.2.10-H5. All is working fine now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Previously, we ran 12.1.6 where Mac M3 and Mac Intel cannot connect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Many thanks for your help, faster than the Palo Alto support...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Fred&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 06:27:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1252616#M7358</guid>
      <dc:creator>Frederic_Ramage</dc:creator>
      <dc:date>2026-04-21T06:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: MacOSX Tahoe 26.4.1 (25E253) / Global Protect 6.3.3: Network is unreachable</title>
      <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1253945#M7378</link>
      <description>&lt;P&gt;we had same issue, any fix for 12.1.x ? we solved with downgrading to 11.2.x&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2026 19:29:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1253945#M7378</guid>
      <dc:creator>Pan_os</dc:creator>
      <dc:date>2026-05-13T19:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: MacOSX Tahoe 26.4.1 (25E253) / Global Protect 6.3.3: Network is unreachable</title>
      <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1253947#M7379</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/778713457"&gt;@Pan_os&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;At this point I think the hope is that 12.1.7 would include a fix for the issue, alongside 11.2.12 when they release on the 28th to fix the 11.2 train post 11.2.10.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2026 19:33:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1253947#M7379</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2026-05-13T19:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: MacOSX Tahoe 26.4.1 (25E253) / Global Protect 6.3.3: Network is unreachable</title>
      <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1255017#M7394</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;
&lt;P&gt;We ran into this exact issue in our environment and wanted to share what we found in case it saves someone else the headache.&lt;/P&gt;
&lt;P&gt;We recently upgraded all our firewalls to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;PAN-OS 12.1.6&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and our macOS Tahoe machines started getting&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;"Network is Unreachable"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;errors with GlobalProtect. We spun up a lab, downgraded PAN-OS to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;11.2.10&lt;/STRONG&gt;, and tested across multiple GP versions — worked fine on all of them.&lt;/P&gt;
&lt;P&gt;Ended up opening a TAC case, and that's when we found the real culprit:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;the Mac's hostname had special characters in it&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(think apostrophes, spaces — the classic "John's MacBook" style names that macOS sets by default). GlobalProtect doesn't play nice with those on macOS after any PanOS 11.2.11 or greater, regardless of which GP&amp;nbsp; version you're on.&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;STRONG&gt;First, check if your hostname is the problem.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Open Terminal (Cmd + Space → type "Terminal" → Enter) and run these:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="epitaxy-codeblock relative max-w-full w-fit"&gt;
&lt;DIV class="relative"&gt;
&lt;DIV class="epitaxy-diff rounded-r6 overflow-clip"&gt;
&lt;DIV data-content=""&gt;
&lt;DIV data-line-index="0" data-line-type="context" data-line="1"&gt;&lt;SPAN&gt;# Basic system hostname&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="1" data-line-type="context" data-line="2"&gt;&lt;SPAN&gt;hostname&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="3" data-line-type="context" data-line="4"&gt;&lt;SPAN&gt;#local network hostnam&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="4" data-line-type="context" data-line="5"&gt;&lt;SPAN&gt;scutil&lt;/SPAN&gt;&lt;SPAN&gt; --get&lt;/SPAN&gt;&lt;SPAN&gt; LocalHostName&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="6" data-line-type="context" data-line="7"&gt;&lt;SPAN&gt;# User-friendly computer name (shown on your network)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="7" data-line-type="context" data-line="8"&gt;&lt;SPAN&gt;scutil&lt;/SPAN&gt;&lt;SPAN&gt; --get&lt;/SPAN&gt;&lt;SPAN&gt; ComputerName&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;If you see any&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;apostrophes, spaces, or special characters&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the output — that's your issue.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Fix it by renaming the hostname&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(use only letters, numbers, and hyphens — no spaces):&lt;/P&gt;
&lt;DIV class="epitaxy-codeblock relative max-w-full w-fit"&gt;
&lt;DIV class="relative"&gt;
&lt;DIV class="epitaxy-diff rounded-r6 overflow-clip"&gt;
&lt;DIV data-content=""&gt;
&lt;DIV data-line-index="0" data-line-type="context" data-line="1"&gt;&lt;SPAN&gt;sudo&lt;/SPAN&gt;&lt;SPAN&gt; scutil&lt;/SPAN&gt;&lt;SPAN&gt; --set&lt;/SPAN&gt;&lt;SPAN&gt; HostName&lt;/SPAN&gt;&lt;SPAN&gt; your-new-name&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="1" data-line-type="context" data-line="2"&gt;&lt;SPAN&gt;sudo&lt;/SPAN&gt;&lt;SPAN&gt; scutil&lt;/SPAN&gt;&lt;SPAN&gt; --set&lt;/SPAN&gt;&lt;SPAN&gt; LocalHostName&lt;/SPAN&gt;&lt;SPAN&gt; your-new-name&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="2" data-line-type="context" data-line="3"&gt;&lt;SPAN&gt;sudo&lt;/SPAN&gt;&lt;SPAN&gt; scutil&lt;/SPAN&gt;&lt;SPAN&gt; --set&lt;/SPAN&gt;&lt;SPAN&gt; ComputerName&lt;/SPAN&gt;&lt;SPAN&gt; your-new-name&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Enter your admin password when prompted (nothing shows on screen while typing, that's normal). Then flush DNS and reboot:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV class="epitaxy-codeblock relative max-w-full w-fit"&gt;
&lt;DIV class="relative"&gt;
&lt;DIV class="epitaxy-diff rounded-r6 overflow-clip"&gt;
&lt;DIV data-content=""&gt;
&lt;DIV data-line-index="0" data-line-type="context" data-line="1"&gt;&lt;SPAN&gt;dscacheutil&lt;/SPAN&gt;&lt;SPAN&gt; -flushcache&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-line-index="1" data-line-type="context" data-line="2"&gt;&lt;SPAN&gt;sudo&lt;/SPAN&gt;&lt;SPAN&gt; reboot&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;After the reboot GlobalProtect connected right away. No downgrade needed, no config changes on the firewall side.&lt;/P&gt;
&lt;P&gt;This is also documented in the Palo Alto KB:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="text-[var(--accent)] hover:underline underline-offset-[1px] outline-none hide-focus-ring ring-focus rounded-r2" href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA1Ki000000kBP4KAM" rel="noreferrer" target="_blank"&gt;https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA1Ki000000kBP4KAM&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps someone — we burned a few days on this one!&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2026 15:23:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/globalprotect-discussions/macosx-tahoe-26-4-1-25e253-global-protect-6-3-3-network-is/m-p/1255017#M7394</guid>
      <dc:creator>MrugeshPatelCmp</dc:creator>
      <dc:date>2026-05-29T15:23:59Z</dc:date>
    </item>
  </channel>
</rss>

