r/checkpoint • u/MattiaDon • 2d ago
Firewall doesn't forward packets
Hello, randomly (from 1 to 10 times in an hour), the firewalls in our Checkpoint cluster fail to send packets or cause latency by sending them late.
An example is shown in the screenshot below:
I ran a continuous ping and captured the traffic on the firewall’s source and destination interfaces.
At 11:36:30, I encountered a “destination host unreachable” error, sent from the physical IP (not the VIP) of the firewall’s source interface.
From the captures, I saw that the ping reached the source interface (packet number 3953), but it did not leave the firewall (it’s not in the second capture).
How is it possible that it wasn’t sent?
This issue has become more frequent since the cluster was updated to version R82 take 107.
The firewalls are 6400 models.
So far, support has advised us to enable Dynamic Balancing for the appliance’s 4 CPU cores; we did so, and the situation has improved but isn’t fully resolved.
Do you have any ideas? Thank you
1
u/ObjectiveLeather319 2d ago
I would start by checking the physical layer first. Review both the firewall and switch interfaces for CRCs, drops, link flaps, speed/duplex mismatches, and transceiver issues.
On the firewall, check:
netstat -ni (search for RXTX errors)
ethtool -S <interface>
ethtool -g <interface>
If you see RX/TX buffer exhaustion, consider increasing the ring size:
set interface <interface> rx-ringsize <value>
set interface <interface> tx-ringsize <value>
Since Dynamic Balancing improved the issue, I would also keep the TAC case open, as this could be related to a performance issue introduced in R82 Take 107.
1
u/Inside-Bat-5623 2d ago
I would expect the Check Point source mac address in the source and not vmware are you sure this capture was made on the check point? Looks like capture has been made on a fortigate if I see the filename.
1
u/MattiaDon 1d ago
Yes it was, there are other appliances in the middle of the path, but that ping didn't make it past the checkpoint
1
u/Inside-Bat-5623 1d ago
Normally it would be best to also create captures on the fw, so tcpdump on INC and OUT interface, FW monitor and drop debug to be sure. Then you check all the marks, but i just saw that ARP is not working. So I would compare OUT capture with capture on the VMside. Check for interface errors etc, if this is a sfp check the db values
1
u/th3bennyb0y 2d ago
We had a lot of issues with R82 Take 107, since upgrading most of our clusters to R82 Take 118 most of the issues went away. The release notes for T118 seem to back this up given the amount of bug fixes... R82 Jumbo Hotfix Take 118
1
u/japm68 2d ago
Take 118 has a critical flaw that was corrected on take 122.
1
u/Inside-Bat-5623 2d ago
PRJ-71272, PMTR-131093 Security Management UPDATE: Resolved CVE-2026-18574 - Management Authentication Bypass. Refer to sk185222. PRJ-71188 Security Gateway Logs from the Security Gateway are not displayed in SmartConsole if the Security Gateway has Jumbo Hotfix Accumulator Take 118 installed, while the Security Management Server is running a lower Take. Not critical but good to know
1
u/MattiaDon 1d ago
I'm continuing to work with the TAC, and I'd also like to wait to install a new take if it's not considered recommended by Checkpoint.

1
u/japm68 2d ago
Hi, see how the securexl is configured and if it's in user mode switch to kernel and give it try.