From owner-freebsd-questions@FreeBSD.ORG Fri Oct 17 10:24:16 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1780216A4B3 for ; Fri, 17 Oct 2003 10:24:16 -0700 (PDT) Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E69A043F93 for ; Fri, 17 Oct 2003 10:24:14 -0700 (PDT) (envelope-from subscriber@insignia.com) Received: from dailuaine.isltd.insignia.com (dailuaine.isltd.insignia.com [172.16.64.11])h9HHOEf2044379 for ; Fri, 17 Oct 2003 18:24:14 +0100 (BST) (envelope-from subscriber@insignia.com) Received: from tomatin (tomatin [172.16.64.128])h9HHOESX047603 for ; Fri, 17 Oct 2003 18:24:14 +0100 (BST) (envelope-from subscriber@insignia.com) From: Jim Hatfield To: freebsd-questions@freebsd.org Date: Fri, 17 Oct 2003 18:24:14 +0100 Organization: Insignia Solutions Message-ID: <2a90pvkkm6b1c3s1k6bu94dmajh6gbbq5p@4ax.com> References: <3203DF3DDE57D411AFF4009027B8C3674AF580@exchange-uk.isltd.insignia.com> In-Reply-To: <3203DF3DDE57D411AFF4009027B8C3674AF580@exchange-uk.isltd.insignia.com> X-Mailer: Forte Agent 1.91/32.564 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.37 Subject: Re: Using poptop.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2003 17:24:16 -0000 On Fri, 17 Oct 2003 16:00:00 +0100, in local.freebsd.questions you wrote: >If anyone can give me a recipe for setting up poptop >I'd be very grateful. I want to run it on a machine which >is a gateway/firewall. One NIC has a public address and the other >is on a private network, ie 192.168.1.x. I want to allow XP >clients to connect into the private network. > >I found the man pages a bit terse(!) and they seem to assume >that kernel ppp will be used whereas AIUI the port is built to=20 >use userland ppp. Answering my own post, I know, but this: http://heyer.supranet.net/pptp/ is very useful, though it assumes that userland ppp can't do encryption, which I'm hoping is no longer true. If encryption is possible, then this: http://lab.digitol.net/openbsd-poptop.html albeit for OpenBSD, is pretty useful too.