From owner-freebsd-net@FreeBSD.ORG Mon Dec 6 17:21:02 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34BC316A4CE for ; Mon, 6 Dec 2004 17:21:02 +0000 (GMT) Received: from smtp2.jazztel.es (smtp2.jazztel.es [62.14.3.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FBB743D6A for ; Mon, 6 Dec 2004 17:21:01 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp2.jazztel.es with antivirus id 1CbMXi-0001qQ-00 Mon, 06 Dec 2004 18:20:58 +0100 Received: from [212.106.236.196] (helo=rguez.homeunix.net) by smtp2.jazztel.es with esmtp id 1CbMXi-0001pp-00 Mon, 06 Dec 2004 18:20:58 +0100 Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id iB6HKx9S002300; Mon, 6 Dec 2004 18:20:59 +0100 (CET) (envelope-from freebsd@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.1/8.13.1/Submit) id iB6HL6KG000980; Mon, 6 Dec 2004 18:21:06 +0100 (CET) (envelope-from freebsd@redesjm.local) From: Jose M Rodriguez To: freebsd-net@freebsd.org, netch@lucky.net Date: Mon, 6 Dec 2004 18:21:05 +0100 User-Agent: KMail/1.7.1 References: <20041126125758.T21747@superior.local.non-standard.net> <20041204221900.GB18236@lucky.net> In-Reply-To: <20041204221900.GB18236@lucky.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200412061821.05928.freebsd@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1; AVE: 6.28.0.19; VDF: 6.28.0.104; host: antares.redesjm.local) X-Virus-Scanned: by antivirus cc: Anthony Volodkin Subject: Re: FreeBSD kernel pppd - mppe/mschapv1/2/radius support X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2004 17:21:02 -0000 El S=E1bado, 4 de Diciembre de 2004 23:19, Valentin Nechayev escribi=F3: > Fri, Nov 26, 2004 at 13:24:31, anthonyv wrote about "FreeBSD kernel=20 pppd - mppe/mschapv1/2/radius support": > > After extensively googling FreeBSD pppd's support for mppe, > > mschapv1, mschapv2 and radius, I've stumbled into a mess of patches > > for very random versions of pppd and FreeBSD. > > Does anyone have a running setup of FreeBSD's pppd with support for > > these features, or perhaps a patch that encompasses all of these > > features, making a complete solution? > > If not, any comments on the matter are still appreciated. (And > > yes, I've tried mpd and user-ppp, but neither one suits my needs > > sufficiently) > > MPPE isn't possible due to lack of support in kernel for PPP terminal > discipline. > For others, you can use port (net/pppd23) as base. This is the most > reasonable variant now (2.4 aren't ported to *BSD, 2.3.11 is last > 2.3) > Not really, NetBSD pppd is 2.4 based. =2D- josemi