From owner-freebsd-questions Fri Oct 6 8: 3:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gateway.telecom.ksu.edu (gateway-1.telecom.ksu.edu [129.130.63.239]) by hub.freebsd.org (Postfix) with ESMTP id 3CEBD37B66C for ; Fri, 6 Oct 2000 08:03:54 -0700 (PDT) Received: from sioux.telecom.ksu.edu(129.130.60.32) by pawnee.telecom.ksu.edu via smap (V2.0) id xma000161; Thu, 5 Oct 00 16:06:58 -0500 Message-ID: <39DCED66.7B8A1FB8@telecom.ksu.edu> Date: Thu, 05 Oct 2000 16:06:46 -0500 From: nathan X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: modem dialup server not working Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to setup my fbsd box as a tcp/ip dialup server. I've done it before (been awhile) and had great succes. Now, however, using mgetty & ppp: - I can dialup and start a slip connection and get a remote terminal no problem. - However, when tryin to start an internet session (from win98 dialup networking) I get an error from windows saying: "The remote server is not responding to a network request. Recheck server settings and contact the administrator" I've config'd ppp just like it says to in the ppp(8) man page under "RECEIVING INCOMING PPP CONNECTIONS (Method 2)" In my mgetty logs i see: --snip-- 10/05 15:34:57 yd0 wfr: waiting for ``RING'' 10/05 15:34:57 yd0 send: ATA[0d] 10/05 15:34:57 yd0 waiting for ``CONNECT'' ** found ** 10/05 15:35:17 yd0 send: 10/05 15:35:17 yd0 waiting for ``_'' ** found ** 10/05 15:35:20 ##### data dev=ttyd0, pid=74967, caller='none', conn='38400', nam e='', cmd='/usr/bin/login', user='/AutoPPP/' -- 10/05 15:35:48 yd0 mgetty: experimental test release 1.1.22-Aug17 10/05 15:35:48 yd0 check for lockfiles 10/05 15:35:48 yd0 locking the line 10/05 15:35:51 yd0 lowering DTR to reset Modem 10/05 15:35:51 yd0 send: ATS0=0Q0&D3&C1M0[0d] 10/05 15:35:51 yd0 waiting for ``OK'' ** found ** 10/05 15:35:52 yd0 waiting... --snip-- yet i get nothing in /var/log/ppp.log i'm thinking that mgetty is not starting up ppp for the connection ?? the line above where it says " cmd='/usr/bin/login', user='/AutoPPP/' " does this mean something isn't right? should cmd point to my /usr/local/sbin/ppplogin ?? i know this is a common question.. but i've not found anything to answer this specific problem in the archives.. at least not yet.. still searching thanks! nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message