<?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: Disable Stateful Inspection in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120327#M22370</link>
    <description>&lt;P&gt;Some of my customer turned it off for some reason even if only 1 internet connection(They just see so many out of state drop), if we still enabled all threat prevention functions what's the drawback if tcp syn check is turned off?&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jun 2021 05:31:46 GMT</pubDate>
    <dc:creator>nevillekuo</dc:creator>
    <dc:date>2021-06-04T05:31:46Z</dc:date>
    <item>
      <title>Disable Stateful Inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120107#M22323</link>
      <description>&lt;P&gt;I had the emergency during an upgrade that I had to disable "Stateful Inspection" for TCP connetions (for a short time).&lt;BR /&gt;If you only want to turn this off for a short time, the best way to do this is on the gateways on the fly.&lt;BR /&gt;&lt;BR /&gt;Attention:&lt;BR /&gt;If you do this, it can have a problematic security effect on the gateways.&lt;/P&gt;
&lt;P&gt;Here are the three solutions:&lt;BR /&gt;&lt;BR /&gt;1) Via &lt;STRONG&gt;SmartConsole&lt;/STRONG&gt; --&amp;gt; more read here &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk117374" target="_self"&gt;sk117374&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OutOfState.PNG" style="width: 768px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/12000i1905983C0D38BA31/image-size/large?v=v2&amp;amp;px=999" role="button" title="OutOfState.PNG" alt="OutOfState.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;2) or on the Management Server via &lt;STRONG&gt;INSPECT code&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Add the folowing lines to the user.def and install the policy --&amp;gt; more read here: &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk11088" target="_self"&gt;sk11088&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // User defined INSPECT code&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Start of INSPECT modification - sk11088 */&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; net1={ &amp;lt;0.0.0.1, 239.255.255.255&amp;gt; };&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; deffunc user_accept_non_syn() {((src in net1) or (dst in net1)) };&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* End of INSPECT modification */&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #endif /* ifndef IPV6_FLAVOR */&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; #endif /* ifndef __user_def__ */&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;3) or on the &lt;STRONG&gt;Gateway on the fly&lt;/STRONG&gt; --&amp;gt; more read here &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk117374" target="_self"&gt;sk117374&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; expert mode#&amp;nbsp;&amp;nbsp; fw ctl set int fw_allow_out_of_state_tcp 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attention:&lt;BR /&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Never ever forget to turn it back on.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;(Thanks &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/181"&gt;@_Val_&lt;/a&gt;, good comment from you.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 18:04:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120107#M22323</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2021-06-01T18:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Stateful Inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120113#M22324</link>
      <description>&lt;P&gt;I miss big red disclamer at the end of this article saying:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial black,avant garde" size="6" color="#FF0000"&gt;&lt;STRONG&gt;Never ever forget to turn it back on&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 17:54:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120113#M22324</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2021-06-01T17:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Stateful Inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120116#M22325</link>
      <description>&lt;P&gt;I still write that in the article &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 17:59:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120116#M22325</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2021-06-01T17:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Stateful Inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120327#M22370</link>
      <description>&lt;P&gt;Some of my customer turned it off for some reason even if only 1 internet connection(They just see so many out of state drop), if we still enabled all threat prevention functions what's the drawback if tcp syn check is turned off?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 05:31:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120327#M22370</guid>
      <dc:creator>nevillekuo</dc:creator>
      <dc:date>2021-06-04T05:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Stateful Inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120709#M22439</link>
      <description>&lt;P&gt;Out of state drops usually indicate a routing issue and should not be just ignored. Disabling stateful is a severe security degradation.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 07:45:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120709#M22439</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2021-06-09T07:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Stateful Inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120713#M22440</link>
      <description>&lt;P&gt;I understand, but it's hard to explain why encountered routing issue when only 1 internet connection, not just 2 or 3 customers, it's many, maybe we should consider sk11088 as a best solution for this.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 07:52:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120713#M22440</guid>
      <dc:creator>nevillekuo</dc:creator>
      <dc:date>2021-06-09T07:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Stateful Inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120714#M22441</link>
      <description>&lt;P&gt;I disagree. You should override stateful ONLY if you investigated the situation properly and proved it is an application that is not respecting the TCP state. This is what&amp;nbsp;&lt;SPAN&gt;sk11088 is about.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 07:54:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/120714#M22441</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2021-06-09T07:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Stateful Inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/164890#M27499</link>
      <description>&lt;P&gt;Is it possible to do this just for a certain destination and not the entire gateway?&amp;nbsp;&lt;BR /&gt;I'm reading multiple threads about the First packet isn't SYN. The TCP Flag is FIN-ACK (log card from Client --&amp;gt; Server).&lt;BR /&gt;I'm not able to determine if these drops I am seeing are causing the issue, we're seeing with timing out on a website.&lt;BR /&gt;&lt;BR /&gt;We've already reached out to application support, who suggest taking a look at our firewall.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 23:51:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/164890#M27499</guid>
      <dc:creator>r1der</dc:creator>
      <dc:date>2022-12-12T23:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Stateful Inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/164894#M27500</link>
      <description>&lt;P&gt;&lt;SPAN&gt;sk11088 describes that very procedure (example above).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 00:12:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/164894#M27500</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2022-12-13T00:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Stateful Inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/165099#M27522</link>
      <description>&lt;P&gt;There is a good chance it is not causing a noticeable problem. It is likely to be a scan if it is on an external interface. On an internal interface, it tends to point to a network problem (interface speed/duplex not matching is still what I see the most.) Of course, TAC is your best bet, but have the network folks in on it. It's a firewall problem until they find out a mouse ate the cable.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 21:50:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Disable-Stateful-Inspection/m-p/165099#M27522</guid>
      <dc:creator>Jim_Holmes</dc:creator>
      <dc:date>2022-12-13T21:50:45Z</dc:date>
    </item>
  </channel>
</rss>

