From owner-freebsd-isp@FreeBSD.ORG Tue Dec 28 04:45:28 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B50716A4CE for ; Tue, 28 Dec 2004 04:45:28 +0000 (GMT) Received: from mars.webnext.com (mars.webnext.com [213.161.193.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9074443D4C for ; Tue, 28 Dec 2004 04:45:27 +0000 (GMT) (envelope-from apignard@webnext.com) Received: from mars.webnext.com (localhost.webnext.com [127.0.0.1]) by mars.webnext.com (Postfix) with ESMTP id E69DC9BE27; Tue, 28 Dec 2004 05:42:16 +0100 (CET) Received: from alfarn.webnext.com (alfortville-6-82-66-251-138.fbx.proxad.net [82.66.251.138]) by mars.webnext.com (Postfix) with ESMTP id 452149BE26; Tue, 28 Dec 2004 05:42:16 +0100 (CET) Message-Id: <6.2.0.14.2.20041228053234.0441d1b0@213.161.193.184> X-Mailer: QUALCOMM Windows Eudora Version 6.2.0.14 Date: Tue, 28 Dec 2004 05:45:05 +0100 To: "Vahric MUHTARYAN" , From: Arnaud Pignard In-Reply-To: <200412241143.iBOBhTwR041675@smtp.doruk.net.tr> References: <200412241143.iBOBhTwR041675@smtp.doruk.net.tr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-AV-Checked: NextEmail Subject: Re: LoadBalancer With FreeBSD X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 04:45:28 -0000 There is no real great LB on FreeBSD :/ There is loadd how seems not very active project (never test). You can do Round Robin with Ipfilter. Else you can try pen / morebalance etc... but depend of your need. They are just proxy. pen work very well. Number of connection is not a big problem with good sysctl value and compilation parameter. The limit will be the hardware bus and interruption. PF+CARP is certainely the best choose (check freebsd-pf list). But it's currently not avaible except with applying patch and seems not yet stable. (UCARP should be soon avaible on FBSD) Anyway, you will not find something like LVS. Best Regards, At 12:50 24/12/2004, Vahric MUHTARYAN wrote: >Hi Everybody , > > Do you know any load balancer program for FreeBSD like linux LVS >. I checked ports and find out morebalance-0.3 and loadd-0.8 ?! Anybody use >those programs?! >I want make a load balance on my frontend servers ?! >Could you give me advise about using hardware-load-balancer or >software-load-balancer ?! >And I wonder How many connection can handle FreeBSD box ?! Because hardware >load-balancer can up to 2.000.000 connection per box. I think that with PIII >and 512 machine I can handle ?! > >Thanks > >Vahric MUHTARYAN > > >_______________________________________________ >freebsd-isp@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-isp >To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"