All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] working patches for load balancing
@ 2006-06-17 15:51 Vladimir Vitkov
  2006-06-18  4:46 ` Luciano Ruete
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vladimir Vitkov @ 2006-06-17 15:51 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 428 bytes --]

Hi,

i want to do load balancing of 2 ISP's
Everything is set up OK but one of the ISP's is loaded on 100% while
the other is utilised on 1 - 5%

I've read about Julians patches but they stop at 2.6.14.

Is anybody aware of similar patches for higher patchlevels. 2.6.14 is
not suitable for my setup

Thanks for reading :)
-- 
С уважение,
Владимир Витков

http://www.netsecad.com
http://www.supportbg.com

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

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

* Re: [LARTC] working patches for load balancing
  2006-06-17 15:51 [LARTC] working patches for load balancing Vladimir Vitkov
@ 2006-06-18  4:46 ` Luciano Ruete
  2006-06-18  8:12 ` Vladimir Vitkov
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Luciano Ruete @ 2006-06-18  4:46 UTC (permalink / raw)
  To: lartc

El Saturday 17 June 2006 12:51, Vladimir Vitkov escribió:
> Hi,
>
> i want to do load balancing of 2 ISP's
> Everything is set up OK but one of the ISP's is loaded on 100% while
> the other is utilised on 1 - 5%

Is CONFIG_IP_ROUTE_MULTIPATH_CACHED set on your kernel config?

-- 
Luciano
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

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

* Re: [LARTC] working patches for load balancing
  2006-06-17 15:51 [LARTC] working patches for load balancing Vladimir Vitkov
  2006-06-18  4:46 ` Luciano Ruete
@ 2006-06-18  8:12 ` Vladimir Vitkov
  2006-06-18 15:05 ` Luciano Ruete
  2006-06-24  9:40 ` Vladimir Vitkov
  3 siblings, 0 replies; 5+ messages in thread
From: Vladimir Vitkov @ 2006-06-18  8:12 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 684 bytes --]

yes it is set.
Also both round robin and weighted modes

On 18/06/06, Luciano Ruete <luciano@lugmen.org.ar> wrote:
> El Saturday 17 June 2006 12:51, Vladimir Vitkov escribió:
> > Hi,
> >
> > i want to do load balancing of 2 ISP's
> > Everything is set up OK but one of the ISP's is loaded on 100% while
> > the other is utilised on 1 - 5%
>
> Is CONFIG_IP_ROUTE_MULTIPATH_CACHED set on your kernel config?
>
> --
> Luciano
> _______________________________________________
> LARTC mailing list
> LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>


-- 
С уважение,
Владимир Витков

http://www.netsecad.com
http://www.supportbg.com

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

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

* Re: [LARTC] working patches for load balancing
  2006-06-17 15:51 [LARTC] working patches for load balancing Vladimir Vitkov
  2006-06-18  4:46 ` Luciano Ruete
  2006-06-18  8:12 ` Vladimir Vitkov
@ 2006-06-18 15:05 ` Luciano Ruete
  2006-06-24  9:40 ` Vladimir Vitkov
  3 siblings, 0 replies; 5+ messages in thread
From: Luciano Ruete @ 2006-06-18 15:05 UTC (permalink / raw)
  To: lartc

El Sunday 18 June 2006 05:12, Vladimir Vitkov escribió:
> yes it is set.
> Also both round robin and weighted modes

Ok, then may you hit the problem, give a tray to a kernel without 
CONFIG_IP_ROUTE_MULTIPATH_CACHED.

Two months ago i have the same problem, the multipath cached option was 
EXPERIMENTAL at that time (i think it still is), and it does not work 
properly, and to deactivate it is the cheeper way to make multipath work. 

If you insist whit make CONFIG_IP_ROUTE_MULTIPATH_CACHED you must remember 
that you need to select one of the cache selection algos, not only build them 
in the kernel, also you need to specify one whit the ip route command, ie(for 
round robin):

ip route add default mpath rr nexthop via....

-- 
Luciano
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

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

* Re: [LARTC] working patches for load balancing
  2006-06-17 15:51 [LARTC] working patches for load balancing Vladimir Vitkov
                   ` (2 preceding siblings ...)
  2006-06-18 15:05 ` Luciano Ruete
@ 2006-06-24  9:40 ` Vladimir Vitkov
  3 siblings, 0 replies; 5+ messages in thread
From: Vladimir Vitkov @ 2006-06-24  9:40 UTC (permalink / raw)
  To: lartc

Thanks luciano,

without CONFIG_IP_ROUTE_MULTIPATH_CACHED works like a charm.

Luciano Ruete wrote:
> El Sunday 18 June 2006 05:12, Vladimir Vitkov escribió:
>> yes it is set.
>> Also both round robin and weighted modes
> 
> Ok, then may you hit the problem, give a tray to a kernel without 
> CONFIG_IP_ROUTE_MULTIPATH_CACHED.
> 
> Two months ago i have the same problem, the multipath cached option was 
> EXPERIMENTAL at that time (i think it still is), and it does not work 
> properly, and to deactivate it is the cheeper way to make multipath work. 
> 
> If you insist whit make CONFIG_IP_ROUTE_MULTIPATH_CACHED you must remember 
> that you need to select one of the cache selection algos, not only build them 
> in the kernel, also you need to specify one whit the ip route command, ie(for 
> round robin):
> 
> ip route add default mpath rr nexthop via....
> 

-- 
If everything fails, use a hammer

Vladimir Vitkov <vvitkov [at] gmail [dot] com
pgp KeyID: 0x9215F7F7
Fingerprint: DDC0 DC86 AE97 D9EE F654 7EDC 5F03 309C 9215 F7F7
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

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

end of thread, other threads:[~2006-06-24  9:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-17 15:51 [LARTC] working patches for load balancing Vladimir Vitkov
2006-06-18  4:46 ` Luciano Ruete
2006-06-18  8:12 ` Vladimir Vitkov
2006-06-18 15:05 ` Luciano Ruete
2006-06-24  9:40 ` Vladimir Vitkov

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.