<?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: &amp;quot;fw ctl zdebug&amp;quot; Helpful Command Combinations in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40687#M3399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice post. Thanks Heiko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the original post there is this&amp;nbsp;line:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;fw ctl debug&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; background-color: #ffffff; border: 0px;"&gt;[The option behind "fw ctl zdebug"]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; background-color: #ffffff; border: 0px;"&gt;Is that not more like a fw ctl debug -m fw [options/flags] ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I remember the zdebug&amp;nbsp; focuses on the fw kernel module but I think I also remember that some other kernel module debug flags may also be set.&lt;/P&gt;&lt;P&gt;I know that the (DON'T DO THIS IN PRODUCTION) option of 'fw ctl zdebug all' adds debug flags to three or four other kernel modules but not all.&lt;/P&gt;&lt;P&gt;The fw module gets all debug flags set in that case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fw ctl zdebug -m CPAS all would be required if, for example, the CPAS module was interesting for a full debug. The command above would not then be of use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the monitorall option doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2018 16:11:43 GMT</pubDate>
    <dc:creator>Don_Paterson</dc:creator>
    <dc:date>2018-12-05T16:11:43Z</dc:date>
    <item>
      <title>"fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40680#M3392</link>
      <description>&lt;P&gt;"&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;fw ctl zdebug&lt;/STRONG&gt;&lt;/SPAN&gt;" is a powertool that is not exhausted from being used with "fw ctl zdebug drop". There is not much to be found in Check Point KB or in the documentation. "fw ctl zdebug" is an R&amp;amp;D tool for testing software in development. Therefore, the insert should be used with care. It starts a debugging in the background until it is aborted with CTRL+C. On productive systems it can have a &lt;STRONG&gt;high performance impact&lt;/STRONG&gt;. Furthermore, the debug buffer is not the largest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/68297_pastedImage_6.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What happens when you execute! It is a macro that executes the following commands:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;fw ctl debug -buf 1024&lt;BR /&gt;fw ctl debug &lt;SPAN style="color: #ff0000;"&gt;[The option behind "fw ctl zdebug"]&lt;/SPAN&gt;&lt;BR /&gt;fw ctl kdebug -f&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;[Wait until CTRL+C is pressed]&lt;/SPAN&gt;&lt;BR /&gt;fw ctl debug 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Node:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;A current list with kernel debug flags can be found here.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://downloads.checkpoint.com/dc/download.htm?ID=56864" target="_blank"&gt;Kernel Debug Flags R80.10 &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://downloads.checkpoint.com/dc/download.htm?ID=27625" target="_blank"&gt;Kernel Debug Flags R77&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Here are some good examples for debugging:&lt;/P&gt;
&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;fw ctl zdebug + packet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;fw ctl zdebug + packet | grep -B 1 &lt;STRONG&gt;TCP&lt;/STRONG&gt; |grep -B 1 "(&lt;STRONG&gt;SYN&lt;/STRONG&gt;)"&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt;&amp;lt; change SYN-ACK,ACK,FIN,... and/or UDP,TCP...&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;fw ctl zdebug + all |grep -A 1 "Monitor" | grep "&lt;STRONG&gt;1.1.1.1&lt;/STRONG&gt;"&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt;&amp;lt; change IP address&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;fw ctl zdebug + all |grep -A 2 "Monitor"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;fw ctl zdebug + sync&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;fw ctl zdebug + conn |grep "After&amp;nbsp; VM:" |grep "(SYN)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;fw ctl zdebug + xlate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;fw ctl zdebug + monitorall&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt;&amp;lt; use with host IP "| grep 1.1.1.1" or network range "| grep 1.1."&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;fw ctl zdebug + monitor&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt;&amp;lt; use with host IP "| grep 1.1.1.1" or network range "| grep 1.1."&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;fw ctl zdebug + filter conn | grep -A 8 "rule &lt;STRONG&gt;1&lt;/STRONG&gt;"&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt;&amp;lt; change rule number - show connetions to rule xyz&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;fw ctl zdebug + filter monitor&amp;nbsp; | grep -A 8 "rule &lt;STRONG&gt;2&lt;/STRONG&gt;"&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt;&amp;lt; change rule number - show connetions to rule xyz&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;STRONG&gt;Attention&lt;/STRONG&gt;, if you turn on debugging, this will affect the &lt;STRONG&gt;performance of the firewall&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;A class="" href="https://community.checkpoint.com/people/h.ank2614aef2-c5d1-3f73-bbbd-45c59b9e2728" data-containerid="-1" data-containertype="-1" data-objectid="55229" data-objecttype="3" target="_blank"&gt;Heiko&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 20:25:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40680#M3392</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-03-20T20:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: "fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40681#M3393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Heiko,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's super interesting!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any other "fw ctl zdebug" commands?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 12:26:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40681#M3393</guid>
      <dc:creator>Ariel_Soller</dc:creator>
      <dc:date>2018-06-13T12:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: "fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40682#M3394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello mates,&lt;/P&gt;&lt;P&gt;That's very useful post, but I don't understand what the reason is why there's no official documentation in SK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Heiko for your post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 12:15:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40682#M3394</guid>
      <dc:creator>GG27</dc:creator>
      <dc:date>2018-06-15T12:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: "fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40683#M3395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fw ctl zdebug options are documented in the topic-specific ATRGs in SecureKnowledge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 14:04:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40683#M3395</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-06-15T14:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: "fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40684#M3396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #454545; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="font-size: 15px;"&gt;Principle all debug modules are possible for debugging with „fw ctl zdebug“.&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #454545; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="color: #454545; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="font-size: 15px;"&gt;„fw ctl debug -h“ shows all current kernel debugging options for modules and instances.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #454545; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="color: #454545; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="font-size: 15px;"&gt;You can use various combinations.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #454545; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="color: #454545; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="font-size: 15px;"&gt;Unfortunately, the commands are only mentioned in few SK's.&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;Try it out here. &lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;I have described the most important ones above.&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #454545; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="font-size: 15px;"&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #454545; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="font-size: 15px;"&gt;I would be pleased about new interesting combinations.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #454545; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="" data-containerid="-1" data-containertype="-1" data-objectid="55229" data-objecttype="3" href="https://community.checkpoint.com/people/h.ank2614aef2-c5d1-3f73-bbbd-45c59b9e2728"&gt;Heiko&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2018 11:07:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40684#M3396</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2018-06-16T11:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: "fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40685#M3397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a great tool. I didn't know you could do so much with it. I have only worked with "fw ctl zdebug drop" and did not recognize the &lt;SPAN&gt;potentiality.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 12:29:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40685#M3397</guid>
      <dc:creator>Kai_O_</dc:creator>
      <dc:date>2018-06-18T12:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: "fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40686#M3398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fw ctl zdebug drop = debug of IPv4 connections&lt;/P&gt;&lt;P&gt;fw6 ctl zdebug drop = debug of IPv6 connections.&lt;/P&gt;&lt;P&gt;all flags and options listed here should be also valid for IPv6 (fw6).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Aug 2018 14:26:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40686#M3398</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2018-08-12T14:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: "fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40687#M3399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice post. Thanks Heiko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the original post there is this&amp;nbsp;line:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;fw ctl debug&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; background-color: #ffffff; border: 0px;"&gt;[The option behind "fw ctl zdebug"]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; background-color: #ffffff; border: 0px;"&gt;Is that not more like a fw ctl debug -m fw [options/flags] ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I remember the zdebug&amp;nbsp; focuses on the fw kernel module but I think I also remember that some other kernel module debug flags may also be set.&lt;/P&gt;&lt;P&gt;I know that the (DON'T DO THIS IN PRODUCTION) option of 'fw ctl zdebug all' adds debug flags to three or four other kernel modules but not all.&lt;/P&gt;&lt;P&gt;The fw module gets all debug flags set in that case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fw ctl zdebug -m CPAS all would be required if, for example, the CPAS module was interesting for a full debug. The command above would not then be of use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the monitorall option doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2018 16:11:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40687#M3399</guid>
      <dc:creator>Don_Paterson</dc:creator>
      <dc:date>2018-12-05T16:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: "fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40688#M3400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's just turning up the debug level a bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2018 18:18:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/40688#M3400</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-12-05T18:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: "fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/48943#M3633</link>
      <description>&lt;P&gt;This is very useful! Thanks for sharing... .&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 02:35:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/48943#M3633</guid>
      <dc:creator>Achilles_Tagg</dc:creator>
      <dc:date>2019-03-28T02:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: "fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/49069#M3652</link>
      <description>Very nice Heiko.&lt;BR /&gt;I think that the most useful part of using the command is that when you stop the debug you are running it really stops all debugging, so you cannot forget to turn it off again.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Mar 2019 16:16:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/49069#M3652</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2019-03-28T16:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: "fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/62022#M4741</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;fw ctl zdebug + monitorall&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; -&amp;gt; shows many fw chain modules&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 06:04:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/62022#M4741</guid>
      <dc:creator>Yoel_Maaravi</dc:creator>
      <dc:date>2019-09-06T06:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: "fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/70192#M5395</link>
      <description>so helpful,thanks.</description>
      <pubDate>Thu, 12 Dec 2019 02:31:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/70192#M5395</guid>
      <dc:creator>Solo</dc:creator>
      <dc:date>2019-12-12T02:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: "fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/135170#M20351</link>
      <description>&lt;P&gt;I am currently running R80.30 with JHFA take 237.&amp;nbsp; I used to be able to run fw ctl zdebug + drop | grep 10.x.x.x , but that hasn't worked in a while.&amp;nbsp; When I try to grep for a ip address it is as if the debug never loads and hangs there.&amp;nbsp; This is true on all of my gateways.&amp;nbsp; Has something changed in regards to this?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 18:50:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/135170#M20351</guid>
      <dc:creator>Mike_Jensen</dc:creator>
      <dc:date>2021-11-29T18:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: "fw ctl zdebug" Helpful Command Combinations</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/184231#M33843</link>
      <description>&lt;P&gt;You can use "-F" option instead of "grep".&lt;/P&gt;&lt;P&gt;fw ctl zdebug -F '10.x.x.x,0,0,0,0' -F '0,0,10.x.x.x,0,0' + drop&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 07:30:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/quot-fw-ctl-zdebug-quot-Helpful-Command-Combinations/m-p/184231#M33843</guid>
      <dc:creator>Zolo</dc:creator>
      <dc:date>2023-06-18T07:30:20Z</dc:date>
    </item>
  </channel>
</rss>

