<?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 First packet is not SYN in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/First-packet-is-not-SYN/m-p/209801#M39769</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the screenshot attached here, When i checked log from source to destination 185.46.212.88 I don't see any packet drop.&lt;/P&gt;&lt;P&gt;But when checked reverse log its showing drop with error First packet is not SYN.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2024 11:29:26 GMT</pubDate>
    <dc:creator>Diw099</dc:creator>
    <dc:date>2024-03-27T11:29:26Z</dc:date>
    <item>
      <title>First packet is not SYN</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/First-packet-is-not-SYN/m-p/209801#M39769</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the screenshot attached here, When i checked log from source to destination 185.46.212.88 I don't see any packet drop.&lt;/P&gt;&lt;P&gt;But when checked reverse log its showing drop with error First packet is not SYN.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 11:29:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/First-packet-is-not-SYN/m-p/209801#M39769</guid>
      <dc:creator>Diw099</dc:creator>
      <dc:date>2024-03-27T11:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: First packet is not SYN</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/First-packet-is-not-SYN/m-p/209803#M39770</link>
      <description>&lt;P&gt;Check the routing in your environment. This is a classic symptom of asymmetric routing.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 11:31:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/First-packet-is-not-SYN/m-p/209803#M39770</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2024-03-27T11:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: First packet is not SYN</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/First-packet-is-not-SYN/m-p/209805#M39771</link>
      <description>&lt;P&gt;Further to &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/181"&gt;@_Val_&lt;/a&gt;&amp;nbsp;suggestion version information for your environment would be helpful...&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 11:45:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/First-packet-is-not-SYN/m-p/209805#M39771</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2024-03-27T11:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: First packet is not SYN</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/First-packet-is-not-SYN/m-p/210104#M39818</link>
      <description>&lt;P&gt;Is it happens only to this public IP? or it's a general issue? are connections to this IP really never opens? (you can try: 'telnet&amp;nbsp;&lt;SPAN&gt;185.46.212.88 443' from a workstation)&lt;/SPAN&gt; or you just saw such logs and you wonder what that means?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it seems to me that the same origin GW is the one with the SYN, and with the SYN-ACK drop, if that is correct, and the SYN was flowing through it, theoretically it should not drop the SYN-ACK because of assymetry.&lt;/P&gt;
&lt;P&gt;can you verify if that is on the same connections though ? it could be completely different connections (the accepted and the dropped).&lt;/P&gt;
&lt;P&gt;you can do this by comparing the source IP and src port of the accept log, to the dst port of the blocked log.&lt;BR /&gt;&lt;BR /&gt;for specific test you can do this:&lt;BR /&gt;&lt;BR /&gt;run: tcpdump -nnei ethX host 185.46.212.88&lt;/P&gt;
&lt;P&gt;replace ethX with your outgoing interface.&lt;/P&gt;
&lt;P&gt;on a separate window run: fw ctl zdebug + drop | grep&amp;nbsp;185.46.212.88&lt;/P&gt;
&lt;P&gt;(please notice that the zdebug can cause high CPU)&lt;/P&gt;
&lt;P&gt;then open new connection from a workstation to this IP.&lt;/P&gt;
&lt;P&gt;break the tcpdump and the zdebug with ctrl +c , and run: 'fw ctl debug 0' to reset debugging.&lt;/P&gt;
&lt;P&gt;see if you got SYN + SYN-ACK on the same connection (verify by the source port+src ip, etc)&lt;/P&gt;
&lt;P&gt;see if you have any drop on the zdebug + drop output on that connection (again, compare to the source port, etc)&lt;/P&gt;
&lt;P&gt;in case it is the same connection, and syn-ack is dropped, watch what is the time difference between the SYN and the SYN-ACK. if there is some time difference compare it to your "tcp start timeout" in global properties &amp;gt; stateful inspeciton. and verify if the reply returned within the "allowed" time frame or not.&lt;/P&gt;
&lt;P&gt;if the syn-ack arrived within the start timeframe and still dropped we should investigate the connection table maybe. but i'm doubt this is the case.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2024 10:54:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/First-packet-is-not-SYN/m-p/210104#M39818</guid>
      <dc:creator>AmirArama</dc:creator>
      <dc:date>2024-03-31T10:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: First packet is not SYN</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/First-packet-is-not-SYN/m-p/210114#M39819</link>
      <description>&lt;P&gt;What that message means is literally this...3 way handshake is not completing properly and you need to figure out why. I totally agree with what Val said, 9 times out of 10 it has to do with routing.&lt;/P&gt;
&lt;P&gt;do this command -&amp;gt; ip r g 185.46.212.88 and make sure it shows correct output&lt;/P&gt;
&lt;P&gt;I would also run fw monitor -F command as well, it follows below logic&lt;/P&gt;
&lt;P&gt;fw monitor -F "srcip,srcport,dstip,dstport,protocol" and so on, you can do as many -F flags that way, so below is basic example for say src 1.1.1.1 and dst 2.2.2.2 (both ways), port 4434&lt;/P&gt;
&lt;P&gt;fw monitor -F "1.1.1.1,0,2.2.2.2,4434,0" -F "2.2.2.2,0,1.1.1.1,4434,0"&lt;/P&gt;
&lt;P&gt;All you have to remember is that source port does NOT matter, just dst one and protocol can be 0 for any&lt;/P&gt;
&lt;P&gt;hope that helps.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2024 13:17:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/First-packet-is-not-SYN/m-p/210114#M39819</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-03-31T13:17:31Z</dc:date>
    </item>
  </channel>
</rss>

