From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 13 Apr 2012 10:26:48 +0200 From: Andrew Lunn Message-ID: <20120413082648.GK7664@lunn.ch> References: <4F86B02B.9060900@gmail.com> <201204130017.31711.lindner_marek@yahoo.de> <20120413062241.GA14395@ritirata.org> <20120413074323.GI7664@lunn.ch> 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 Cc: Jernej Kos On Fri, Apr 13, 2012 at 09:51:51AM +0200, Mitar wrote: > Hi! > > On Fri, Apr 13, 2012 at 9:43 AM, Andrew Lunn wrote: > > Which implementation are you using of L2TP? > > We are not using any, we are planning to use ones provided by OpenL2TP: > > http://www.openl2tp.org/ Never used it, so i "use the source luke", since its in the kernel... Looks like you have at least two options: Linux PPP over L2TP (PPPoX/PPPoL2TP) Sockets L2TPv3 ethernet pseudowire driver PPP is L3 only, so you cannot add it to BATMAN. You would need to L3 routing over it. The pseudowire driver creates a network device l2tpeth0, l2tpeth1, l2tpeth2, etc, one for each session. Looks like you should be able to add these to BATMAN. Andrew