From owner-freebsd-questions@FreeBSD.ORG Sun Jan 14 02:45:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 426BB16A412 for ; Sun, 14 Jan 2007 02:45:05 +0000 (UTC) (envelope-from list@museum.rain.com) Received: from ns.umpquanet.com (ns.umpquanet.com [63.105.30.37]) by mx1.freebsd.org (Postfix) with ESMTP id 24B5713C442 for ; Sun, 14 Jan 2007 02:45:03 +0000 (UTC) (envelope-from list@museum.rain.com) Received: from ns.umpquanet.com (localhost [127.0.0.1]) by ns.umpquanet.com (8.13.8/8.13.8) with ESMTP id l0E2j2i0006758; Sat, 13 Jan 2007 18:45:02 -0800 (PST) (envelope-from list@museum.rain.com) Received: (from james@localhost) by ns.umpquanet.com (8.13.8/8.13.8/Submit) id l0E2j2Zt006757; Sat, 13 Jan 2007 18:45:02 -0800 (PST) (envelope-from list@museum.rain.com) Date: Sat, 13 Jan 2007 18:45:02 -0800 From: James Long To: freebsd-questions@freebsd.org, Roberto Pereyra Message-ID: <20070114024502.GA5763@ns.umpquanet.com> References: <20070114000910.8076916A57D@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070114000910.8076916A57D@hub.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: Re: load balancing with multiple pppoe sessions 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: Sun, 14 Jan 2007 02:45:05 -0000 > Message: 5 > Date: Sat, 13 Jan 2007 10:27:47 -0300 > From: "Roberto Pereyra" > Subject: load balancing with multiple pppoe sessions > To: freebsd-questions@freebsd.org > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi all!!! > > A simple question ? > > Does freebsd pppoe support multiple sessions ? > > I need to configure a two adsl load balancing server using pf (pools > setup) but I don't have adsl routers only modems. > > Can I can do it with freebsd ? > > Thanks in advance. > > roberto I'm not an expert in ppp, but I have been immersed in the ppp man page for the last couple three days. Assuming that your two ADSL lines are from the same ISP, and they support multi-session ppp, then yes, FreeBSD's ppp claims to be able to bond the two ppp sessions into a single datapipe. Say: man ppp and search for MULTI-LINK Jim