<?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: Troubleshooting dropped packets in Checkpoint using zdebug in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166939#M30101</link>
    <description>&lt;P&gt;No need to swear in abbreviation, I get the message loud and clear : - )&lt;/P&gt;
&lt;P&gt;Have an amazing weekend!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jan 2023 14:36:53 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2023-01-06T14:36:53Z</dc:date>
    <item>
      <title>Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166813#M30034</link>
      <description>&lt;P&gt;Ever wished you had more insight into the traffic getting dropped by your Checkpoint Firewall?&lt;/P&gt;&lt;P&gt;Read on to learn a very powerful tool you to your rescue known as zdebug.&lt;/P&gt;&lt;P&gt;The fw ctl zdebug drop command lists all dropped packets in real time and explains the reasons for the drop&lt;/P&gt;&lt;P&gt;Use the expert mode fw ctl zdebug drop &amp;nbsp;CLI command to set all the debugs flags and get an output on the command line.&lt;/P&gt;&lt;P&gt;The syntax for the command is:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Expert@hostname]# fw ctl zdebug + &amp;lt;flags&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;where &amp;lt;flags&amp;gt; could be any fw module flag.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;For Example: The most common usage is the drop command:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Expert@hostname]# fw ctl zdebug + drop&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;If you want to see drops only for a single IP use the grep filter:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Expert@hostname]# fw ctl zdebug + drop | grep X.X.X.X&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Replace X.X.X.X with the IP you want to filter for.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;If you still cannot see the traffic, then most likely traffic is not even hitting the firewall. To verify, you can use tcmdump utility to capture packets:&lt;/P&gt;&lt;P&gt;Open a new session and:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Expert@hostname]# tcpdump -nni any host x.x.x.x -s0 -w /var/log/tcpdump1.pcap&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Note: The zdebug starts a debug in the background until it is stopped using CTRL + C.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Note: When I did CTRL +C to stop the captures, I got the following notification:&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;^C&lt;/P&gt;&lt;P&gt;&amp;nbsp;Next time perform for exit: "fw ctl debug 0"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Cannot unset debug filter&lt;/P&gt;&lt;P&gt;&amp;nbsp;Cannot unset debug filter&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;So you might need to do this as well to completely stop all debugs:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Expert@hostname]# fw ctl debug 0&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Defaulting all kernel debugging options&lt;/P&gt;&lt;P&gt;Debug state was reset to default.&lt;/P&gt;&lt;P&gt;PPAK 0: Get before set operation succeeded of simple_debug_filter_off&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 15:21:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166813#M30034</guid>
      <dc:creator>Zaid_Khan</dc:creator>
      <dc:date>2023-01-05T15:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166821#M30040</link>
      <description>&lt;P&gt;Definitely good post for any troubleshooting.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 16:07:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166821#M30040</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-01-05T16:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166822#M30041</link>
      <description>&lt;P&gt;sk100808 also describes this and I know the topic is a trigger for &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/181"&gt;@_Val_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please also consider the alternatives to tcpdump being... fw monitor &amp;amp; cppcap&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 16:34:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166822#M30041</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2023-01-05T16:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166830#M30043</link>
      <description>&lt;P&gt;Since you tagged me here,&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/3630"&gt;@Chris_Atkinson&lt;/a&gt;...&lt;BR /&gt;&lt;BR /&gt;There is no need to run "fw ctl debug 0" just because this command is done by zdebug macros when you press ctrl-z on exit.&lt;BR /&gt;&lt;BR /&gt;The rest... It is sad and disappointing that more and more people are using zdebug instead of a proper kernel debug, but I lost my battle after it leaked to SecureKnowledge and was widely adopted by TAC engineers. I would expect someone at R&amp;amp;D actually to open the code and at least add a decent debug buffer to it instead of 1024K as it is now. But no, nobody listens. And now we have long posts about that crap.&lt;BR /&gt;&lt;BR /&gt;All I had to say is said here:&amp;nbsp;&lt;A href="http://checkpoint-master-architect.blogspot.com/2017/11/kernel-debug-best-practices-or-why-fw.html" target="_blank"&gt;http://checkpoint-master-architect.blogspot.com/2017/11/kernel-debug-best-practices-or-why-fw.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I rest my hopeless case...&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 17:47:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166830#M30043</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2023-01-05T17:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166832#M30044</link>
      <description>&lt;P&gt;Good sk for sure. Well, speaking of zdebug and kernel debug, I will share 2 quick stories that come to my mind about it. So once, I was working with this large bank and they had case with escalations and there was guy from R&amp;amp;D on a call who had kernel debug prepared and he assured the customer all was fine and would you know it, as luck would have it, as soon as he ran the debug, fw got stuck, no one could access it and poor client had to drive hour away to console into it and get it working again. Lets just say, they were NOT happy (to put it nicely).&lt;/P&gt;
&lt;P&gt;Then, 2nd time, different customer and I were trying to fix weird issue they had after upgrade to R80.30 and since Tier 2 and Tier 3 could not help, they transferred us to escalations and guy asked us to run kernel debug and sure enough, box got stuck again and we had to physically powercycle it. Thank God device was 20 feet away and not 100 miles (phew).&lt;/P&gt;
&lt;P&gt;So, in all honesty, I cant blame TAC for sticking with zdebug, I do the same all the time. I never ever recommend any customers to do kernel debug, even if TAC suggests it, unless they have super solid reason for it.&lt;/P&gt;
&lt;P&gt;Just my opinion based on bad experiences with it in the past.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 18:03:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166832#M30044</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-01-05T18:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166885#M30071</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/38213"&gt;@the_rock&lt;/a&gt;&amp;nbsp;Lol, did you just seriously write all this? What do you think is the difference between "fw ctl debug" process and "fw ctl zdebug"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 08:40:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166885#M30071</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2023-01-06T08:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166891#M30074</link>
      <description>&lt;P&gt;Not any news here - why did you post this very old information ? Kernel debugs with a small buffer like here remember me of R65 debugs...&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 09:10:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166891#M30074</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2023-01-06T09:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166893#M30075</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/181"&gt;@_Val_&lt;/a&gt;&amp;nbsp;lol, I did seriously write all that. Maybe if there was proper kernel debug out there, more people would be running it, instead of zdebug.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 10:04:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166893#M30075</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-01-06T10:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166895#M30076</link>
      <description>&lt;P&gt;Please explain the difference&amp;nbsp;&lt;SPAN&gt;between "fw ctl debug" process and "fw ctl zdebug"! Afaik,&amp;nbsp;&lt;EM&gt;fw ctl zdebug&lt;/EM&gt;&amp;nbsp;runs a "fw ctl debug" kernel debug. It is only a shorthand way of defaulting all kernel parameters, setting the buffer to 1MB, and then adding fw module flags. ("fw ctl debug")&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Issue here is that the 1MB buffer is so small that it is very restrictive in use. Manual&amp;nbsp;"fw ctl debug" gives you much more parameters to fine tune debug and make it less hard for the GW.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 10:23:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166895#M30076</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2023-01-06T10:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166896#M30077</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/38213"&gt;@the_rock&lt;/a&gt; : I also saw locked-up gateways due to kernel debugs suggested by TAC, but this has nothing to do with usage of zdebug macro or not. You are so long here, did you ever read the blog post from Val from 2017 (it is even linked here)? He clearly says that zdebug macro is nothing more like this:&lt;/P&gt;
&lt;P&gt;f&lt;SPAN&gt;w ctl debug -buf 1024&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;fw ctl debug (your options)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;fw ctl kdebug -f&lt;/SPAN&gt;&lt;BR /&gt;-------(waiting for Ctrl-C)&lt;BR /&gt;&lt;SPAN&gt;fw ctl debug 0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Because of this and the way to small buffer, it should be avoided and is bad practice. I argue everytime with TAC, when they suggest using it. Beside other deprecated things like tcpdump (instead of cppcap), fw monitor -f (instead of -F) and other things.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I can only second what Val (and Günther) wrote. This way of troubleshooting is outdated and should not be used.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When you did not saw crashes with "fw ctl zdebug drop" but with some "fw ctl debug" procedure, this is not because the use of the zdebug macro, but because of the debug options (drop versus other options TAC gave your for the specific support case) or the specific environment.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 10:22:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166896#M30077</guid>
      <dc:creator>Tobias_Moritz</dc:creator>
      <dc:date>2023-01-06T10:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166898#M30078</link>
      <description>&lt;P&gt;Debug on a productive environment without maintenance window ? No one of the customers i know would let anyone do that ! Also i do not see the point of telling such tales for zdebug - looks like you assume that the two GW downs would not have been happening if zdebug had been used instead of fw ctl debug. But this in only your - unprooven - thought, not the truth...&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 10:29:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166898#M30078</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2023-01-06T10:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166900#M30080</link>
      <description>&lt;P&gt;Im so glad we are having this discussion&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21294"&gt;@G_W_Albrecht&lt;/a&gt;&amp;nbsp;. To answer your post, no, it was always done in maintenance window, NOT working hours and 2 stories I told, they are just 2 that stick in my mind, but there at least dozens more. And yes, I am confident had zdebug been used, this would have never happened, because many times, with TAC on the phone, we did zdebug on boxes running 99% CPU and never an issue, so if thats not good enough proof, then not sure what is.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1408"&gt;@Tobias_Moritz&lt;/a&gt;&amp;nbsp;Yes, I read&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/181"&gt;@_Val_&lt;/a&gt;&amp;nbsp;link. I think it does bring up some good points, but again, if you guys believe those flags are outdated and should not be used, maybe everyone at CP should get on the same page and publish an official sk about it, so there is no confusion.&lt;/P&gt;
&lt;P&gt;All I can say is this...and its 100% honest feedback. I had seen other TAC engineers from major vendors (PAN, Fortinet, Cisco) do debugs on their firewalls in production hours all the time and not a single crash.fw lock up.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cant even count how many times when I talked to TAC and they mentioned kernel debugs, I would tell them one of those 2 stories from my last post and answer would be sort of "Well, I hear you, but escalations/R&amp;amp;D may need those debugs down the road". That does not inspire confidence to the customer if it will cause their firewall to crash...so, even TAC engineers know its bad.&lt;/P&gt;
&lt;P&gt;Again, Im not trying to diminish the steps, all Im saying is I wish there were better steps to collect those debugs, thats all.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 10:58:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166900#M30080</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-01-06T10:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166902#M30082</link>
      <description>&lt;P&gt;Yes sir,&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21294"&gt;@G_W_Albrecht&lt;/a&gt;,&amp;nbsp;and if&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/38213"&gt;@the_rock&lt;/a&gt;&amp;nbsp;was a bit more attentive, he could actually also discover that fact, instead of making ridiculous suggestions, just by reading my link referenced above, where I explain that.&lt;/P&gt;
&lt;P&gt;Andy, please stop making these claims, it is no longer amusing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 11:16:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166902#M30082</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2023-01-06T11:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166905#M30085</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/38213"&gt;@the_rock&lt;/a&gt;&amp;nbsp; Oh boy, I do not know what else I can tell you, other than beg you to re-read what is already said here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 11:32:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166905#M30085</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2023-01-06T11:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166906#M30086</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1408"&gt;@Tobias_Moritz&lt;/a&gt;&amp;nbsp;I mentioned the link above &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 11:35:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166906#M30086</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2023-01-06T11:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166908#M30087</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/181"&gt;@_Val_&lt;/a&gt;&amp;nbsp;Im not being amusive, Im being 100% serious. Speak to TAC engineers yourself and get a feedback from them. If firewalls getting locked up and not having access is ridiculous, then I truly have nothing else to say. I rest my case.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 12:04:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166908#M30087</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-01-06T12:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166909#M30088</link>
      <description>&lt;P&gt;🤦&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 12:08:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166909#M30088</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2023-01-06T12:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166911#M30089</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/181"&gt;@_Val_&lt;/a&gt;&amp;nbsp;...lets have civil discussion. Please tell me what Im missing here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 12:16:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166911#M30089</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-01-06T12:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166922#M30093</link>
      <description>&lt;P&gt;You are missing a very simple fact: zdebug is &lt;U&gt;in fact&lt;/U&gt;&amp;nbsp;nothing but a set of "fw ctl debug" commands, wrapped into a macros.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You keep claiming there is &lt;U&gt;a fundamental difference&lt;/U&gt; between using "fw ctl debug" and "fw ctl zdebug", while the main difference between these techniques is that zdebug reserves a very small output buffer, which makes it very impractical when used in a production environment.&lt;BR /&gt;&lt;BR /&gt;This fact is thoroughly described in my blog post linked above, and then re-told to you by two other fellow community members. now I repeat it again, the fourth time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You claim zdebug is somehow safer than the regular kernel debug, which is not true. You refer to an occurrence when kernel debug crashed a FW. You somehow convinced yourself that it would work better with zdebug, and once again, you are mistaken. I have seen multiple cases in my 25 years where zdebug had exactly the same effect, but referring to personal experience is pointless. Kernel crash is just bad luck plus kernel code bugs, and actually, with a smaller debug buffer (zdebug) the chances of a crash are somewhat higher than with a bigger buffer.&lt;/P&gt;
&lt;P&gt;I kindly ask you to re-read carefully the thread and my blog post, and if you have any questions about the matter, I will be happy to answer them.&lt;/P&gt;
&lt;P&gt;However, if you still do not see why your statements were incorrect, I am afraid I have to give up and close this discussion.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 13:00:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166922#M30093</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2023-01-06T13:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting dropped packets in Checkpoint using zdebug</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166927#M30096</link>
      <description>&lt;P&gt;THANK YOU&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/181"&gt;@_Val_&lt;/a&gt;&amp;nbsp;. Now that I read your response and also your blog more carefully, its definitely way more clear to me. Having said that, I will add that its not just my own experience about kernel debug, but I had many customers tell me the same. Anyway, everyone would have had different "journey" when it comes to this...&lt;/P&gt;
&lt;P&gt;I do have a suggestion though. Do you think it would be possible to maybe chase R&amp;amp;D and put an official public SK together that would outline proper debugs/commands to use? I believe it would be way better to have that on support site than people "venting" here about it...just my opinion &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 13:49:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Troubleshooting-dropped-packets-in-Checkpoint-using-zdebug/m-p/166927#M30096</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-01-06T13:49:09Z</dc:date>
    </item>
  </channel>
</rss>

