From owner-freebsd-questions@FreeBSD.ORG Sun Aug 31 21:43:46 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 DD88C16A4BF for ; Sun, 31 Aug 2003 21:43:46 -0700 (PDT) Received: from ctb-mesg3.saix.net (ctb-mesg3.saix.net [196.25.240.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id B64F343FDF for ; Sun, 31 Aug 2003 21:43:44 -0700 (PDT) (envelope-from savage@savage.za.org) Received: from netphere.megalan.co.za (rrba-bras-mp45.telkom-ipnet.co.za [165.165.24.45]) by ctb-mesg3.saix.net (Postfix) with ESMTP id E2BB916AB for ; Mon, 1 Sep 2003 06:43:38 +0200 (SAST) Received: from [192.168.1.29] (helo=genocide) by netphere.megalan.co.za with asmtp (Exim 4.22) id 19tgXS-0000JM-po for freebsd-questions@freebsd.org; Mon, 01 Sep 2003 06:43:38 +0200 Message-ID: <001201c37043$9bf377d0$1d01a8c0@genocide> From: "Chris Knipe" To: Date: Mon, 1 Sep 2003 06:43:36 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: pppd / poptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris Knipe List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 04:43:47 -0000 Lo all, Very arb and weird problem... I've followed all the docs that google = could return (they all mostly the same in any case), and yeah... My PPTP server *does* work.. As long as I don't terminate more than one connection at a time to the server *shock horror*. For some reason (and = I suspect I know why), ppp insist on only using one device for all the incoming PPTP connections from poptop. Obviously not right, and err, = ja.. I need to get this fixed... Very urgently as well. My streamlined ppp.conf: pptp: accept dns allow mode direct disable chap disable mschap disable mschapv2 enable lqr enable pap set device localhost:pptp set dial set dns 192.168.1.1 set ifaddr 192.168.1.1 10.255.255.1-10.255.255.254 255.255.255.255 set log Connect set login set radius /etc/ppp/ppp.radius set server /tmp/loop "" 0177 set timeout 0 Now, I suspect that it is only using one device (regardless of the = number of connections), due to the device (socket) specification. But frankly, if = I don't specify it what device to use, it won't even be able to operate a single pptp connection. Any advice is greatly appreciated. I need to get this resolved asap. I didn't send any logs from ppp.... PPP and the PPTP connections works = 100% - even with Radius. The problem is purely that PPP always uses the same device, regardless of the amount of connections (ala tun0). My kernel = does have allot of tunX devices, and ifconfig -a lists at least two = available. Still, ppp only uses the one. I'm sad to say, but if I can't get this to work, I'm going to have to be forced to scrap my BSD box for a W2K Adv server... *sigh*, at least = their RAS server works okish... Thanks, me