<?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: Getting drops for the traffic stating first packet is not a syn in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Getting-drops-for-the-traffic-stating-first-packet-is-not-a-syn/m-p/187235#M31296</link>
    <description>&lt;P&gt;The message is explained here:&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk31382" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk31382&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2023 22:29:19 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2023-07-21T22:29:19Z</dc:date>
    <item>
      <title>Getting drops for the traffic stating first packet is not a syn</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Getting-drops-for-the-traffic-stating-first-packet-is-not-a-syn/m-p/187198#M31294</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am seeing traffic dropped, stating first packet is not a syn.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can someone clarify why its happening? A screenshot is attached.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 15:13:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Getting-drops-for-the-traffic-stating-first-packet-is-not-a-syn/m-p/187198#M31294</guid>
      <dc:creator>abhishek2126</dc:creator>
      <dc:date>2023-07-21T15:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting drops for the traffic stating first packet is not a syn</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Getting-drops-for-the-traffic-stating-first-packet-is-not-a-syn/m-p/187235#M31296</link>
      <description>&lt;P&gt;The message is explained here:&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk31382" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk31382&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 22:29:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Getting-drops-for-the-traffic-stating-first-packet-is-not-a-syn/m-p/187235#M31296</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-07-21T22:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting drops for the traffic stating first packet is not a syn</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Getting-drops-for-the-traffic-stating-first-packet-is-not-a-syn/m-p/187237#M31297</link>
      <description>&lt;P&gt;That error is essentially fancy way CP "tells" you that 3-way handshake is not completing. You need to run packet captures (tcpdump and fw monitor) to see whats is happening with the traffic.&lt;/P&gt;
&lt;P&gt;Lets pretend (for this example) that src is 1.1.1.1 and dst is 2.2.2.2 and port is 443&lt;/P&gt;
&lt;P&gt;You could run below:&lt;/P&gt;
&lt;P&gt;tcpdump -enni any host 1.1.1.1 and host 2.2.2.2 and port 443&lt;/P&gt;
&lt;P&gt;fw monitor -e "accept host(2.2.2.2) and port(443);"&lt;/P&gt;
&lt;P&gt;fw monitor -F "1.1.1.1,0,2.2.2.2,443,0" -F "2.2.2.2,0,1.1.1.1,443,0"&lt;/P&gt;
&lt;P&gt;idea is srcip,srcport,dstip,dstport,protocol...so you can have as many -F flags this way&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 00:05:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Getting-drops-for-the-traffic-stating-first-packet-is-not-a-syn/m-p/187237#M31297</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-07-22T00:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting drops for the traffic stating first packet is not a syn</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Getting-drops-for-the-traffic-stating-first-packet-is-not-a-syn/m-p/187241#M31298</link>
      <description>&lt;P&gt;Which version &amp;amp; JHF is the gateway?&lt;/P&gt;
&lt;P&gt;There are many previous threads here discussing different solutions be it due to asymmetric routing, aggressive aging, bugs or otherwise.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 00:32:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Getting-drops-for-the-traffic-stating-first-packet-is-not-a-syn/m-p/187241#M31298</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2023-07-22T00:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Getting drops for the traffic stating first packet is not a syn</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Getting-drops-for-the-traffic-stating-first-packet-is-not-a-syn/m-p/187242#M31299</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/3630"&gt;@Chris_Atkinson&lt;/a&gt;&amp;nbsp;makes an excellent point as well. If I were you, I would upgrade to R81.10 jumbo 95 if you can, that mind you if your gateways are on R80.40. If you are already on R81.10, then your next steps are things we suggested.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 00:39:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Getting-drops-for-the-traffic-stating-first-packet-is-not-a-syn/m-p/187242#M31299</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-07-22T00:39:14Z</dc:date>
    </item>
  </channel>
</rss>

