iptables and load balancing

iptables and load balancing

am 08.04.2007 17:56:31 von vertigo

Hello

Does linux iptables allows for load-balancing witch
two intenet lines ?
Do you know any good HOWTO ?

Thanx
Michal

--
http://itaudits.org

Re: iptables and load balancing

am 08.04.2007 18:54:51 von Ansgar -59cobalt- Wiechers

vertigo wrote:
> Does linux iptables allows for load-balancing witch
> two intenet lines ?

In combination with iproute: yes.

> Do you know any good HOWTO ?

google://iptables+load-balancing

cu
59cobalt
--
"If a software developer ever believes a rootkit is a necessary part of
their architecture they should go back and re-architect their solution."
--Mark Russinovich

Re: iptables and load balancing

am 09.04.2007 20:26:10 von Bartosz Gagat

Yes,
but without session state tracking.

"vertigo" wrote in message news:op.tqg2khfsy0t4kh@darkstar...
> Hello
>
> Does linux iptables allows for load-balancing witch
> two intenet lines ?
> Do you know any good HOWTO ?
>
> Thanx
> Michal
>
> --
> http://itaudits.org

Re: iptables and load balancing

am 09.04.2007 20:54:25 von unknown

Post removed (X-No-Archive: yes)

Re: iptables and load balancing

am 09.04.2007 21:51:54 von ibuprofin

On Sun, 08 Apr 2007, in the Usenet newsgroup comp.security.firewalls, in
article , vertigo wrote:

>Does linux iptables allows for load-balancing witch
>two intenet lines ?

[compton ~]$ whatis ip tc
ip (8) - show / manipulate routing, devices, policy routing
and tunnels
tc (8) - show / manipulate traffic control settings
[compton ~]$

>Do you know any good HOWTO ?

-rw-rw-r-- 1 gferg ldp 297491 Sep 4 2003 Adv-Routing-HOWTO

Also, http://www.netfilter.org/documentation/HOWTO/

[TXT] networking-concepts-HOWTO.txt 17-Oct-2004 14:34 28K
[TXT] packet-filtering-HOWTO.txt 17-Oct-2004 14:34 52K
[DIR] pl/ 17-Oct-2004 14:34 -

Old guy