From owner-freebsd-questions Sun Jun 17 4:43:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 634BB37B401 for ; Sun, 17 Jun 2001 04:42:58 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.4/8.11.4) with ESMTP id f5HBguF06615; Sun, 17 Jun 2001 12:42:56 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.4/8.11.4) with ESMTP id f5HBgqo26693; Sun, 17 Jun 2001 12:42:52 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200106171142.f5HBgqo26693@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: FreeBSD Cc: Brian Somers , freebsd-questions@FreeBSD.org, brian@Awfulhak.org Subject: Re: ppp dialup server In-Reply-To: Message from FreeBSD of "Sat, 16 Jun 2001 19:28:21 MDT." <20010616192612.T2135-100000@Amber.XtremeDev.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 17 Jun 2001 12:42:52 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I guess the best bet is to enable logging on the client side and see what it's seeing. > Hmm. I tried replacing the phone line, and dialed in from two other > machines, still no luck. I've had WindowsNT4 installed on this machine > previously and it acted as an RAS server using the internal courier modem. > I don't know what else to test/try to see where the error lies. > > On Thu, 14 Jun 2001, Brian Somers wrote: > > > It looks to me as if the windows box isn't seeing your negotiations. > > Perhaps you've got a faulty cable or a broken pin in one of your > > connectors ? > > > > > I seem to have the worst luck trying to setup a ppp dialup server. I have > > > a FreeBSD machine with an internal Courier v.everything modem listening on > > > com1. I am able to get the modem to pick up (either through > > > mgetty/auto_ppp, or through regular getty) and run > > > /usr/local/bin/ppplogin, which consists of just: > > > > > > #!/bin/sh > > > /usr/sbin/ppp -direct server > > > > > > And this is my /etc/ppp/ppp.conf: > > > > > > default: > > > set log debug phase lcp chat > > > set speed 115200 > > > set timeout 0 > > > > > > server: > > > set cd off 40 > > > enable pap > > > enable chap > > > enable passwdauth > > > enable proxy > > > set ifaddr 192.168.1.1 192.168.1.20 255.255.255.255 0.0.0.0 > > > accept dns > > > > > > And this in my /etc/ppp/ppp.secret: > > > > > > ppp dialup > > > > > > And yet, when I try to dialup from Windows 2000, I get: > > > > > > Error 619. The specified port is not connected. > > > > > > And attached is the ppp log of a connection attempt. > > > I have reached an impass, and would really appreciate it if anyone could > > > give me a HINT as to what this is doing. I have no idea if it's getting > > > hung up on password auth or even if it just can't talk the same language. > > > From the log, all I can tell is that a request for CHAP (0x05) auth is > > > made, but other than that, nothing happens! Please please, does anyone > > > know what in the world I might be missing? It has to be user error, right? > > > > > > Thanks in advance. > > > > > [.....] -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message