From owner-freebsd-questions@FreeBSD.ORG Wed Oct 27 03:05:50 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 B7D7D16A4CE for ; Wed, 27 Oct 2004 03:05:50 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6669043D2F for ; Wed, 27 Oct 2004 03:05:50 +0000 (GMT) (envelope-from gedads@gmail.com) Received: by wproxy.gmail.com with SMTP id 65so296512wri for ; Tue, 26 Oct 2004 20:05:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Si2ZTUcuiyDCO8hPocb2gyupuMMKVqx4KxfTPqMPnk/bChI4T4gwYFydzTEWgaZransc5BoIUImDkY5PIFyEhYccRHOG9ps7236c4dcf6Q+J+kYnoaW5bIBpq5l0M4ugVLw0hiEdcvZzCwB/ZQwp3t6npcpXg2wmfLYAj6UMMwM= Received: by 10.38.152.73 with SMTP id z73mr626073rnd; Tue, 26 Oct 2004 20:05:47 -0700 (PDT) Received: by 10.38.76.33 with HTTP; Tue, 26 Oct 2004 20:05:47 -0700 (PDT) Message-ID: <6ce0fd1b0410262005b832d56@mail.gmail.com> Date: Tue, 26 Oct 2004 22:05:47 -0500 From: "Gerard D." To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Multilink PPP over UDP Tunnel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gerard@gedads.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 03:05:50 -0000 I'm trying to create a multilink ppp over udp tunnel to combine the bandwidth of 3 dsl lines into one big fat pipe. I currently have a FreeBSD server co located at my ISP's data center and a FreeBSD Server at my house with 3 dsl lines. I would like to be able to create some kind of tunnel or vpn to the co located server and have it evenly distribute the bandwith over the 3 dsl lines. I have been experimenting with using ppp over TCP tunnels however the speeds are very inconsistent. However when I use PPPoUDP the speeds are great for a single line. My problem is is that I cannot seem to bring up more than one udp tunnel. Soon as the second link tries to come up the whole tunnel is closed. Does anyone have a working example of Multilink PPP over UDP tunnel? I have looked at the ppp.conf.span-isp.working in the examples directory many of times however it is extremely confusing. Does anyone know if Multilink PPPoE is possible? I know there are companys in the UK doing ML-PPPoA but I need ML-PPPoE. I have the full support of my isp in configuring their cisco routers to help me with ml-pppoe I just need to tell them how to set it up for me. If anyone could help with either of my issues I would greatly appreciate it. Thanks -Gerard