* building a iptables-firewallcluster
@ 2005-08-02 12:03 Marc Schoechlin
2005-08-21 13:37 ` Marc Schoechlin
0 siblings, 1 reply; 8+ messages in thread
From: Marc Schoechlin @ 2005-08-02 12:03 UTC (permalink / raw)
To: netfilter
Hi !
As i remember at linuxtag 2004 (karlsruhe/germany) Harald Welte gave
a speech about a facility in the linux-kernel which allows the
synchronization of conntrack-tables between the different machines
of a firewall-cluster.
I searched for some documentation and the state of this project, but i was not
able to get any useful information about this issue.
Is this now part of the linux-kernel or are there now other strategies
to build firewallclusters for load-balancing and/or
high-availability ?
Where can i get detailed information about the installation of a
iptables-based firewall-cluster ?
Best regards
Marc Schoechlin
--
I prefer non-proprietary document-exchange.
http://sector7g.wurzel6.de/pdfcreator/
http://www.prooo-box.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: building a iptables-firewallcluster
2005-08-02 12:03 building a iptables-firewallcluster Marc Schoechlin
@ 2005-08-21 13:37 ` Marc Schoechlin
2005-08-22 4:10 ` Grant Taylor
2005-08-22 11:50 ` KOVACS Krisztian
0 siblings, 2 replies; 8+ messages in thread
From: Marc Schoechlin @ 2005-08-21 13:37 UTC (permalink / raw)
To: Marc Schoechlin; +Cc: netfilter
Hi !
On Tue, Aug 02, 2005 at 02:03:09PM +0200, Marc Schoechlin wrote:
> As i remember at linuxtag 2004 (karlsruhe/germany) Harald Welte gave
> a speech about a facility in the linux-kernel which allows the
> synchronization of conntrack-tables between the different machines
> of a firewall-cluster.
>
> I searched for some documentation and the state of this project, but i was not
> able to get any useful information about this issue.
>
> Is this now part of the linux-kernel or are there now other strategies
> to build firewallclusters for load-balancing and/or
> high-availability ?
>
> Where can i get detailed information about the installation of a
> iptables-based firewall-cluster ?
No resonse for two weeks - am i right to assume that this
project is dead ?
Are there any other ways ?
Best regards
Marc Schoechlin
--
I prefer non-proprietary document-exchange.
http://sector7g.wurzel6.de/pdfcreator/
http://www.prooo-box.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: building a iptables-firewallcluster
2005-08-21 13:37 ` Marc Schoechlin
@ 2005-08-22 4:10 ` Grant Taylor
2005-08-22 11:50 ` KOVACS Krisztian
1 sibling, 0 replies; 8+ messages in thread
From: Grant Taylor @ 2005-08-22 4:10 UTC (permalink / raw)
To: netfilter
> No resonse for two weeks - am i right to assume that this
> project is dead ?
>
> Are there any other ways ?
The only thing that I know of that will even remotely come close to synchronizing some firewall state is the Linux Director (load balancer) part of a Linux Virtual Server. You may want to look there.
Grant. . . .
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: building a iptables-firewallcluster
2005-08-21 13:37 ` Marc Schoechlin
2005-08-22 4:10 ` Grant Taylor
@ 2005-08-22 11:50 ` KOVACS Krisztian
2005-08-22 13:15 ` /dev/rob0
2005-08-22 18:26 ` Taylor, Grant
1 sibling, 2 replies; 8+ messages in thread
From: KOVACS Krisztian @ 2005-08-22 11:50 UTC (permalink / raw)
To: Marc Schoechlin; +Cc: netfilter
Hi,
On Sunday 21 August 2005 15.37, Marc Schoechlin wrote:
> > Is this now part of the linux-kernel or are there now other
> > strategies to build firewallclusters for load-balancing and/or
> > high-availability ?
> >
> > Where can i get detailed information about the installation of a
> > iptables-based firewall-cluster ?
>
> No resonse for two weeks - am i right to assume that this
> project is dead ?
Almost, but not completely dead.
Current code can be found in the netfilter SVN repository, take a look
at these URLs:
http://svn.netfilter.org/cgi-bin/viewcvs.cgi/branches/netfilter-ha/linux-2.6/
http://svn.netfilter.org/cgi-bin/viewcvs.cgi/branches/netfilter-ha/linux-2.6-actact/
The linux-2.6 branch is the current (actually quite old) code for
2.6.10; the linux-2.6-actact branch is Harald's latest development
version (configurable through sysfs, capable of participating in
multiple sync groups, etc.). This latter branch is even more
experimental than the linux-2.6 branch, of course...
Some of the infrastructure necessary for this code (namely conntrack
events) will be part of Linux 2.6.14 (it's already in David Miller's
2.6.14 networking branch). Unfortunately Harald's -actact branch is far
from being complete, and porting this code for the (slightly changed)
Linux-2.6.14 infrastructure is to be done. Slightly more information
can be found in the netfilter-ha mailing list archive (yes, I know,
that list seems to be dead as well).
Unfortunately Harald does not seem to have the time necessary to work
on this project right now, and neither do I. (Apart from this, I also
don't have the devices necessary to do _any_ testing apart from
compiling the code...)
Sorry for the late answer, but the case is that I very rarely read the
'netfilter' mailing list.
--
Regards,
Krisztian Kovacs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: building a iptables-firewallcluster
2005-08-22 11:50 ` KOVACS Krisztian
@ 2005-08-22 13:15 ` /dev/rob0
2005-08-22 14:42 ` KOVACS Krisztian
2005-08-22 18:29 ` Taylor, Grant
2005-08-22 18:26 ` Taylor, Grant
1 sibling, 2 replies; 8+ messages in thread
From: /dev/rob0 @ 2005-08-22 13:15 UTC (permalink / raw)
To: netfilter; +Cc: KOVACS Krisztian
On Monday 2005-August-22 06:50, KOVACS Krisztian wrote:
> On Sunday 21 August 2005 15.37, Marc Schoechlin wrote:
> > No resonse for two weeks - am i right to assume that this
> > project is dead ?
>
> Almost, but not completely dead.
Did we not just have 2 iptables releases last month? Slow perhaps, but
the rumours of the death of netfilter would appear to be greatly
exaggerated. :)
> Unfortunately Harald does not seem to have the time necessary to
> work on this project right now, and neither do I. (Apart from this, I
> also don't have the devices necessary to do _any_ testing apart from
> compiling the code...)
I can't suggest anything to help with making more hours in the day,
other than take a lot of westbound jet flights, and always continue
westbound. ;) But I have a couple of ideas for the device shortage:
1. Skip surfing / dumpster diving
Old "useless" machines are excellent netfilterers.
2. User-mode Linux
Set up an entire network on one physical machine.
--
mail to this address is discarded unless "/dev/rob0"
or "not-spam" is in Subject: header
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: building a iptables-firewallcluster
2005-08-22 13:15 ` /dev/rob0
@ 2005-08-22 14:42 ` KOVACS Krisztian
2005-08-22 18:29 ` Taylor, Grant
1 sibling, 0 replies; 8+ messages in thread
From: KOVACS Krisztian @ 2005-08-22 14:42 UTC (permalink / raw)
To: /dev/rob0; +Cc: netfilter
Hi,
On Monday 22 August 2005 15.15, /dev/rob0 wrote:
> > Almost, but not completely dead.
>
> Did we not just have 2 iptables releases last month? Slow perhaps,
> but the rumours of the death of netfilter would appear to be greatly
> exaggerated. :)
I was referring to netfiler HA, not netfilter itself.
--
Regards,
Krisztian Kovacs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: building a iptables-firewallcluster
2005-08-22 11:50 ` KOVACS Krisztian
2005-08-22 13:15 ` /dev/rob0
@ 2005-08-22 18:26 ` Taylor, Grant
1 sibling, 0 replies; 8+ messages in thread
From: Taylor, Grant @ 2005-08-22 18:26 UTC (permalink / raw)
To: netfilter
> Unfortunately Harald does not seem to have the time necessary to work
> on this project right now, and neither do I. (Apart from this, I also
> don't have the devices necessary to do _any_ testing apart from
> compiling the code...)
I might have devices to do some testing as well as an ISP that will work with me (give me the IPs that I need to test with) so I'd be more than happy to help in that regard. I'd also love to see such things come about.
Grant. . . .
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: building a iptables-firewallcluster
2005-08-22 13:15 ` /dev/rob0
2005-08-22 14:42 ` KOVACS Krisztian
@ 2005-08-22 18:29 ` Taylor, Grant
1 sibling, 0 replies; 8+ messages in thread
From: Taylor, Grant @ 2005-08-22 18:29 UTC (permalink / raw)
To: netfilter
> I can't suggest anything to help with making more hours in the day,
> other than take a lot of westbound jet flights, and always continue
> westbound. ;) But I have a couple of ideas for the device shortage:
>
> 1. Skip surfing / dumpster diving
> Old "useless" machines are excellent netfilterers.
> 2. User-mode Linux
> Set up an entire network on one physical machine.
There are a lot of things that can be done with UML, but more can be done with said low end boxen. I personally have at present more than a dozen unallocated P-II 233 MHz 64 MB RAM systems (read GREAT routers!) and an 8 port KVM switch box with cables that I'd be more than willing to hook up to some boxen to work with.
Grant. . . .
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-08-22 18:29 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-02 12:03 building a iptables-firewallcluster Marc Schoechlin
2005-08-21 13:37 ` Marc Schoechlin
2005-08-22 4:10 ` Grant Taylor
2005-08-22 11:50 ` KOVACS Krisztian
2005-08-22 13:15 ` /dev/rob0
2005-08-22 14:42 ` KOVACS Krisztian
2005-08-22 18:29 ` Taylor, Grant
2005-08-22 18:26 ` Taylor, Grant
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.