From owner-freebsd-questions Tue Jun 23 11:19:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04684 for freebsd-questions-outgoing; Tue, 23 Jun 1998 11:19:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from techpower.net (hometeam@techpower.net [205.133.231.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04677 for ; Tue, 23 Jun 1998 11:19:40 -0700 (PDT) (envelope-from hometeam@techpower.net) Received: from localhost (hometeam@localhost) by techpower.net (8.8.8/8.8.8) with SMTP id OAA12353; Tue, 23 Jun 1998 14:20:04 -0400 (EDT) (envelope-from hometeam@techpower.net) Date: Tue, 23 Jun 1998 14:20:04 -0400 (EDT) From: Jt To: "Saffa J. Kemokai" cc: freebsd-questions@FreeBSD.ORG, skemokai@sulima.com Subject: Re: PPP - Win95 Connection matter In-Reply-To: <358FDD9C.89D82308@sulima.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Turn on window after dial in dialup network on win95 and see what is going on. Freebsd side should start pppd after login there are a few differant ways to do this. there is a pppkit and then just running pppd on that port this if is only one dialup line. I would just set pppd in ttys to run in background on that port and set a pap password for yourself. making a script and chmod 755 like this will also work. #!/bin/sh exec /usr/sbin/pppd passive :youip.for.the.win.box call the script ppplogin go in passwd and set the shell for that user to ppplogin this is a simple example Also try www.freebsd.org/~brian there is a wealth of info on ppp there. goodluck! On Tue, 23 Jun 1998, Saffa J. Kemokai wrote: > Hello Guys: > > Small but a nagging problem I wish someone out there probably has a > solution for. Allow me to make a brief on the setup and then the > problem. > > I have PPP installed and configured hopefully correct as the test > indicates no error at this point. > > On win95 box, the connection is configured as: > > "PPP: windows 95, NT 3.5, Internet" Server Type and info on DNS, IP, > default gw etc given in TCP/IP settings. > > In control panel, TCP/IP is loaded and is binding to the Dial-Up > Adaptor. There is no other protocol loaded. > > The Win95 box dial into the FreeBSD. FreeBSD box answers the call, and: > > "Verifying Username and Password" is displayed. > > I could see activity between the modem and the unit. After a while, the > win95 box returns the following: > > "Dial-Up networking could not negotiate a compatible set of network > protocol you specified in the Server Type settings. Check you network > configuration in the control panel and try again." > > Well, I think I have a pretty good working knowledge of win95 but I have > checked every possible area without success. Has anybody exeperienced > this or has a solution for it..? > > Thanks for your help > > > Saffa Kemokai > http://www.sulima.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message