<?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 Could enabling Wildfire possibly cause  TCP Transmission errors? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/could-enabling-wildfire-possibly-cause-tcp-transmission-errors/m-p/14271#M10489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having Intermittent failures when downloading files on 4.1.11 with Wildfire enabled. I am seeing the following errors in the packet capture, [TCP Previous segment lost] [TCP segment of a reassembled PDU],&amp;nbsp; [TCP Out-of-order] [TCP segment of a reassembled PDU],&amp;nbsp; [TCP Dup ACK 170#1]. When downloading files on a different PAN, with 4.1.7, no wildfire enabled, there are no issues. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Aug 2013 16:40:20 GMT</pubDate>
    <dc:creator>tstores</dc:creator>
    <dc:date>2013-08-07T16:40:20Z</dc:date>
    <item>
      <title>Could enabling Wildfire possibly cause  TCP Transmission errors?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/could-enabling-wildfire-possibly-cause-tcp-transmission-errors/m-p/14271#M10489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having Intermittent failures when downloading files on 4.1.11 with Wildfire enabled. I am seeing the following errors in the packet capture, [TCP Previous segment lost] [TCP segment of a reassembled PDU],&amp;nbsp; [TCP Out-of-order] [TCP segment of a reassembled PDU],&amp;nbsp; [TCP Dup ACK 170#1]. When downloading files on a different PAN, with 4.1.7, no wildfire enabled, there are no issues. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 16:40:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/could-enabling-wildfire-possibly-cause-tcp-transmission-errors/m-p/14271#M10489</guid>
      <dc:creator>tstores</dc:creator>
      <dc:date>2013-08-07T16:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Could enabling Wildfire possibly cause  TCP Transmission errors?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/could-enabling-wildfire-possibly-cause-tcp-transmission-errors/m-p/14272#M10490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would not general see an issue with wildfire enabled having the tcp packet errors. Are the Tcp packet errors seen from the management interface on pan firewall to the wildfire cloud servers ?&lt;/P&gt;&lt;P&gt;Or were these errors seen for data traffic passing through the Untrust interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 16:48:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/could-enabling-wildfire-possibly-cause-tcp-transmission-errors/m-p/14272#M10490</guid>
      <dc:creator>Phoenix</dc:creator>
      <dc:date>2013-08-07T16:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Could enabling Wildfire possibly cause  TCP Transmission errors?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/could-enabling-wildfire-possibly-cause-tcp-transmission-errors/m-p/14273#M10491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;TCP Previous segment lost] [TCP segment of a reassembled PDU],&amp;nbsp; [TCP Out-of-order] [TCP segment of a &lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;a reassembled PDU],&amp;nbsp; [TCP Dup ACK 170#1&lt;/SPAN&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;This is what I got from wireshark wiki:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; background-color: #ffffff; font-family: sans-serif;"&gt;The hint "TCP segment of a reassembled PDU" indicates that the workstation is sending a large message to the server. In fact the message is so large that it is split over several frames. As soon as Wireshark sees the last frame it pieces the segments together and decodes the whole message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; background-color: #ffffff; font-family: sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; background-color: #ffffff; font-family: sans-serif;"&gt;I usually see these messages when there is a latency for the TCP traffic. And in order to determine the file that is being downloaded, and take necessary action, its always recommended to have SSL decryption enabled ( without SSL decryption, the PANFW skips the file check for its encrypted ). SSL decryption introduces a relative delay becuase the firewall has to decrypt the traffic, match the traffic against the signatures and encrypt it back. So I would expect this to be a normal behavior, if SSL decryption is enabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; background-color: #ffffff; font-family: sans-serif;"&gt;In addition, with wildfire in action, the firewall looks up at&amp;nbsp; the first few packets of the file, and then calculates the hash, and then looks up for the hash matching that of any threat. This also causes a small delay, relative to the other firewall where wildfire is not configured.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; background-color: #ffffff; font-family: sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; background-color: #ffffff; font-family: sans-serif;"&gt;So the client and the server are expecting a steady TCP flow, and when there is a delay, they use these mechanisms to check that the stream is not dead&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; background-color: #ffffff; font-family: sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; background-color: #ffffff; font-family: sans-serif;"&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; background-color: #ffffff; font-family: sans-serif;"&gt;Karthik &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 17:41:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/could-enabling-wildfire-possibly-cause-tcp-transmission-errors/m-p/14273#M10491</guid>
      <dc:creator>kprakash</dc:creator>
      <dc:date>2013-08-07T17:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Could enabling Wildfire possibly cause  TCP Transmission errors?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/could-enabling-wildfire-possibly-cause-tcp-transmission-errors/m-p/14274#M10492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "previous segment lost" indicates a packet was lost in the transmission. The "out-of-order" was likely that lost packet being resent. The "dup ack 170" is saying that the ACK in frame 170 was sent twice to tell the server about the lost frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Karthik mentioned, this is part of the normal TCP flow in the event of any packet loss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enabling Wildfire should not introduce any latency as the files are sent out-of-band with the client. If you have a lot of files going up to the cloud in addition to your normal browsing, there could be a load issue causing packet loss. Knowing where you took the capture and what two endpoints are involved in the packet loss might help too (client-to-firewall, firewall-to-server, firewall-to-wildfire, etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 21:40:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/could-enabling-wildfire-possibly-cause-tcp-transmission-errors/m-p/14274#M10492</guid>
      <dc:creator>gwesson</dc:creator>
      <dc:date>2013-08-07T21:40:05Z</dc:date>
    </item>
  </channel>
</rss>

