From owner-freebsd-net@FreeBSD.ORG Fri Aug 25 15:17:00 2006 Return-Path: X-Original-To: net@freebsd.org 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 6C2F716A4DD for ; Fri, 25 Aug 2006 15:17:00 +0000 (UTC) (envelope-from brett@lariat.net) Received: from lariat.net (lariat.net [65.122.236.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C834843D46 for ; Fri, 25 Aug 2006 15:16:59 +0000 (GMT) (envelope-from brett@lariat.net) Received: from Anne (IDENT:ppp1000.lariat.net@lariat.net [65.122.236.2]) by lariat.net (8.9.3/8.9.3) with ESMTP id JAA01626; Fri, 25 Aug 2006 09:16:51 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <7.0.1.0.2.20060825091302.074f8008@lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Fri, 25 Aug 2006 09:16:49 -0600 To: Archie Cobbs , Julian Elischer From: Brett Glass In-Reply-To: <7.0.1.0.2.20060813182130.06f54060@lariat.net> References: <7.0.1.0.2.20060810201735.067258b0@lariat.net> <44DBF2BB.5080202@micom.mng.net> <7.0.1.0.2.20060810212047.073f0078@lariat.net> <44DBFC05.6080804@elischer.org> <7.0.1.0.2.20060810220804.08de8568@lariat.net> <44DCB4D8.4020901@elischer.org> <44DF51C1.8000306@dellroad.org> <7.0.1.0.2.20060813182130.06f54060@lariat.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: net@freebsd.org Subject: Re: Big PPTP server X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 15:17:00 -0000 Archie, Julian: Just wanted to ask about the feasibility of the following idea. Would it be possible to use the Netgraph PPTP node, in combination with Brian Somers' userland PPP implementation, to make a PPTP server? It would work similarly to FreeBSD's "pppoed", which uses the Netgraph PPPoE node. This would provide the full feature set of the userland PPP (including dynamic creation of Netgraph nodes, the ability to call out to shell scripts, etc.) together with your PPTP implementation. How hard would it be to cobble this together, starting with the code for pppoed? --Brett Glass