From owner-freebsd-questions@FreeBSD.ORG Sun Oct 19 18:44:11 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 950D316A4C2 for ; Sun, 19 Oct 2003 18:44:11 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id C716B43F75 for ; Sun, 19 Oct 2003 18:44:10 -0700 (PDT) (envelope-from slave-mike@rv1.dynip.com) Received: from duron.rv1.dynip.com (c-66-177-119-177.se.client2.attbi.com[66.177.119.177]) by comcast.net (rwcrmhc13) with ESMTP id <2003102001440901500dqje1e>; Mon, 20 Oct 2003 01:44:10 +0000 Received: from rv1.dynip.com (localhost [127.0.0.1]) by duron.rv1.dynip.com (8.12.10/8.12.10) with ESMTP id h9K1i5Hh005480; Sun, 19 Oct 2003 21:44:09 -0400 (EDT) (envelope-from slave-mike@rv1.dynip.com) Message-ID: <3F933DE5.9090708@rv1.dynip.com> Date: Sun, 19 Oct 2003 21:44:05 -0400 From: slave-mike User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris Knipe References: <000b01c37042$63e832a0$1d01a8c0@genocide> In-Reply-To: <000b01c37042$63e832a0$1d01a8c0@genocide> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: poptop / pppd 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 01:44:11 -0000 Please use the port mpd instead. Chris Knipe wrote: > 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 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"