From owner-freebsd-isp@FreeBSD.ORG Wed May 26 03:44:23 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 0726516A4CE for ; Wed, 26 May 2004 03:44:23 -0700 (PDT) Received: from worldinternet.org (dsl-200-78-18-230.prod-infinitum.com.mx [200.78.18.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EFA243D39 for ; Wed, 26 May 2004 03:44:22 -0700 (PDT) (envelope-from eculp@encontacto.net) Received: from localhost (localhost [127.0.0.1]) (uid 80) by worldinternet.org with local; Wed, 26 May 2004 05:48:55 -0500 Received: from encontacto.net (encontacto.net [200.78.18.230]) by mail.encontacto.net (Horde) with HTTP for ; Wed, 26 May 2004 05:48:55 -0500 Message-ID: <20040526054855.vanascgc40cw8ckw@mail.encontacto.net> Date: Wed, 26 May 2004 05:48:55 -0500 From: eculp@encontacto.net To: freebsd-isp@freebsd.org References: <40B3B092.5080202@ispro.net.tr> <40B3BF31.9090508@planen.nu> <40B43441.2020202@ispro.net.tr> In-Reply-To: <40B43441.2020202@ispro.net.tr> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 200.78.18.230 Subject: Re: 2 adsl connections load balancing with natd/ipfw 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: Wed, 26 May 2004 10:44:23 -0000 Quoting Evren Yurtesen : > Daniel Ek wrote: > >> Evren Yurtesen wrote: >> >>> Hi, >>> >>> I looked for such a long time in mailing lists and google but I >>> couldnt find anything conclusive about how can I do load balancing >>> for 2 ADSL links I have. I have 2 ADSL connections to the same ISP >>> and they are the same speed. I just want to load balance it so that >>> both links will be used evenly (or about even). >>> >>> Any tips or suggestions? >>> >>> Evren >>> _______________________________________________ >>> 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" >>> >>> >> I have done a similar project with Linux not FreeBSD as I didn't >> find any appropriate software for FreeBSD and found that mon with >> Linux Heartbeat + some configuration, did the job. I am not familiar >> with if heartbeat is ported yet or not, but it might be worth a shot >> >> Regards >> >> Daniel >> > > Well. I have found out that it is possible with pf but I get dynamic ip > address from adsl provider, I think pf needs to know the gateway ip for > this to work. (I guess) I still look... Does anyone have an example using pf for multihomed load balancing or a howto that discusses it? Thanks, ed