From owner-freebsd-isp@FreeBSD.ORG Wed Sep 27 05:29:40 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E4416A407 for ; Wed, 27 Sep 2006 05:29:40 +0000 (UTC) (envelope-from mail@vickysh.wlink.com.np) Received: from krishna.wlink.com.np (krishna.wlink.com.np [202.79.32.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71C5A43D88 for ; Wed, 27 Sep 2006 05:29:27 +0000 (GMT) (envelope-from mail@vickysh.wlink.com.np) Received: from [202.166.212.72] (unknown [202.166.212.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by krishna.wlink.com.np (Postfix) with ESMTP id 49892625F6; Wed, 27 Sep 2006 11:14:18 +0545 (NPT) Message-ID: <451A0C2D.1020605@vickysh.wlink.com.np> Date: Wed, 27 Sep 2006 11:14:17 +0545 From: Vicky Shrestha User-Agent: Thunderbird 1.5.0.5 (X11/20060803) MIME-Version: 1.0 To: Daniel Pocock References: <45185B6B.7080108@readytechnology.co.uk> In-Reply-To: <45185B6B.7080108@readytechnology.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-isp@freebsd.org Subject: Re: L2TP server support? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mail@vickysh.wlink.com.np List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2006 05:29:40 -0000 Hi, We have been using sl2tps in FreeBSD. Except for a few unknown crashes during OS boot its working fine. Only few users are using the L2TP and we have moved to OpenVPN. We are using FreeBSD 5.4-STABLE and sl2tps-0.4. Daniel Pocock wrote: > > > Hi, > > I've been looking at the L2TP server support in FreeBSD. > > So far, I've found the following: > > sl2tps > > mpd + some patch - L2TP patch documented in German > > l2tpd - marked as broken > > Given that the mpd patch was not in ports, and was only documented in > German, and that l2tpd was marked broken, I though I would try sl2tps. > > However, when trying to connect from l2tpd on Linux, the FreeBSD box > logs the following and rejects the attempt: "processing failed on > mandatory AVP" > > After a few attempts, the sl2tps process stops responding to any L2TP > packets. Even killing the process and starting it again doesn't help - > I have to completely reboot the FreeBSD box, which suggests there is a > fault in the kernel code. > > Can someone please advise the preferred way of running a stable L2TP > server on FreeBSD? Which version of FreeBSD and which daemon? We are > aiming to terminate 100+ concurrent tunnels from a variety of client > devices. > > Regards, > > Daniel > > > r2# sl2tps -D > debug: starting subsystem "curconf" > debug: starting subsystem "pidfile" > debug: creating pidfile "/var/run/sl2tps.pid" > debug: starting subsystem "error_log" > notice: process 567 server started > Segmentation fault (core dumped) > > r2# sl2tps -D > info: waiting for connections... > debug: starting subsystem "curconf" > debug: starting subsystem "pidfile" > debug: creating pidfile "/var/run/sl2tps.pid" > debug: starting subsystem "error_log" > notice: process 568 server started > info: [xxxx:1701]: rec'd SCCRQ in state idle > info: [xxxx:1701]: connected to "h1", version=1.0 > info: [xxxx:1701]: rec'd SCCCN in state wait-ctl-conn > info: [xxxx:1701]: rec'd ICRQ in state established > info: [xxxx:1701]: call #0: rec'd CDN in state wait-connect > info: call from [xxxx:1701] terminated: result=2 error=6 > errmsg="processing failed on mandatory AVP" > > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" > >