<?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: Strange behavior with fwaccel dos... in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/212910#M40472</link>
    <description>&lt;P&gt;did you check out this one&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk179706" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk179706&lt;/A&gt;&amp;nbsp;?&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2024 09:45:40 GMT</pubDate>
    <dc:creator>CheckPointerXL</dc:creator>
    <dc:date>2024-05-02T09:45:40Z</dc:date>
    <item>
      <title>Strange behavior with fwaccel dos...</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/211802#M40166</link>
      <description>&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;I'm noticing a strange behavior in our Security Gateways related to &lt;STRONG&gt;fwaccel dos&lt;/STRONG&gt; after upgrading from R81.10.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1 Management (virtual machine) - &lt;STRONG&gt;R81.20 Take 53&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;2 Security Gateways - &lt;STRONG&gt;R81.20 Take 53&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Assuming the enforcement on internal interfaces is disabled and&lt;SPAN&gt;&amp;nbsp;the SecureXL Penalty Box is enabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;fwaccel dos config get&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;rate limit: enabled (without policy)&lt;BR /&gt;rule cache: enabled&lt;BR /&gt;pbox: enabled&lt;BR /&gt;deny list: enabled (with policy)&lt;BR /&gt;drop frags: disabled&lt;BR /&gt;drop opts: disabled&lt;BR /&gt;&lt;STRONG&gt;internal: disabled&lt;/STRONG&gt;&lt;BR /&gt;monitor: disabled&lt;BR /&gt;log drops: enabled&lt;BR /&gt;&lt;STRONG&gt;log pbox: enabled&lt;/STRONG&gt;&lt;BR /&gt;...&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;The strange behavior: after a while, the enforcement on internal interfaces becomes enabled WITHOUT DOING ANYTHING (&lt;STRONG&gt;internal: enabled&lt;/STRONG&gt;). And then, I have to disable it again with&amp;nbsp;&lt;FONT face="courier new,courier"&gt;fwaccel dos config set&amp;nbsp;--disable-internal&lt;/FONT&gt;. It remains disabled for a while, but then, after a while it becomes enabled again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are you also experiencing the same "issue" ? Do you have any advice about the above ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also suppose the guide &lt;EM&gt;&lt;A title="fwaccel dos config" href="https://sc1.checkpoint.com/documents/R81.20/WebAdminGuides/EN/CP_R81.20_PerformanceTuning_AdminGuide/Content/Topics-PTG/CLI/fwaccel-dos-config.htm?Highlight=fwaccel" target="_blank" rel="noopener"&gt;fwaccel dos config&lt;/A&gt; (R81.20 Performance Tuning Administration Guide) &lt;/EM&gt;contains wrong information. On bottom of the article, it is reported:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CheckMates.png" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/25338iE89D43678EADD17E/image-size/large?v=v2&amp;amp;px=999" role="button" title="CheckMates.png" alt="CheckMates.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;$FWDIR/conf/fwaccel_dos_rate_on_install&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;#!/bin/bash&lt;BR /&gt;#&lt;BR /&gt;# Automatically generated by fwaccel - DO NOT EDIT THIS FILE&lt;BR /&gt;rate.--set-enabled=1&lt;BR /&gt;global.--set-enforce-internal=0&lt;BR /&gt;pbox.--set-enabled=1&lt;BR /&gt;pbox.--set-log-reported=1&lt;BR /&gt;deny.--set-enabled=1&lt;BR /&gt;drop_frags.--set-enabled=0&lt;BR /&gt;drop_opts.--set-enabled=0&lt;BR /&gt;global.--set-monitor-only=0&lt;BR /&gt;rate.--set-rule-cache=1&lt;BR /&gt;global.--set-log-drops=1&lt;BR /&gt;...&lt;BR /&gt;deny.--set-name=&lt;BR /&gt;deny.--set-monitor-only=0&lt;BR /&gt;deny.--set-tcp-rst=0&lt;BR /&gt;pbox.--set-monitor-only=0&lt;/PRE&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;The format of the file &lt;STRONG&gt;fwaccel_dos_rate_on_install&lt;/STRONG&gt; (R81.20) is pretty different by the format mentioned in the article&lt;/LI&gt;&lt;LI&gt;It seems it is not necessary to modify the file&amp;nbsp;&lt;STRONG&gt;fwaccel_dos_rate_on_install &lt;/STRONG&gt;in R81.20&amp;nbsp;for making settings persistent: the file is modified every time the &lt;STRONG&gt;fwaccel dos config set...&lt;/STRONG&gt; is launched; and also inside the file there is written "&lt;EM&gt;# Automatically generated by fwaccel - DO NOT EDIT THIS FILE&lt;/EM&gt;"&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;- I already sent feedback to Check Point about these wrong information -&lt;/P&gt;&lt;P&gt;That's it. I hope someone could help me with first two questions.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 20:53:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/211802#M40166</guid>
      <dc:creator>cyberluke365</dc:creator>
      <dc:date>2024-04-18T20:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior with fwaccel dos...</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/211807#M40167</link>
      <description>&lt;P&gt;I suspect what you discovered about the configuration file is related to the problem you're having.&lt;BR /&gt;Which means a consult with TAC if you haven't already opened a case.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 21:50:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/211807#M40167</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-04-18T21:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior with fwaccel dos...</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/211809#M40169</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;thank you for your reply. Nope, I didn't opened a case yet (but I'll do that).&lt;/P&gt;&lt;P&gt;What do you mean: the config. file &lt;STRONG&gt;fwaccel_dos_rate_on_install&lt;/STRONG&gt; I have in R81.20 shouldn't be in that format (so the article is correct ?)&amp;nbsp; ...Or there is something wrong related to fwaccel dos and config. file in general, in R81.20 ?&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Luca&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 21:55:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/211809#M40169</guid>
      <dc:creator>cyberluke365</dc:creator>
      <dc:date>2024-04-18T21:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior with fwaccel dos...</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/211810#M40170</link>
      <description>&lt;P&gt;I assume it's related to whatever is auto-generating that configuration file.&lt;BR /&gt;Can you check the last modified date on that file and see if it tracks when you notice the issue occur?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 21:58:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/211810#M40170</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-04-18T21:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior with fwaccel dos...</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/211811#M40171</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;,&lt;/P&gt;&lt;PRE&gt;Enforcement on internal interfaces &lt;STRONG&gt;disabled&lt;/STRONG&gt;:&lt;BR /&gt;-rwxr-x--- 1 **** **** 498 Apr 18 &lt;STRONG&gt;23:34&lt;/STRONG&gt; /opt/CPsuite-R81.20/fw1/conf/fwaccel_dos_rate_on_install&lt;BR /&gt;&lt;BR /&gt;Enforcement on internal interfaces &lt;STRONG&gt;enabled&lt;/STRONG&gt;:&lt;BR /&gt;-rwxr-x--- 1 **** **** 498 Apr 19 &lt;STRONG&gt;00:08&lt;/STRONG&gt; /opt/CPsuite-R81.20/fw1/conf/fwaccel_dos_rate_on_install&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;# more $FWDIR/conf/fwaccel_dos_rate_on_install&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;#!/bin/bash&lt;BR /&gt;#&lt;BR /&gt;# Automatically generated by fwaccel - DO NOT EDIT THIS FILE&lt;BR /&gt;rate.--set-enabled=1&lt;BR /&gt;&lt;STRONG&gt;global.--set-enforce-internal=1&lt;/STRONG&gt;&lt;BR /&gt;pbox.--set-enabled=1&lt;BR /&gt;pbox.--set-log-reported=1&lt;BR /&gt;deny.--set-enabled=1&lt;BR /&gt;drop_frags.--set-enabled=0&lt;BR /&gt;drop_opts.--set-enabled=0&lt;BR /&gt;global.--set-monitor-only=0&lt;BR /&gt;rate.--set-rule-cache=1&lt;BR /&gt;global.--set-log-drops=1&lt;BR /&gt;...&lt;BR /&gt;deny.--set-name=&lt;BR /&gt;deny.--set-monitor-only=0&lt;BR /&gt;deny.--set-tcp-rst=0&lt;BR /&gt;pbox.--set-monitor-only=0&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;# fwaccel dos config get&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;rate limit: enabled (without policy)&lt;BR /&gt;rule cache: enabled&lt;BR /&gt;pbox: enabled&lt;BR /&gt;deny list: enabled (with policy)&lt;BR /&gt;drop frags: disabled&lt;BR /&gt;drop opts: disabled&lt;BR /&gt;&lt;STRONG&gt;internal: enabled&lt;/STRONG&gt;&lt;BR /&gt;monitor: disabled&lt;BR /&gt;log drops: enabled&lt;BR /&gt;log pbox: enabled&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Set back to disabled:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;# fwaccel dos config set --disable-internal&lt;/STRONG&gt;&lt;BR /&gt;Configuration saved to /opt/CPsuite-R81.20/fw1/conf/fwaccel_dos_rate_on_install&lt;/PRE&gt;&lt;P&gt;When the config. file changes (automatically) the output shows the change (of course).&lt;/P&gt;&lt;P&gt;It would be interesting to know what "&lt;STRONG&gt;global.--&lt;/STRONG&gt;" prefix in config. file, means.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 22:32:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/211811#M40171</guid>
      <dc:creator>cyberluke365</dc:creator>
      <dc:date>2024-04-18T22:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior with fwaccel dos...</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/211818#M40172</link>
      <description>&lt;P&gt;Sounds like a TAC case is in order&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 03:28:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/211818#M40172</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-04-19T03:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior with fwaccel dos...</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/211820#M40173</link>
      <description>&lt;P&gt;Case opened.&lt;/P&gt;&lt;P&gt;Let's see...&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 06:28:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/211820#M40173</guid>
      <dc:creator>cyberluke365</dc:creator>
      <dc:date>2024-04-19T06:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior with fwaccel dos...</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/212910#M40472</link>
      <description>&lt;P&gt;did you check out this one&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk179706" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk179706&lt;/A&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 09:45:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Strange-behavior-with-fwaccel-dos/m-p/212910#M40472</guid>
      <dc:creator>CheckPointerXL</dc:creator>
      <dc:date>2024-05-02T09:45:40Z</dc:date>
    </item>
  </channel>
</rss>

