That's my main goal. I'll try that and report back.
Main Topics
Browse All TopicsI have 2 checkpoint R65 running in HA mode. Normally, our firewall logs 20MB of logs in about 4-5 hours. Lately, something has been performing ICMP requests at such a large number, that it writes a new log every 60-70 seconds. This also triggers the non-TCP session quota (currently set at 50%) and starts blocking legitimate traffic as well. When I look at the logs, something is natting behind the firewall performing these ICMP requests against various IP's and subnets (some don't even exist anymore). The source IP is hidden behind the NAT, so I can't see what is the real source IP to then get to the root cause. When I do a tcpdump -i eth4 | grep ICMP, I see the traffic, but I still only see the NAT'ed IP of the FW. How can I find the real source IP? By the way, I also have hundreds of networks and hosts defined on the firewall, so looking through them is like finding a needle in a haystack. I would like to see if there is a way I can look at the NAT table at a given point. Please advice. If you need any questions asked to assist further, I will respond very quickly. Thanks in advance for everyone's help.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
OK, thanks for your help so far. I found out what was happening, and it's not good. Currently, we use BGP for our MPLS sites. In the diagram, I have listed 3 remote sites with fictitous IP ranges (to protect the innocent) and local IPs for the main site and DMZ. ON the firewall, I have routes to all the remote MPLS sites to route through the PIP router. On the PIP router, there are BGP routes to all remote sites with a default gw to the firewall (for Internet access mostly). Here's the dilema - if a BGP site goes down, that route is removed from the PIP routers and the traffic then gw's to the firewall. Then, the firewall tries to reroute the traffic back to the PIP router and there goes the loop. If I do a tracert to the remote site that is down, I see the traffic go to the PIP router, then to the firewall and then it dies. If I ping the downed site, I don't get replies back. However, while I am pinging, if I do a tcpdump - i eth4 | grep remote site IP, I get thousands of ICMP requests per second. This, of course, starts to fill up the non-TCP connection table there goes my problem. How on the checkpoint, can I suppress this. Here's the catch, I can't do too much modification to this site's architecture since it's moving soon and is in shambles already - I recently inherited this architecture, so don't laugh, I didn't design it. I am an intermediate pro at the checkpoint, so I am looking for some checkpoint expert help here.
Can you issue the following on the firewall?
fw ctl pstat
Also, under capacity optimisation on the firewall in dashboard, what is the connections table size set to?
I think the main issue is routing and not CP at this point bud but as you said, you are limited to what you can do with the architecture for now, so we will see what we can do at the CP level
The connection table for non-TCP connections is set to 80% now, it was 50%. I hope my stripped down version of my network has helped so far. I am sorry I haven't gotten back sooner, its been mayhem here today - Meetings and more meeting. I will issue the fw command tomorrow and report back. I am hoping that there is some mechanism on the CP that can stop this storm from happening. I will also send my tcpdump of the storm, but will have to replace the IP's with the fictitious ones as before; but will keep them congruent with my diagram. Talk to you all tomorrow.
Business Accounts
Answer for Membership
by: deimarkPosted on 2009-08-11 at 08:25:46ID: 25070135
1st of all, in smartview tracker, enable the following fields in the logs:
Go to "view > query properties"
Scroll down and select "XlateDst" and XlateSrc"
Review the logs and view more info to see if the nat info is there.
If logging is caising the issue at the mo, double check to see if the lgos are created from a specific rule, if there is, then disable logging TEMPORARILY! If its an implied rule, then turn off logging for implied rules.
The amin point is to find out who is doing this nastyness and stop them.