- Products
- Learn
- Local User Groups
- Partners
- More
What's New in Check Point SASE
Wednesday, 9 September @ 5pm CET / 11am EDT
The State of Ransomware Q2 2026:
This Quarter's Trends, and Their Impact on Your Defenses
AI Security Masters
Implementing the AI Security Trifecta
CheckMates Go:
Half is Not Enough
Dear Checkpoint Experts,
I am encountering a unique issue while connecting to one of the voice servers on UDP port 5060. The behavior observed in the logs is inconsistent:
I have attached a screenshot below for your reference.
Could you please guide me on how to resolve this issue? Your assistance would be greatly appreciated.
Best regards,
Dear Checkpoint Experts,
I am encountering a unique issue while connecting to one of the voice servers on UDP port 5060. The behavior observed in the logs is inconsistent:
I have attached a screenshot below for your reference.
Could you please guide me on how to resolve this issue? Your assistance would be greatly appreciated.
Best regards,
Dear Checkpoint Experts,
I am encountering a unique issue while connecting to one of the voice servers on UDP port 5060. The behavior observed in the logs is inconsistent:
I have attached a screenshot below for your reference.
Could you please guide me on how to resolve this issue? Your assistance would be greatly appreciated.
Best regards,
I tried, but no packets were captured in the pcap file (zero packets). Traffic is continuously coming on port 5060.
I tried, but no packets were captured in the pcap file (zero packets). Traffic is continuously coming on port 5060.
I know in the old days of CP, people would use below method, though back then, it would say NONE (that exact word), now its bit different, but sort of same principle.
Andy
I know in the old days of CP, people would use below method, though back then, it would say NONE (that exact word), now its bit different, but sort of same principle.
Andy
🖕True Story!
🖕True Story!
Fixed LOTS of issues that way back in R77 lol
Fixed LOTS of issues that way back in R77 lol
sip-tcp already has the protocol signature disabled (at least in R82).
sip-tcp already has the protocol signature disabled (at least in R82).
Does not seem to be the case in R81.20 (sip-tcp-proto), but in R82, I checked demo and its exact same thing.
Andy
Does not seem to be the case in R81.20 (sip-tcp-proto), but in R82, I checked demo and its exact same thing.
Andy
How precisely are you capturing packets?
How precisely are you capturing packets?
Hey @yourshamim , were you able to make any progress?
Andy
Hey @yourshamim , were you able to make any progress?
Andy
Not yet. I have raised a TAC case, and the TAC engineer is currently looking into it.
Not yet. I have raised a TAC case, and the TAC engineer is currently looking into it.
Please let us know the outcome.
Please let us know the outcome.
Hey @yourshamim ...just wondering, are you able to try what was suggested with protocol none in the service and see if it makes any difference?
Andy
Hey @yourshamim ...just wondering, are you able to try what was suggested with protocol none in the service and see if it makes any difference?
Andy
I ran the cppcap as indicated and am getting a failure for syntax. Ran it on a lab box same error. Is an interface required for the cppcap command?
cppcap -i eth1 -c 0 -f 'port 5060 and ((udp[20:4] = 0x52454749) or (udp[20:4] = 0x494e5649))' -o /var/log/sip-invite.pcap
I ran the cppcap as indicated and am getting a failure for syntax. Ran it on a lab box same error. Is an interface required for the cppcap command?
cppcap -i eth1 -c 0 -f 'port 5060 and ((udp[20:4] = 0x52454749) or (udp[20:4] = 0x494e5649))' -o /var/log/sip-invite.pcap
Just use example from the site my colleague made while ago.
Andy
Something like below, but you can do your own filters.
cppcap -o test.pcap -i eth1 -f " host 1.1.1.1 "
Just use example from the site my colleague made while ago.
Andy
Something like below, but you can do your own filters.
cppcap -o test.pcap -i eth1 -f " host 1.1.1.1 "
cppcap -i any -c 0 -f 'port 5060 and ((udp[20:4] = 0x52454749) or (udp[20:4] = 0x494e5649))' -o /var/log/sip-invite.pcap
This looks like it worked, does the SK need to be updated to reflect the -i any?
cppcap -i any -c 0 -f 'port 5060 and ((udp[20:4] = 0x52454749) or (udp[20:4] = 0x494e5649))' -o /var/log/sip-invite.pcap
This looks like it worked, does the SK need to be updated to reflect the -i any?
Hi guys,
On the user's side, they restarted the server during troubleshooting. FW is getting a Virt Defrag Timeout error in the tracker and Zdebug. The tracker is receiving traffic on UDP port 0.
surprisingly TCPdump capture showing UDP port 5060. we have another round of troubleshooting call today with CP TAC and Avaya team.
Hi guys,
On the user's side, they restarted the server during troubleshooting. FW is getting a Virt Defrag Timeout error in the tracker and Zdebug. The tracker is receiving traffic on UDP port 0.
surprisingly TCPdump capture showing UDP port 5060. we have another round of troubleshooting call today with CP TAC and Avaya team.
Hey,
How is sip-tcp service configured atm? What does protocol option show?
Andy
Hey,
How is sip-tcp service configured atm? What does protocol option show?
Andy
I allowed service any at this moment for testing purposes.
I allowed service any at this moment for testing purposes.
Just an idea...did you try disable IPS blade as a test?
Just an idea...did you try disable IPS blade as a test?
Got it. In that case, Im out of ideas, sorry 😞
Got it. In that case, Im out of ideas, sorry 😞
You can allow traffic on port 0, FYI.
See: https://support.checkpoint.com/results/sk/sk27109
You can allow traffic on port 0, FYI.
See: https://support.checkpoint.com/results/sk/sk27109
I changed the value to 1 through the set command but not Luck. same drop reason " Virt Defrag Timeout" and service UDP/0.
I changed the value to 1 through the set command but not Luck. same drop reason " Virt Defrag Timeout" and service UDP/0.
The fact you're hitting this error means you are receiving fragmented packets.
Prior to inspection, we "virtually reassemble" the packet in memory.
If we don't receive all the fragments for the packet in time, we generate a timeout message.
You can adjust the virtual defragmentation timeout setting.
While this is configured in the Threat Prevention settings, it's a Firewall setting, as is everything else in the Inspection Setting.
See: https://support.checkpoint.com/results/sk/sk65074
Ideally, though, you should figure out why you are receiving fragmented packets in the first place.
That is specific to the application/network and may indicate an MTU issue somewhere in the network path.
The fact you're hitting this error means you are receiving fragmented packets.
Prior to inspection, we "virtually reassemble" the packet in memory.
If we don't receive all the fragments for the packet in time, we generate a timeout message.
You can adjust the virtual defragmentation timeout setting.
While this is configured in the Threat Prevention settings, it's a Firewall setting, as is everything else in the Inspection Setting.
See: https://support.checkpoint.com/results/sk/sk65074
Ideally, though, you should figure out why you are receiving fragmented packets in the first place.
That is specific to the application/network and may indicate an MTU issue somewhere in the network path.