From owner-freebsd-net@FreeBSD.ORG Sat Dec 4 22:19:16 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 20C6016A4CE for ; Sat, 4 Dec 2004 22:19:16 +0000 (GMT) Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CCB543D46 for ; Sat, 4 Dec 2004 22:19:14 +0000 (GMT) (envelope-from netch@lucky.net) Received: from burka.carrier.kiev.ua (netch@localhost [127.0.0.1]) by burka.carrier.kiev.ua with ESMTP id iB4MJ4Qw098784; Sun, 5 Dec 2004 00:19:05 +0200 (EET) (envelope-from netch@burka.carrier.kiev.ua) Received: (from netch@localhost) by burka.carrier.kiev.ua (8.12.11/8.12.11/Submit) id iB4MJ0hg098732; Sun, 5 Dec 2004 00:19:00 +0200 (EET) (envelope-from netch) Date: Sun, 5 Dec 2004 00:19:00 +0200 From: Valentin Nechayev To: Anthony Volodkin Message-ID: <20041204221900.GB18236@lucky.net> References: <20041126125758.T21747@superior.local.non-standard.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041126125758.T21747@superior.local.non-standard.net> X-42: On X-Verify-Sender: Address has been verified (burka.carrier.kiev.ua) X-Antivirus: Dr.Web (R) for Mail Servers on kozlik.carrier.kiev.ua host X-Antivirus-Code: 100000 cc: freebsd-net@freebsd.org Subject: Re: FreeBSD kernel pppd - mppe/mschapv1/2/radius support X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: netch@lucky.net List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 22:19:16 -0000 Fri, Nov 26, 2004 at 13:24:31, anthonyv wrote about "FreeBSD kernel 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) -netch-