From owner-freebsd-questions Thu Jun 14 8:11:59 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 3242137B409; Thu, 14 Jun 2001 08:11:45 -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.3/8.11.3) with ESMTP id f5EFBhD01149; Thu, 14 Jun 2001 16:11:43 +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 f5EFBo661190; Thu, 14 Jun 2001 16:11:50 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200106141511.f5EFBo661190@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: FreeBSD Cc: freebsd-questions@FreeBSD.ORG, brian@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: ppp dialup server In-Reply-To: Message from FreeBSD of "Thu, 14 Jun 2001 02:30:40 MDT." <20010614021708.X36151-200000@Amber.XtremeDev.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 14 Jun 2001 16:11:50 +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 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