All of lore.kernel.org
 help / color / mirror / Atom feed
* load balancing?
@ 2003-06-14 11:54 Jean-Yves Simon
  2003-06-14 15:36 ` Joel Newkirk
  0 siblings, 1 reply; 6+ messages in thread
From: Jean-Yves Simon @ 2003-06-14 11:54 UTC (permalink / raw)
  To: netfilter

Hello,

I'm curious if load balancing can be done with iptables, like for
example forwarding incoming web requests to one of the multiple web
servers behind the firewall.

Or is a third party software needed?


Maybe it is this planned for the future (pkttables or don't know what
name it will have)?





-- 
Jean-Yves Simon <lethalwp@tiscali.be>



^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: load balancing?
@ 2003-06-15  1:28 Antonio Paulo Salgado Forster
  0 siblings, 0 replies; 6+ messages in thread
From: Antonio Paulo Salgado Forster @ 2003-06-15  1:28 UTC (permalink / raw)
  To: Joel Newkirk; +Cc: Jean-Yves Simon, netfilter


if you want load balancing, you should look at http://www.keepalived.org
and/or http://www.linuxvirtualserver.org/

--
Forster


Joel Newkirk <netfilter@newkirk.us>@lists.netfilter.org on 06/14/2003
12:36:55 PM

Sent by:    netfilter-admin@lists.netfilter.org


To:    Jean-Yves Simon <lethalwp@tiscali.be>
cc:    netfilter@lists.netfilter.org
Subject:    Re: load balancing?



On Sat, 2003-06-14 at 07:54, Jean-Yves Simon wrote:
> Hello,
>
> I'm curious if load balancing can be done with iptables, like for
> example forwarding incoming web requests to one of the multiple web
> servers behind the firewall.
>
> Or is a third party software needed?

If all you need is to distribute requests evenly across a range of IPs
you can use the rule:

iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to
10.10.10.1-10.10.10.16

This example would attempt to distribute incoming HTTP requests evenly
across the specified range of 16 IPs.

j








^ permalink raw reply	[flat|nested] 6+ messages in thread
* load balancing?
@ 2003-06-13  4:51 Jean-Yves Simon
  2003-06-17 19:00 ` Garcia Ruiz
  2003-06-18 13:39 ` Fabrice MARIE
  0 siblings, 2 replies; 6+ messages in thread
From: Jean-Yves Simon @ 2003-06-13  4:51 UTC (permalink / raw)
  To: netfilter

Hello,

I'm curious if load balancing can be done with iptables, like for
example forwarding incoming web requests to one of the multiple web
servers behind the firewall.

Or is a third party software needed?


Maybe it is this planned for the future (pkttables or don't know what
name it will have)?




PS: can you please crosscopy to my email address, since i'm not a member
of this mailing list.



-- 
Jean-Yves Simon <lethalwp@tiscali.be>



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

end of thread, other threads:[~2003-06-18 13:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-14 11:54 load balancing? Jean-Yves Simon
2003-06-14 15:36 ` Joel Newkirk
  -- strict thread matches above, loose matches on Subject: below --
2003-06-15  1:28 Antonio Paulo Salgado Forster
2003-06-13  4:51 Jean-Yves Simon
2003-06-17 19:00 ` Garcia Ruiz
2003-06-18 13:39 ` Fabrice MARIE

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.