Re: CARP IP level load balancing

2009-03-29 Thread Felix J. Ogris
Barney Cordoba wrote: --- On Sun, 3/8/09, Felix J. Ogris wrote: From: Felix J. Ogris Subject: Re: CARP IP level load balancing To: freebsd-net@freebsd.org Date: Sunday, March 8, 2009, 4:24 AM On 1/20/09 3:30 PM, "Alexey Ivanov" wrote: Is there any plans to port IP lev

Re: CARP IP level load balancing

2009-03-12 Thread pluknet
2009/3/13 Barney Cordoba : > > > > > --- On Sun, 3/8/09, Felix J. Ogris wrote: > >> From: Felix J. Ogris >> Subject: Re: CARP IP level load balancing >> To: freebsd-net@freebsd.org >> Date: Sunday, March 8, 2009, 4:24 AM >> On 1/20/09 3:30 PM,

Re: CARP IP level load balancing

2009-03-12 Thread Barney Cordoba
--- On Sun, 3/8/09, Felix J. Ogris wrote: > From: Felix J. Ogris > Subject: Re: CARP IP level load balancing > To: freebsd-net@freebsd.org > Date: Sunday, March 8, 2009, 4:24 AM > On 1/20/09 3:30 PM, "Alexey Ivanov" > wrote: > > > Is there any plans to

Re: CARP IP level load balancing

2009-03-08 Thread Felix J. Ogris
On 1/20/09 3:30 PM, "Alexey Ivanov" wrote: > Is there any plans to port IP level LB from OpenBSD, and, if yes, will it be > ported to 7x and 6x? Feel free to port http://ogris.de/carp/carp_aa.patch to 7.x. Felix ___ freebsd-net@freebsd.org mailing l

Re: CARP IP level load balancing

2009-01-21 Thread Tom Judge
Luiz Otavio O Souza wrote: Date: Tuesday, January 20, 2009, 9:30 AM In FreeBSD there is only ARP level LB, that is in some cases just not enough for load balancing. Is there any plans to port IP level LB from OpenBSD, and, if yes, will it be ported to 7x and 6x? In my opinion, full CARP realizat

Re: CARP IP level load balancing

2009-01-21 Thread Luiz Otavio O Souza
Date: Tuesday, January 20, 2009, 9:30 AM In FreeBSD there is only ARP level LB, that is in some cases just not enough for load balancing. Is there any plans to port IP level LB from OpenBSD, and, if yes, will it be ported to 7x and 6x? In my opinion, full CARP realization is one step towards LVS-

Re: CARP IP level load balancing

2009-01-21 Thread Barney Cordoba
--- On Tue, 1/20/09, Alexey Ivanov wrote: > From: Alexey Ivanov > Subject: CARP IP level load balancing > To: freebsd-net@freebsd.org > Date: Tuesday, January 20, 2009, 9:30 AM > In FreeBSD there is only ARP level LB, that is in some cases > just not enough for load balanci

CARP IP level load balancing

2009-01-20 Thread Alexey Ivanov
In FreeBSD there is only ARP level LB, that is in some cases just not enough for load balancing. Is there any plans to port IP level LB from OpenBSD, and, if yes, will it be ported to 7x and 6x? In my opinion, full CARP realization is one step towards LVS-equal functionality. __