<?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: Downloading files like exe and iso taking long time in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/downloading-files-like-exe-and-iso-taking-long-time/m-p/78546#M42970</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I am downloading over http or https .using &amp;nbsp;paloalto in vwire mode behind asa firewall .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Palo alto 4020&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am expecting around 600 Kbps &amp;nbsp;, but i am getting &amp;nbsp;around 100 Kbps. Sometimes connection&amp;nbsp;&lt;/P&gt;
&lt;P&gt;drops in the middle &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2016 23:26:29 GMT</pubDate>
    <dc:creator>sib2017</dc:creator>
    <dc:date>2016-05-23T23:26:29Z</dc:date>
    <item>
      <title>Downloading files like exe and iso taking long time</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/downloading-files-like-exe-and-iso-taking-long-time/m-p/78472#M42949</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Downloading files like iso and exe taking long time than expected&lt;/P&gt;
&lt;P&gt;Any help &lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2016 11:03:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/downloading-files-like-exe-and-iso-taking-long-time/m-p/78472#M42949</guid>
      <dc:creator>sib2017</dc:creator>
      <dc:date>2016-05-22T11:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading files like exe and iso taking long time</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/downloading-files-like-exe-and-iso-taking-long-time/m-p/78494#M42956</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you provide some more details ? What kind of platform do you have, what is the behavior you are observing versus what are you expecting, is the dataplane idle or loaded, are you downloading over a VPN, http, ssl, SMB, ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 09:44:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/downloading-files-like-exe-and-iso-taking-long-time/m-p/78494#M42956</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2016-05-23T09:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading files like exe and iso taking long time</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/downloading-files-like-exe-and-iso-taking-long-time/m-p/78546#M42970</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I am downloading over http or https .using &amp;nbsp;paloalto in vwire mode behind asa firewall .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Palo alto 4020&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am expecting around 600 Kbps &amp;nbsp;, but i am getting &amp;nbsp;around 100 Kbps. Sometimes connection&amp;nbsp;&lt;/P&gt;
&lt;P&gt;drops in the middle &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 23:26:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/downloading-files-like-exe-and-iso-taking-long-time/m-p/78546#M42970</guid>
      <dc:creator>sib2017</dc:creator>
      <dc:date>2016-05-23T23:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading files like exe and iso taking long time</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/downloading-files-like-exe-and-iso-taking-long-time/m-p/78556#M42972</link>
      <description>&lt;P&gt;That's still a little hard to guess what is going on &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; although 100kbps sounds a little low.. are you sure there are no packets being dropped, are you running a recent (6.0.13, 6.1.11, 7.0.7, 7.1.2) PAN-OS ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can check dropped packets by setting a packet-diag filter and&amp;nbsp; reviewing counters associated with the sessions you set your filter for&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;example:&lt;/P&gt;
&lt;PRE&gt;&amp;gt; debug dataplane packet-diag set filter match source 1&amp;lt;client IP&amp;gt; destination &amp;lt;webserver IP&amp;gt;
&amp;gt; debug dataplane packet-diag set filter match source &amp;lt;webserver IP&amp;gt; qdestination &amp;lt;address of your firewall's untrust interface&amp;gt;
&amp;gt; debug dataplane packet-diag set filter on
&amp;gt; show counter global filter delta yes packet-filter yes [repeat several times]&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 May 2016 07:15:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/downloading-files-like-exe-and-iso-taking-long-time/m-p/78556#M42972</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2016-05-24T07:15:37Z</dc:date>
    </item>
  </channel>
</rss>

