From owner-freebsd-questions@FreeBSD.ORG Mon Oct 20 05:25:06 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 8C1FD16A4B3 for ; Mon, 20 Oct 2003 05:25:06 -0700 (PDT) Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64B9A43F75 for ; Mon, 20 Oct 2003 05:25:05 -0700 (PDT) (envelope-from subscriber@insignia.com) Received: from dailuaine.isltd.insignia.com (dailuaine.isltd.insignia.com [172.16.64.11])h9KCP4f2007802 for ; Mon, 20 Oct 2003 13:25:04 +0100 (BST) (envelope-from subscriber@insignia.com) Received: from tomatin (tomatin [172.16.64.128])h9KCP3SX080694 for ; Mon, 20 Oct 2003 13:25:03 +0100 (BST) (envelope-from subscriber@insignia.com) From: Jim Hatfield To: freebsd-questions@freebsd.org Date: Mon, 20 Oct 2003 13:25:03 +0100 Organization: Insignia Solutions Message-ID: <07j7pv814g7a6v3maoj7imle0ik4qcjlfj@4ax.com> References: <3203DF3DDE57D411AFF4009027B8C3674B0B50@exchange-uk.isltd.insignia.com> In-Reply-To: <3203DF3DDE57D411AFF4009027B8C3674B0B50@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: Mon, 20 Oct 2003 12:25:06 -0000 On Sat, 18 Oct 2003 05:52:57 +0100, in local.freebsd.questions you wrote: >It's really pretty easy. I beat my head on the wall about a year ago, >so I >don't recall where all the docs are, but this is what my configs look >like: >/etc/ppp/ppp.conf: >pptp: > set timeout 0 > set dial > set login > set ifaddr {IP address of internal interface} {IP address range >xxx.xxx.xxx.xxx - xxx.xxx.xxx.xxx} > set server /var/run/pptp_ppp_%d "" 0700 > enable mschapv2 mppe # <--- these two lines enable encryption > set mppe * * #<--- OK thanks I'll try this one. I did eventually find an example which I used and it did work but there were some errors logged. The config I used included: >enable mppe * stateful in the ppp.conf file, but that generated the following in ppp.log >Oct 20 12:52:38 field ppp[53548]: Command: loop: enable mppe * stateful >Oct 20 12:52:38 field ppp[53548]: Warning: enable *: Invalid command >Oct 20 12:52:38 field ppp[53548]: Warning: enable *: Failed 1 >Oct 20 12:52:38 field ppp[53548]: Warning: enable stateful: Invalid = command >Oct 20 12:52:38 field ppp[53548]: Warning: enable stateful: Failed 1 The connection did appear to be encrypted though, at least the XP client said it was. Jim