From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 14 20:44:42 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3586A16A4B3 for ; Thu, 14 Dec 2006 20:44:42 +0000 (UTC) (envelope-from maxim.cf@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB9744049 for ; Thu, 14 Dec 2006 20:35:14 +0000 (GMT) (envelope-from maxim.cf@googlemail.com) Received: by ug-out-1314.google.com with SMTP id o2so554387uge for ; Thu, 14 Dec 2006 12:36:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=gMfr/l5ytrVxKwXWUYelDeVLStDSsWQrjbw61tbJSpk+nsXufm1kgmLU7W53F/M0dDiMEt2ZnKSy/Q5cy5db/pBPkh1c9VRCAyKqkN47Raognwf46LbgBuvkVXx1z/4ToC6J2acWEOFfgzIgKNYBmCS4xnLiIBvldl3YPIjnenk= Received: by 10.82.179.9 with SMTP id b9mr343458buf.1166128611524; Thu, 14 Dec 2006 12:36:51 -0800 (PST) Received: by 10.82.188.10 with HTTP; Thu, 14 Dec 2006 12:36:51 -0800 (PST) Message-ID: Date: Thu, 14 Dec 2006 20:36:51 +0000 From: "just Maxim" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Thu, 14 Dec 2006 23:06:01 +0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: VPN Agregation X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2006 20:44:42 -0000 Hello, I have 7 ADSL connections, and one server outside with a big bandwidht. I want to bond all 7 ADSL connection into one big channel. I think it can be done using 7 VPN connections to the ourside server, and after that to bond all this seve VPN connection into one big. How can i do it with FreeBSD? Or other devices. Thanks