From owner-freebsd-questions@FreeBSD.ORG Sun Aug 9 13:34:27 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C5E1106564A for ; Sun, 9 Aug 2009 13:34:27 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-qy0-f191.google.com (mail-qy0-f191.google.com [209.85.221.191]) by mx1.freebsd.org (Postfix) with ESMTP id 251668FC45 for ; Sun, 9 Aug 2009 13:34:26 +0000 (UTC) Received: by qyk29 with SMTP id 29so2226121qyk.3 for ; Sun, 09 Aug 2009 06:34:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=FH4hNJrVAKQsPkcYTwTO3lbKjmeSZzet9PnouUpDmi4=; b=TK6q14/kFRmRiQAViApa0bV5m7JBTbYOpOvRCDjwhy9vq61LnjKlWivYB6edLsVlkI i6D2xw03/pIS+TziCaQkOQ92Yyv5wJKNRji42npzhyn34Paqs7mf9/6ZjIMiuipa99aR 9y7v6bYce9Pqy/5Z56sjbv2cAqxOtYoRO6svQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=WcGBGUO9LEG38JJYY0VeTVTnDz4VLG0hh009+ZtNaFEL4AZOVIoewGWfhJnyp1oq+D 6yMlMlKzHqUKo91qRfqEz1Oe+CGsOOeTyMbh0I6ANDuB9S672mx6UdPpwLh2h0J17ILi bcz4F2g4Fnn+NwWfRh3W0KeZ23WiAgj7mt8nU= MIME-Version: 1.0 Received: by 10.229.95.4 with SMTP id b4mr1093298qcn.40.1249823408692; Sun, 09 Aug 2009 06:10:08 -0700 (PDT) Date: Sun, 9 Aug 2009 13:10:08 +0000 Message-ID: <11167f520908090610h4d35895bl9f51de3566138f44@mail.gmail.com> From: "Sam Fourman Jr." To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: netgraph aggrate L2 tunnels 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, 09 Aug 2009 13:34:27 -0000 hello list, I have searched the web for hours and I cant seem to find a recent How to for my project. I have 2 FreeBSD 8 machines 1 at my office and 1 at a colo datacenter. I have 2 DSL connections at my office, Would like a recipe to bond the connections to the datacenter FreeBSD box via L2 netgraph tunnels. the goal is to combine the DSL download speeds for a single tcp connection. after much searching I believe netgraph is the most elegant way to achieve this Would the Lagg driver be a good choice for bonding both sides? Setup info My DSL lines both have seprate static IP's from my telco, the telco does not support MLPPP my inside office network is 192.168.1.x, and the data center has a single static ip I could get more if I need them. I assume I would assign the datacenter side of the tunnel a 192.168.1.x address and use that as my gateway and run pf at the data center with nat. I am sure there are several people out there that understand netgraph and could post config examples. Thank you in advance Sam