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 _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/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
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 _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
El Sunday 18 June 2006 05:12, Vladimir Vitkov escribió:> yes it is set. > Also both round robin and weighted modesOk, 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
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