From owner-freebsd-questions@FreeBSD.ORG Wed Jan 14 09:27:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EB2F16A4CE for ; Wed, 14 Jan 2004 09:27:23 -0800 (PST) Received: from mail.lphp.org (APastourelles-107-1-12-56.w193-251.abo.wanadoo.fr [193.251.80.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6472943D5F for ; Wed, 14 Jan 2004 09:27:21 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from admin.dioranews.local (ATuileries-108-2-1-178.w217-128.abo.wanadoo.fr [217.128.152.178]) by mail.lphp.org (8.12.10/8.12.10) with ESMTP id i0EHREcV091780; Wed, 14 Jan 2004 18:27:14 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: Tillman Hodgson , FreeBSD-Questions Date: Wed, 14 Jan 2004 18:27:30 +0100 User-Agent: KMail/1.5.4 References: <20040114134255.GA59317@kumprang.or.id> <009201c3daad$31d89220$1100a8c0@dtg17> <20040114163043.GL415@seekingfire.com> In-Reply-To: <20040114163043.GL415@seekingfire.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401141827.30569.ajacoutot@lphp.org> Subject: Re: Loading balancing with more than one ISP. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 17:27:23 -0000 On Wednesday 14 January 2004 17:30, Tillman Hodgson wrote: > I'm a heavy Zebra (migrating to Quagga) user. Using dynamic routing is > very handy, but it won't solve the problem of balancing load across two > connections. Thanks for the feedback :) > So you can't round-robin between two default gateways. You /can/, > however, send traffic for different destinations out of different links. > For example, I send my nightly CVSup traffic and other automated > downloads out of a regular ADSL link in order to prevent swamping my > main link. What I'm hoping to do is find a way to route all paquets coming: - from DMZ to internet, using NET connexion1 - from LAN to internet, using NET connection2 To be more understandable, something like this: route add from DMZ defaut em0 route add from LAN defaut em1 --> I know it is not a real command line, it's just to make things clearer. > If your upstream providers support dynamic routing protocols, then you > can get that destination information automatically. But that's not the > same as load balancing, it's best-path selection. And if it doesn't ? Anyway thanks a lot for answering. Regards, Antoine