From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 13 Apr 2012 15:50:25 +0200 From: Andrew Lunn Message-ID: <20120413135025.GM7664@lunn.ch> References: <4F86B02B.9060900@gmail.com> <201204130017.31711.lindner_marek@yahoo.de> <20120413062241.GA14395@ritirata.org> <86BF280A-4090-4396-A4B2-94E69FC79F60@solvare.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [B.A.T.M.A.N.] Migration to Batman Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Fri, Apr 13, 2012 at 03:32:59PM +0200, Mitar wrote: > Hi! > > On Fri, Apr 13, 2012 at 10:52 AM, Christian Huldt wrote: > > Just asking to educate myself. > > I am also doing that. > > > Why would you use L2TP rather than just IPsec? > > We want UDP transport. Why? > Does IPsec tunnels support that? Don't think so. Its a L3 solution, not L4. > And > furthermore, we do not want/need encryption. The main reason for going > to L2TP is that currently we are using OpenVPN for our L2 tunnels and > have problems that our links are CPU bound and not bandwidth bound. Did you try: auth none cipher none Andrew