<?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: Repeated debug error messages in fwk.elg in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Repeated-debug-error-messages-in-fwk-elg/m-p/228642#M43987</link>
    <description>&lt;P&gt;What I'm suggesting is you have multiple service objects in your policy configuration that reference port 10250, either directly or as a result of a range.&lt;BR /&gt;Reduce/eliminate these objects.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2024 15:07:01 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2024-10-01T15:07:01Z</dc:date>
    <item>
      <title>Repeated debug error messages in fwk.elg</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Repeated-debug-error-messages-in-fwk-elg/m-p/228495#M43950</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;I'm seeing a lot of messages like below in the fwk.elg file.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" size="2"&gt;FW-1: stopping debug messages for the next 13 seconds. To disable this suppression see sk74580&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" size="2"&gt;[28 Sep 20:42:47][fw4_3];[vs_0];[10.x.x.x:32638 -&amp;gt; 10.y.y.y:10250] [ERROR]: up_calc_service_id_key_list: num_of_service_clobs (58) reached limit of entry key&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Kernel debug parameters are set to default (as in we do fw ctl debug 0), and tracing options for routed daemon is off. I tried looking up the parts of the messages but found nothing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apparently there is a problem that has been going on for a while. Where can I be getting these messages from?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 14:52:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Repeated-debug-error-messages-in-fwk-elg/m-p/228495#M43950</guid>
      <dc:creator>kamilazat</dc:creator>
      <dc:date>2024-09-30T14:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated debug error messages in fwk.elg</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Repeated-debug-error-messages-in-fwk-elg/m-p/228506#M43952</link>
      <description>&lt;P&gt;From the TAC cases that mention this error, it appears that there are too many matched services for a single connection.&lt;BR /&gt;In this case, the error refers to port 10250.&lt;BR /&gt;If you have multiple services that mention this port (either directly or as part of a range), reduce/eliminate them.&lt;BR /&gt;These messages will show even if you've disabled debugs.&lt;/P&gt;
&lt;P&gt;These errors are happening as part of a caching function that be disabled with:&amp;nbsp;fw ctl set int up_rulebase_use_compound_matching_cache 0&lt;BR /&gt;(To permanently disable this, see:&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk26202" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk26202&lt;/A&gt;&amp;nbsp;)&lt;BR /&gt;However, this can negatively impact performance and is thus not recommended.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 15:40:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Repeated-debug-error-messages-in-fwk-elg/m-p/228506#M43952</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-09-30T15:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated debug error messages in fwk.elg</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Repeated-debug-error-messages-in-fwk-elg/m-p/228593#M43968</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;&amp;nbsp;Thank you for the information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are a lot of lines that show other ports as well, however I can see a pattern in those ports. So do I understand you correctly that these messages occur when there are too many connections that correspond to one port?&lt;/P&gt;&lt;P&gt;For example, I see a lot of entries that correspond to port 10250, and only a few IP addresses that are associated with that port. What kind of reduction/elimination do you suggest? We cannot prevent that traffic from happening, and obviously a performance impacting parameter modification is not feasible.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 11:50:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Repeated-debug-error-messages-in-fwk-elg/m-p/228593#M43968</guid>
      <dc:creator>kamilazat</dc:creator>
      <dc:date>2024-10-01T11:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated debug error messages in fwk.elg</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Repeated-debug-error-messages-in-fwk-elg/m-p/228642#M43987</link>
      <description>&lt;P&gt;What I'm suggesting is you have multiple service objects in your policy configuration that reference port 10250, either directly or as a result of a range.&lt;BR /&gt;Reduce/eliminate these objects.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 15:07:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Repeated-debug-error-messages-in-fwk-elg/m-p/228642#M43987</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-10-01T15:07:01Z</dc:date>
    </item>
  </channel>
</rss>

