From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 15 03:08:59 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 453E116A407 for ; Fri, 15 Dec 2006 03:08:59 +0000 (UTC) (envelope-from simonychang@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDB1043C9F for ; Fri, 15 Dec 2006 03:07:19 +0000 (GMT) (envelope-from simonychang@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so969894nfc for ; Thu, 14 Dec 2006 19:08:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=THRPwRpekK5dyWoVGi+bwHaBXQcU7nL9FTORSlZbrqaNEFbEmWGX38z7pcziqI0PEuI61tZ95BzRzEGqIBDg0JCZWpURrP2gpxk+7z3HsWZdxU0dfQGX00hUpetGMW+FOOFdPQ29OQ6EiHwdI8Vg0QpEFsnHf+hJpmGJKspJj44= Received: by 10.82.120.14 with SMTP id s14mr42036buc.1166152137085; Thu, 14 Dec 2006 19:08:57 -0800 (PST) Received: by 10.82.115.14 with HTTP; Thu, 14 Dec 2006 19:08:57 -0800 (PST) Message-ID: <8efc42630612141908o334e0358u580363d7a41fe6b0@mail.gmail.com> Date: Thu, 14 Dec 2006 22:08:57 -0500 From: "Simon Chang" To: "just Maxim" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-hackers@freebsd.org Subject: Re: 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: Fri, 15 Dec 2006 03:08:59 -0000 Maxim, VPN and channel aggregation are two completely unrelated concepts. If you want to do channel aggregation, you will also need networking equipments (routers and switches) that are intelligent enough to realize that you are treating seven physical lines as one virtual line. Otherwise, the frames and packets will not be switched/routed to the correct interfaces, and you could even end up with switching loops (and that is very bad). Once you have aggregation set up, you should then consider VPN *only* if you want the traffic between you and the server encrypted and protected against tampering, etc. I think that, in this case, not only do you need more information, you also need a clearer idea of exactly what you want to do. SC On 12/14/06, just Maxim wrote: > 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 > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >