Linux Netfilter discussions
 help / color / mirror / Atom feed
* RE: IPTABLES vs Checkpoint
@ 2002-11-27  6:39 Reckhard, Tobias
  2002-11-28 11:23 ` Florent AIDE
  0 siblings, 1 reply; 12+ messages in thread
From: Reckhard, Tobias @ 2002-11-27  6:39 UTC (permalink / raw)
  To: netfilter

Wayne,

basically, Ben's assessment pretty much hits the nail. Check Point
Firewall-1 and netftfilter/iptables are rather similar in their packet
filtering technology, both employ stateful filtering (CP has trademarked the
term 'stateful inspection'). AFAIK, neither perform advanced stuff like
packet normalization or sequence number validation. So, for plain TCP, UDP
and ICMP protocols, there should be no significant difference. There might
be differences in the implementations of the helper modules for not-so-plain
protocols, such as IRC, FTP and H.323. Both CP and iptables (and formerly
ipchains' masquerading modules) have had serious issues here, however, it's
just something that stateful filters can't do (as) well (as application
level gateways). CP FW-1 also comes with some ALGs, called resources, I
believe. These are nicely integrated, but typically don't offer the
flexibility of a separate ALG.

Ben is right when he says that CP is geared towards larger setups, their
separation of firewall nodes, management servers and user interface
demonstrates this. There's a large community for both systems, but the CP
crowd are more focussed on larger-scale enterprise deployment, while most
iptables people have a rather small LAN behind the box. That's not to say
one is technically better at either job, it just shows what sort of
community support you can expect.

Now personally, I'm all for open source and the good ole UNIX habit and
security paradigm of separating different tasks to individual tools, so by
gut feeling I'd prefer a properly built open-source solution over Check
Point. However, doing so would definitely require a bit of work and
expertise. I'm not sure maintenance of the result would actually be
considerably worse than that of the CP alternative, and OTOH I see a gain in
flexibility. The company definitely becomes more dependent on the person (or
people) who know the system. Untrained personnel would probably not be able
to cope with it or at least its details. You couldn't buy support contracts
for it.

The problem poses many different questions. Answer most, if not all of them,
and you should be able to decide pretty well what's best for you.

Cheers,
Tobias


^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: IPTABLES vs Checkpoint
@ 2002-11-27  6:45 Wayne de Nobrega
  2002-11-27 12:06 ` Nick Drage
  0 siblings, 1 reply; 12+ messages in thread
From: Wayne de Nobrega @ 2002-11-27  6:45 UTC (permalink / raw)
  To: Ben Russo; +Cc: netfilter

Many thanks for your input.

I agree with your point that if this is to be managed by corporate, then
the Nokia solution would be better from a standards and control point.  

In my specific case, this company is already running the Nokia solution.
For the office in my country, the local office does not want to incur
the cost of $7,000 (excluding ongoing licence costs) to install the
solution when they can install the IPTABLES version for the equivalent
of $1,000 (h/w, s/w and installation).

The local firewall will be managed locally and has very simply rules in
place as they are not running any services behind the firewall. They
will also not be running any VPN.  It is simply for connecting the local
office to the Internet, not to corporate.

Do you have any more info which explains the architecture of the Nokia
IP330 and Checkpoint solution so that I can do a more technical
comparison between the two products.  The information on the Nokia site
is typical marketing.  I believe the Nokia product runs a customised
version of FreeBSD.

Regards

Wayne

-----Original Message-----
From: Ben Russo [mailto:ben@umialumni.com] 
Sent: 27 November 2002 12:33 AM
To: Wayne de Nobrega
Cc: netfilter@lists.netfilter.org
Subject: Re: IPTABLES vs Checkpoint


For a company with many offices a Nokia CheckPoint solution is a good
choice *IF* the money spent on the management of the firewall is
reasonably proportional to the cost of the firewall software and
updates.

I used to run many Linux based iptables firewalls for data centers in 
many different cities and offices in many cities.  It was a management 
nightmare that led our company to decide to use Checkpoint.  Not because
it was technically superior to iptables when simply looking at
firewalls.  (although there are many viewpoints to that argument) but
because in terms of time and energy spent managing the firewalls
checkpoint's TCO was much lower.

I love Linux ( I am an RHCE and manage scores of Linux servers) iptables
makes a great SOHO firewall for the technically saavy or a host based
firewall with a distributions GUI tools for even 
newbies.  And if you are in a small organization with only a handfull of
firewalls you can even do *VERY* complex things with it.

However for an enterprise solution you need management tools and you may
need integration with VPN's, DNS, Authentication, IP-GRE Accounting,
performance management 
and other third party applications.  
CheckPoint has modules and tools that can do all of that.

You could probably glue together many great Open Source packages to meet
your needs, but it is a constant uphill battle to keep them all updated
with patches and integrated and scalability and management becomes a big
issue.  Also, when you start doing that then there is the risk to the
company of losing the employees who "know-how-it-works"

When sticking to a Commercial Off The Shelf system like CheckPoint and
using Commercial integration modules the costs may seem dramatic.
However you can hire Certified Consultants when your Sr. SysAdmin quits
who know CISCO, NOKIA, CheckPoint, MSCP, RHCE, etc. etc.. There is a
value in that too.

What it comes down to (IMHO) is the variables in your TCO 
equation.  You need someone who both knows your business and what its
goals and growth are likely to be, and also has  experience with
enterprise WAN management to evaluate that TCO equation.


On Tue, 2002-11-26 at 14:28, Wayne de Nobrega wrote:
> Hello,
> 
> I have a customer who is part of an international group which has a 
> policy of using the Nokia Checkpoint firewall.  Due to the signifcant 
> cost differences, and our preference, the local branch and ourselves 
> would like to install an IPTABLES based firewall.  I need some help in

> motivating this to head office and am looking for information 
> comparing the two solutions.  I need to focus on the technical issues 
> of the two products and ultimately the inherent security realised from

> the two products.
> 
> Can anyone offer some input or point me to a source of information.
> 
> Many thanks
> 
> Wayne



^ permalink raw reply	[flat|nested] 12+ messages in thread
* IPTABLES vs Checkpoint
@ 2002-11-26 19:28 Wayne de Nobrega
  2002-11-26 20:53 ` Nigel Clarke
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Wayne de Nobrega @ 2002-11-26 19:28 UTC (permalink / raw)
  To: netfilter

Hello,

I have a customer who is part of an international group which has a
policy of using the Nokia Checkpoint firewall.  Due to the signifcant
cost differences, and our preference, the local branch and ourselves
would like to install an IPTABLES based firewall.  I need some help in
motivating this to head office and am looking for information comparing
the two solutions.  I need to focus on the technical issues of the two
products and ultimately the inherent security realised from the two
products.

Can anyone offer some input or point me to a source of information.

Many thanks

Wayne


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2002-11-28 11:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-27  6:39 IPTABLES vs Checkpoint Reckhard, Tobias
2002-11-28 11:23 ` Florent AIDE
  -- strict thread matches above, loose matches on Subject: below --
2002-11-27  6:45 Wayne de Nobrega
2002-11-27 12:06 ` Nick Drage
2002-11-26 19:28 Wayne de Nobrega
2002-11-26 20:53 ` Nigel Clarke
2002-11-26 22:32 ` Nix N. Nix
2002-11-26 23:19   ` Ivan E. Moore II
2002-11-27  1:11     ` Nick Drage
2002-11-27  1:13   ` Nick Drage
2002-11-27  2:17     ` Nigel Clarke
2002-11-26 22:32 ` Ben Russo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox