drlb: a direct routing loadbalancer

2008-03-03 Thread Jean-Yves Moulin
Hi everybody, I'have made a simple software load-balancer for FreeBSD. It work only in direct-routing mode. This is a kernel module that works for freebsd 6.2, 6.3 and 7.0 (tested) (and netbsd soon). It use pfil in order to watch incoming packet and redirect to real-server. You can d

Re: Direct routing

2006-01-07 Thread Karel Miklav
Marcin Jessa wrote: Could you share with your experience regardless how bad/good it may be? It will take a while. In the meantime you can check their results at http://dragon.linux-vs.org/~dragonfly/software/doc/ipvs_freebsd/performance.html -- Regards, Karel Miklav __

Re: Direct routing

2006-01-06 Thread Marcin Jessa
On Thu, 05 Jan 2006 00:18:17 +0100 Karel Miklav <[EMAIL PROTECTED]> wrote: > Dennis and Marcin, > thanks very much for your replies. You're welcome. >I've also found the 'LVS on > FreeBSD' page at > http://dragon.linux-vs.org/~dragonfly/htm/lvs_freebsd.htm. I played with it on Linux before. Ho

Re: Direct routing

2006-01-04 Thread Karel Miklav
Dennis and Marcin, thanks very much for your replies. I've also found the 'LVS on FreeBSD' page at http://dragon.linux-vs.org/~dragonfly/htm/lvs_freebsd.htm. -- Regards, Karel Miklav ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/

Re: Direct routing

2006-01-04 Thread Marcin Jessa
On Tue, 03 Jan 2006 23:56:15 -0600 Dennis Olvany <[EMAIL PROTECTED]> wrote: > Karel Miklav wrote: > > I'd like to do something like described on the LVS pages > > http://www.linuxvirtualserver.org/VS-DRouting.html, that is route > > requests to another server and answer from this second server >

Re: Direct routing

2006-01-03 Thread Dennis Olvany
Karel Miklav wrote: > I'd like to do something like described on the LVS pages > http://www.linuxvirtualserver.org/VS-DRouting.html, that is route > requests to another server and answer from this second server > directly to the client. How can I do it on FreeBSD? You can use lsnat. http://www.e

Direct routing

2006-01-03 Thread Karel Miklav
I'd like to do something like described on the LVS pages http://www.linuxvirtualserver.org/VS-DRouting.html, that is route requests to another server and answer from this second server directly to the client. How can I do it on FreeBSD? -- Thanks, Karel Miklav ___