From owner-freebsd-questions@FreeBSD.ORG Thu Aug 30 08:50:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE47D16A418 for ; Thu, 30 Aug 2007 08:50:31 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id AF1E513C48D for ; Thu, 30 Aug 2007 08:50:31 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 73F41143465; Thu, 30 Aug 2007 11:50:12 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Thu, 30 Aug 2007 11:49:03 +0300 User-Agent: KMail/1.9.1 References: <46D58C7A.3070603@ibctech.ca> In-Reply-To: <46D58C7A.3070603@ibctech.ca> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708301149.04157.nvass@teledomenet.gr> Cc: Steve Bertrand Subject: Re: Bonded multilink ADSL connection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2007 08:50:32 -0000 On Wednesday 29 August 2007 18:10, Steve Bertrand wrote: > Hi all, > > I am attempting to create a bonded multilink connection with two ADSL > links to my upstream using FreeBSD. > > Based on info I have read, I want/need to use mpd, however, I have not > found a definitive answer on whether mpd will actually act as a true > bonded connection as opposed to a load-balancer. mpd can do multilink PPPoE. I have done in the past, between two FreeBSD systems using 4 links, but given the OO approach of netgraph, I believe it will work with most vendors. Do you have the two modems required for such a configuration? Each link of the bond must get its ethernet interface. So, you need two ethernet cards at least and two ADSL modems in bridging mode. The configuration itself is pretty straightforward. > > Essentially, can anyone help me out replicate what I have working on my > Cisco on FreeBSD? I'd really like to see an example working config. If you cover the requirements, I can send you a working configuration. Not necessarily an exact replicate of what you send, but close enough. Nikos