Quote:
They are terribly expensive initially and for support (i.e. about $10k a year per)
The code is very buggy and it takes months for them to fix bugs.
You get 4 conflicting answers for the same question from support.
Firewalls stop forwarding traffic when you push polices.
To fix your issue with the firewalls stopping forwarding traffic you need to disable SecureXL. What version you running? We get this a lot on R70.30....
To disable SecureXL one time(on each gateway, not on the management): fwaccel off
fwaccel stat will tell you whether it is properly turned off or not. Essentially the problem is that the SecureXL maintains a kind of state table, that doesn't properly refresh when pushing a policy. The downside to disabling SecureXL is that the firewalls go under excessive levels of load, and at the moment we are at a point where we have to disable SecureXL to push a policy, and then re-enable afterwards so that firewalls don't crash, or the network doesn't slow to a crawl.
Quote:
Checkpoint firewalls are terrible. I'd avoid them at all costs personally
- Most definitely correct.
Quote:
Less intuitive interface (I guess you'd like it if you are a "clicker", I don't)
Simple tasks require more effort to accomplish than on an ASA (lol VPNs good luck)
Export policy from one cluster to another is an exercise in frustration (simple cut/paste on Cisco in notepad)
Their tech support skill level is somewhere between pathetic and terrible depending on who you talk to
Creating objects for everything just adds more overhead to creating new rules... it also creates dynamic garbage objects that you can't get rid of...
IPS feature is crap
URL filtering is a joke and isn't customizable enough to be useful beyond their cookie cutter category system...
Granular policy NAT policies take double the time to input into their stupid GUI
- All correct, although don't mind the IPS. The support is horrible, and their software is full of bugs that requires you to upgrade your entire firewalls to fix(which simply isn't an option when your a PCI compliant environment where the firewalls run everything).
Quote:
Which did you learn first, ASA or Check Point?
- I learn't both about the same time. Checkpoint Tracker is a good feature, everything else is reasonably rubbish. IPSEC VPN interoperability can be a nightmare, and debugging requires downloading the elg files and using a unintuitive app to parse the debug files.
Quote:
I can confirm this is true. About 1 out of every 5 firewall pushes stops traffic flow on a cluster and about one out of every 20 cause the primary unit to crash and the backup to take over. This has happened on version R70 and R75.
- Damn we get this too(both the dropped traffic, and the firewalls failing over to standby on some policy pushes), and were hoping R75 would resolve it.
Quote:
From what I can tell, only the VPN tunnels are reset.
- This is correct, we have this issue, but only with some VPN's... The problem again, is SecureXL and you can fix the issue by disabling SecureXL or continually pushing new policies until it comes back. The way you can tell if it is SecureXL is if you see incoming connections over the VPN but your servers are stuck in a TCP Half Open state, or your outgoing connections aren't receiving a reply. What you will see in tracker is the incoming connection for example, and it all looks fine, but if you switch the destination and source around, you will see that the reply packet is probably being dropped because it is out of state(eg. an ACK when no SYN recorded) - this is because the connection tracking table that they call SecureXL is FUBAR and is not matching the return flow with the originating flow.... Stupid I know... Other option is a cprestart or completely resetting the fw state table, which I have a command for if you want but it's dangerous and will drop all existing connections on the network(which in my case would cause absolute havoc, which I guess isn't much worse than the havoc they already cause).
So long story short. Get rid of them, and get ASA's. No amount of "ease of use" will make up for the fact that they NEVER @#%*&ng work...