<?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 Kernel debug - zdebug - F filtering not working in R82 T44 in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263288#M51688</link>
    <description>&lt;P&gt;I am doing a &lt;STRONG&gt;zdebug&lt;/STRONG&gt; and wanting to filter with&lt;STRONG&gt; -F&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;In the past that worked well for me but not on the R82 SG VM today.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fw ctl zdebug -T + drop -F "192.168.99.199,0,1.2.3.4,0,0"&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I left out &lt;STRONG&gt;+ drop&lt;/STRONG&gt; in my original post but I believe the problem is still there. Added + drop in above.&lt;/P&gt;
&lt;P&gt;When I do this I see drops, but not only the desired drops:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fw ctl zdebug -T + drop&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;END OF EDIT.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Conclusion:&lt;BR /&gt;The filters are confirmed to be enabled/active but don't work (regardless of quotations or not around the filter):&lt;/P&gt;
&lt;P&gt;Simple Debug Filter Is Activated&lt;BR /&gt;Tuple Protocol Source:Port&amp;nbsp; &amp;nbsp; &amp;nbsp; Destination:Port&lt;BR /&gt;(1)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * 192.168.99.199:*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.2.3.4:*&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to do this to get the filtered output (as apposed to no ouput at all from the above command):&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fw ctl debug 0
fw ctl set str simple_debug_filter_daddr_1 1.2.3.4
fw ctl set str simple_debug_filter_saddr_1 192.168.99.199
fw ctl debug -buf 8200
fw ctl debug | grep buf
fw ctl debug -m fw + drop
fw ctl ndebug -T -o /var/log/ndebug-debug-drop.txt&lt;/LI-CODE&gt;
&lt;P&gt;--- ping to get the drop -----&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CTRL + C
fw ctl debug 0
more /var/log/ndebug-debug-drop.txt&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Nov 2025 18:07:51 GMT</pubDate>
    <dc:creator>Don_Paterson</dc:creator>
    <dc:date>2025-11-20T18:07:51Z</dc:date>
    <item>
      <title>Kernel debug - zdebug - F filtering not working in R82 T44</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263288#M51688</link>
      <description>&lt;P&gt;I am doing a &lt;STRONG&gt;zdebug&lt;/STRONG&gt; and wanting to filter with&lt;STRONG&gt; -F&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;In the past that worked well for me but not on the R82 SG VM today.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fw ctl zdebug -T + drop -F "192.168.99.199,0,1.2.3.4,0,0"&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I left out &lt;STRONG&gt;+ drop&lt;/STRONG&gt; in my original post but I believe the problem is still there. Added + drop in above.&lt;/P&gt;
&lt;P&gt;When I do this I see drops, but not only the desired drops:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fw ctl zdebug -T + drop&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;END OF EDIT.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Conclusion:&lt;BR /&gt;The filters are confirmed to be enabled/active but don't work (regardless of quotations or not around the filter):&lt;/P&gt;
&lt;P&gt;Simple Debug Filter Is Activated&lt;BR /&gt;Tuple Protocol Source:Port&amp;nbsp; &amp;nbsp; &amp;nbsp; Destination:Port&lt;BR /&gt;(1)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * 192.168.99.199:*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.2.3.4:*&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to do this to get the filtered output (as apposed to no ouput at all from the above command):&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fw ctl debug 0
fw ctl set str simple_debug_filter_daddr_1 1.2.3.4
fw ctl set str simple_debug_filter_saddr_1 192.168.99.199
fw ctl debug -buf 8200
fw ctl debug | grep buf
fw ctl debug -m fw + drop
fw ctl ndebug -T -o /var/log/ndebug-debug-drop.txt&lt;/LI-CODE&gt;
&lt;P&gt;--- ping to get the drop -----&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CTRL + C
fw ctl debug 0
more /var/log/ndebug-debug-drop.txt&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 18:07:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263288#M51688</guid>
      <dc:creator>Don_Paterson</dc:creator>
      <dc:date>2025-11-20T18:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel debug - zdebug - F filtering not working in R82 T44</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263339#M51710</link>
      <description>&lt;P&gt;Sounds like a bug.&lt;BR /&gt;Yes, I know it's a lab, but was a TAC case opened?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 16:06:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263339#M51710</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2025-11-20T16:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel debug - zdebug - F filtering not working in R82 T44</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263343#M51712</link>
      <description>&lt;P&gt;No. I haven't opened a case.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only been updating some procedures and learning and testing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you give someone in RnD a nudge?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 16:55:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263343#M51712</guid>
      <dc:creator>Don_Paterson</dc:creator>
      <dc:date>2025-11-20T16:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel debug - zdebug - F filtering not working in R82 T44</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263346#M51714</link>
      <description>&lt;P&gt;Hey Don aka Steve,&lt;/P&gt;
&lt;P&gt;I just tried it in my lab R82 jumbo 44 and it did not give any errors, appears as command would actually work.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 17:42:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263346#M51714</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-11-20T17:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel debug - zdebug - F filtering not working in R82 T44</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263347#M51715</link>
      <description>&lt;P&gt;Hi Andy,&lt;/P&gt;
&lt;P&gt;Did you do a zdebug with the -T and -F and a filter in quotes?&lt;/P&gt;
&lt;P&gt;I've seen fw monitor not work because of quotes used around the actual filter but not zdebug.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Don&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 17:47:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263347#M51715</guid>
      <dc:creator>Don_Paterson</dc:creator>
      <dc:date>2025-11-20T17:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel debug - zdebug - F filtering not working in R82 T44</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263348#M51716</link>
      <description>&lt;P&gt;I did, yes.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 17:49:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263348#M51716</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-11-20T17:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel debug - zdebug - F filtering not working in R82 T44</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263349#M51717</link>
      <description>&lt;P&gt;OK, you will see I edited my post (I left off the + drop in my original post (but not in my testing lab!)).&lt;/P&gt;
&lt;P&gt;This is the command to test, with IP addresses relevant to your lab of course.&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;fw ctl zdebug -T + drop -F "192.168.99.199,0,1.2.3.4,0,0"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 18:26:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263349#M51717</guid>
      <dc:creator>Don_Paterson</dc:creator>
      <dc:date>2025-11-20T18:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel debug - zdebug - F filtering not working in R82 T44</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263350#M51718</link>
      <description>&lt;P&gt;And you know I am gonna ask for a screenshot &lt;SPAN class="lia-emoticons-autosuggestions"&gt;&lt;SPAN class="lia-emoticons-search-term"&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 18:09:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263350#M51718</guid>
      <dc:creator>Don_Paterson</dc:creator>
      <dc:date>2025-11-20T18:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel debug - zdebug - F filtering not working in R82 T44</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263351#M51719</link>
      <description>&lt;P&gt;For any Don or Steve out there, NO charge &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;**********************************************&lt;/P&gt;
&lt;P&gt;[Expert@CP-GW:0]# cpinfo -yfw1&lt;/P&gt;
&lt;P&gt;This is Check Point CPinfo Build 914000250 for GAIA&lt;BR /&gt;[FW1]&lt;BR /&gt;HOTFIX_R80_40_MAAS_TUNNEL_AUTOUPDATE&lt;BR /&gt;HOTFIX_R82_JUMBO_HF_MAIN Take: 44&lt;BR /&gt;HOTFIX_UCA_SSH_TUNNELING_SERVICE_AUTOUPDATE&lt;BR /&gt;HOTFIX_UCA_SSH_TUNNELING_APP_AUTOUPDATE&lt;BR /&gt;HOTFIX_UCA_INFRA_MONITOR_SERVICE_AUTOUPDATE&lt;BR /&gt;HOTFIX_UCA_INFRA_LOG_SERVICE_AUTOUPDATE&lt;BR /&gt;HOTFIX_UCA_INFRA_AUTOUPDATE&lt;BR /&gt;HOTFIX_PUBLIC_CLOUD_CA_BUNDLE_AUTOUPDATE&lt;BR /&gt;HOTFIX_INEXT_NANO_EGG_AUTOUPDATE&lt;BR /&gt;HOTFIX_GOT_TPCONF_AUTOUPDATE&lt;/P&gt;
&lt;P&gt;FW1 build number:&lt;BR /&gt;This is Check Point's software version R82 - Build 010&lt;BR /&gt;kernel: R82 - Build 008&lt;/P&gt;
&lt;P&gt;[Expert@CP-GW:0]# fw ctl zdebug -T + drop -F "192.168.99.199,0,1.2.3.4,0,0"&lt;BR /&gt;Defaulting all kernel debugging options, may take a while&lt;BR /&gt;Debug state was reset to default.&lt;BR /&gt;PPAK 0: Get before set operation succeeded of simple_debug_filter_off&lt;BR /&gt;Initialized kernel debugging buffer to size 1023K&lt;BR /&gt;fw ctl set string simple_debug_filter_saddr_1 192.168.99.199 -a&lt;BR /&gt;PPAK 0: Get before set operation succeeded of simple_debug_filter_saddr_1&lt;BR /&gt;fw ctl set int simple_debug_filter_sport_1 0 -a&lt;BR /&gt;PPAK 0: Get before set operation succeeded of simple_debug_filter_sport_1&lt;BR /&gt;fw ctl set string simple_debug_filter_daddr_1 1.2.3.4 -a&lt;BR /&gt;PPAK 0: Get before set operation succeeded of simple_debug_filter_daddr_1&lt;BR /&gt;fw ctl set int simple_debug_filter_dport_1 0 -a&lt;BR /&gt;PPAK 0: Get before set operation succeeded of simple_debug_filter_dport_1&lt;BR /&gt;fw ctl set int simple_debug_filter_proto_1 0 -a&lt;BR /&gt;PPAK 0: Get before set operation succeeded of simple_debug_filter_proto_1&lt;BR /&gt;Kernel debugging buffer size: 1023KB&lt;BR /&gt;HOST:&lt;BR /&gt;Module: kiss&lt;BR /&gt;Enabled Kernel debugging options: error warning htab_bl_err&lt;BR /&gt;Messaging threshold set to type=Notice freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;SecureXL:&lt;BR /&gt;Module: kiss&lt;BR /&gt;Enabled Kernel debugging options: error warning htab_bl_err&lt;BR /&gt;Messaging threshold set to type=Notice freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: kissflow&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;SecureXL:&lt;BR /&gt;Module: kissflow&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: fw&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;SecureXL:&lt;BR /&gt;Module: seqvalid&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: h323&lt;BR /&gt;Enabled Kernel debugging options: error&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;SecureXL:&lt;BR /&gt;Module: synatk&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: cpcode&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;SecureXL:&lt;BR /&gt;Module: fg&lt;BR /&gt;Enabled Kernel debugging options: error&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: upconv&lt;BR /&gt;Enabled Kernel debugging options: error warning info&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: WS_SIP&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: crypto&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: multik&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: PSL&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: CPAS&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: UDP_IS&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: seqvalid&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: synatk&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: MUX&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: CPSSH&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: fg&lt;BR /&gt;Enabled Kernel debugging options: error&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: UC&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: dlpk&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: dlpuk&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: SDWAN&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: cpconntim&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: gtp&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: VPN&lt;BR /&gt;Enabled Kernel debugging options: err&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: WSIS&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: UPIS&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: cmi_loader&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: NRB&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: SGEN&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: RAD_KERNEL&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: WS&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: APPI&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: UP&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: MALWARE&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: UCA&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: CI&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: SFT&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: ICAP_CLIENT&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: FILEAPP&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: dlpda&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: FILE_SECURITY&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: TPUTILS&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: ZPH&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: DOMO&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: SDWANRB&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: IDAPI&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: RTM&lt;BR /&gt;Enabled Kernel debugging options: err&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;Kernel debugging buffer size: 1023KB&lt;BR /&gt;HOST:&lt;BR /&gt;Module: kiss&lt;BR /&gt;Enabled Kernel debugging options: error warning htab_bl_err&lt;BR /&gt;Messaging threshold set to type=Notice freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: kissflow&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: fw&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: h323&lt;BR /&gt;Enabled Kernel debugging options: error&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: cpcode&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: upconv&lt;BR /&gt;Enabled Kernel debugging options: error warning info&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: WS_SIP&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: crypto&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: multik&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: PSL&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: CPAS&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: UDP_IS&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: seqvalid&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: synatk&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: MUX&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: CPSSH&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: fg&lt;BR /&gt;Enabled Kernel debugging options: error&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: UC&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: dlpk&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: dlpuk&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: SDWAN&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: cpconntim&lt;BR /&gt;Enabled Kernel debugging options: error warning&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: gtp&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: VPN&lt;BR /&gt;Enabled Kernel debugging options: err&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: WSIS&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: UPIS&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: cmi_loader&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: NRB&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: SGEN&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: RAD_KERNEL&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: WS&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: APPI&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: UP&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: MALWARE&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: UCA&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: CI&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: SFT&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: ICAP_CLIENT&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: FILEAPP&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: dlpda&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: FILE_SECURITY&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: TPUTILS&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: ZPH&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: DOMO&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: SDWANRB&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: IDAPI&lt;BR /&gt;Enabled Kernel debugging options: None&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;HOST:&lt;BR /&gt;Module: RTM&lt;BR /&gt;Enabled Kernel debugging options: err&lt;BR /&gt;Messaging threshold set to type=Info freq=Common&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;SecureXL Debug Flags&lt;/P&gt;
&lt;P&gt;Module: default (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: db (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: api (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: pkt (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: infras (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: tmpl (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: vpn (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: nac (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: cpaq (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: synatk (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: adp (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: dos (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: gtp (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: sdwan (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: usdisp (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: exl (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: dpdk_lib (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: dpdk_pmd (0)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Module: dpdk_other (0)&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------&lt;BR /&gt;VPN Simple Debug Filter Not Activated&lt;BR /&gt;-----------------------------------------------------&lt;BR /&gt;Simple Debug Filter Is Activated&lt;BR /&gt;Tuple Protocol Source:Port Destination:Port&lt;BR /&gt;(1) * 192.168.99.199:* 1.2.3.4:*&lt;BR /&gt;(2) NOT DEFINED&lt;BR /&gt;(3) NOT DEFINED&lt;BR /&gt;(4) NOT DEFINED&lt;BR /&gt;(5) NOT DEFINED&lt;/P&gt;
&lt;P&gt;Number IP Address&lt;BR /&gt;(1) NOT DEFINED&lt;BR /&gt;(2) NOT DEFINED&lt;BR /&gt;(3) NOT DEFINED&lt;BR /&gt;-----------------------------------------------------&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;0.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;@;1.0;kiss_debug_report: start&lt;BR /&gt;^C&lt;BR /&gt;Next time perform for exit: "fw ctl debug 0"&lt;/P&gt;
&lt;P&gt;cpdev_wait_ioctl_done_mq: ack select failed 17, Interrupted system call&lt;/P&gt;
&lt;P&gt;cpdev_user_ioctl_mq: failed to receive ack, Interrupted system call, op 3222829798&lt;/P&gt;
&lt;P&gt;cpdev_user_ioctl: ioctl failed to device /vs0/dev/fw0&lt;BR /&gt;: Interrupted system call&lt;BR /&gt;Defaulting all kernel debugging options, may take a while&lt;BR /&gt;Debug state was reset to default.&lt;BR /&gt;PPAK 0: Get before set operation succeeded of simple_debug_filter_off&lt;BR /&gt;[Expert@CP-GW:0]#&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 18:30:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263351#M51719</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-11-20T18:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel debug - zdebug - F filtering not working in R82 T44</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263352#M51720</link>
      <description>&lt;P&gt;The end goal is to get a dropped packet and see the debug output for it.&lt;/P&gt;
&lt;P&gt;That's the part I am not seeing unless I remove the filter all together.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is not happening unless I do the long multi-command debug or zdebug without -F:&lt;/P&gt;
&lt;P&gt;@;160127.214;20Nov2025 12:33:30.690271;[vs_0];[tid_0];[fw4_0];fw_log_drop_ex: Packet proto=1 192.168.99.199:1 -&amp;gt; 1.2.3.4:0 dropped by fw_send_log_drop Reason: Rulebase drop - dropped due to 'drop optimization';&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 18:36:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263352#M51720</guid>
      <dc:creator>Don_Paterson</dc:creator>
      <dc:date>2025-11-20T18:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel debug - zdebug - F filtering not working in R82 T44</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263353#M51721</link>
      <description>&lt;P&gt;If I test with an IP thats blocked, I do get results as expected.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 18:38:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263353#M51721</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-11-20T18:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel debug - zdebug - F filtering not working in R82 T44</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263390#M51732</link>
      <description>&lt;P&gt;Regardless of the common practice of using zdebug, it is an internal, unsupported tool, and should not be used in the first place.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I was quite vocal about that for years, for example, &lt;A href="https://checkpoint-master-architect.blogspot.com/2017/11/kernel-debug-best-practices-or-why-fw.html" target="_self"&gt;here in 2017&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your list of commands, however, is legit, and this is how you should run debug, always.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 09:15:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263390#M51732</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2025-11-21T09:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel debug - zdebug - F filtering not working in R82 T44</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263399#M51734</link>
      <description>&lt;P&gt;I still recall lively discussion we had about this back in 2023 lol&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/Security-Gateways/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166922#M30093" target="_blank"&gt;https://community.checkpoint.com/t5/Security-Gateways/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166922#M30093&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 11:51:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Kernel-debug-zdebug-F-filtering-not-working-in-R82-T44/m-p/263399#M51734</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-11-21T11:51:27Z</dc:date>
    </item>
  </channel>
</rss>

