<?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: GlobalProtect 3G issue on Windows 8 pro tablet in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-3g-issue-on-windows-8-pro-tablet/m-p/9825#M7212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;changing the MTU solved the problem (it was 2048). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 May 2013 09:12:15 GMT</pubDate>
    <dc:creator>sboelter</dc:creator>
    <dc:date>2013-05-17T09:12:15Z</dc:date>
    <item>
      <title>GlobalProtect 3G issue on Windows 8 pro tablet</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-3g-issue-on-windows-8-pro-tablet/m-p/9820#M7207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we installed GP 1.2.1 on a Windows 8 32 bit pro tablet (thinkpad 2). With WiFi it works perfectly but when we use 3G, we can't even open the Portal website in the Internet Explorer and the GP client can't connect. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it could be a problem with the certificate but then it would not work with WiFi?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 14:13:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-3g-issue-on-windows-8-pro-tablet/m-p/9820#M7207</guid>
      <dc:creator>sboelter</dc:creator>
      <dc:date>2013-05-08T14:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: GlobalProtect 3G issue on Windows 8 pro tablet</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-3g-issue-on-windows-8-pro-tablet/m-p/9821#M7208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could it be your 3G provider that filters ipsec or something like that ? Can you try your 3G card on another system that runs Windows 7 or a Mac ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 19:22:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-3g-issue-on-windows-8-pro-tablet/m-p/9821#M7208</guid>
      <dc:creator>cpainchaud</dc:creator>
      <dc:date>2013-05-10T19:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: GlobalProtect 3G issue on Windows 8 pro tablet</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-3g-issue-on-windows-8-pro-tablet/m-p/9822#M7209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran into a similar issue with the IPSec GP function on a Windows 8 tablet with 4G-LTE. The issue was caused by the client sending a large MSS (something like 4000 bytes). When an HTTP 200 response was sent by the server, it was larger than 1500 bytes. The server-side was correctly transmitted on multiple frames, but when the PA transmitted it, it would transmit as a single, IP-fragmented packet. The PA must do that as the client is indicating its wishes for the frame to be sent as a single chunk. Since the MTU of the firewall (and next hop) is 1500, the packet must be fragmented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The client-side sent the 4000-byte MSS and should have been ok with the IP fragmentation, but those fragments were never making it back to the client. The solution was never really ironed out, but the correct solution is to either lower the MSS on the inbound SYN (could be from the tablet or from the carrier, I'm not sure) or to convince the carrier to transmit the fragmented IP traffic back to the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see if this is the same issue by taking a packet capture on the firewall and checking the transmit stage. If you see fragmented IP frames leaving toward the client but never getting an ACK, it's probably the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Greg Wesson &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 May 2013 00:22:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-3g-issue-on-windows-8-pro-tablet/m-p/9822#M7209</guid>
      <dc:creator>gwesson</dc:creator>
      <dc:date>2013-05-11T00:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: GlobalProtect 3G issue on Windows 8 pro tablet</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-3g-issue-on-windows-8-pro-tablet/m-p/9823#M7210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;..we tried it with a notebook running windows 8 64bit and a 3G USB stick and it's working, so our provider (Vodafone Germany) doesn't seem to be the problem. Maybe it's the tablet's internal 3G modem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 11:16:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-3g-issue-on-windows-8-pro-tablet/m-p/9823#M7210</guid>
      <dc:creator>sboelter</dc:creator>
      <dc:date>2013-05-15T11:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: GlobalProtect 3G issue on Windows 8 pro tablet</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-3g-issue-on-windows-8-pro-tablet/m-p/9824#M7211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had the same issue on a Win 8 x64 Laptop with integrated 3G Modem and a Vodafone Germany contract.&lt;/P&gt;&lt;P&gt;But on my older Win7 X64 Laptop it worked without problems with the same contract.&lt;/P&gt;&lt;P&gt;If you have a business contract with Vodafone the 3 G should always get an routable IP. Using a private contract could lead to get a private non-routable IP and the NAT from Vodafone might bring up the issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case the problem was caused by a MTU size for the 3G Modem that was much too large.&lt;/P&gt;&lt;P&gt;I set the MTU tu a normal value and now it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check the MTU open a cmd with admin privilege and use&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 12.800000190734863px; background-color: #f0f0f0;"&gt;netsh interface ipv4 show interfaces&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 12.800000190734863px; background-color: #f0f0f0;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;To change the MTU look for the right Index of the 3G Modem (the Idx in row 1 of the above command) and issue the following command (in the following example the Idx is 25):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12.800000190734863px; background-color: #f0f0f0; font-family: 'Courier New', Courier, monospace;"&gt;netsh interface ipv4 set subinterface 25&amp;nbsp; mtu=1476 store=persistent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12.800000190734863px; background-color: #f0f0f0; font-family: 'Courier New', Courier, monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 07:52:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-3g-issue-on-windows-8-pro-tablet/m-p/9824#M7211</guid>
      <dc:creator>kbe</dc:creator>
      <dc:date>2013-05-17T07:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: GlobalProtect 3G issue on Windows 8 pro tablet</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-3g-issue-on-windows-8-pro-tablet/m-p/9825#M7212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;changing the MTU solved the problem (it was 2048). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 09:12:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-3g-issue-on-windows-8-pro-tablet/m-p/9825#M7212</guid>
      <dc:creator>sboelter</dc:creator>
      <dc:date>2013-05-17T09:12:15Z</dc:date>
    </item>
  </channel>
</rss>

