Date: Thu, 14 Jun 2001 16:11:50 +0100 From: Brian Somers <brian@Awfulhak.org> To: FreeBSD <freebsd@XtremeDev.com> Cc: freebsd-questions@FreeBSD.ORG, brian@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: ppp dialup server Message-ID: <200106141511.f5EFBo661190@hak.lan.Awfulhak.org> In-Reply-To: Message from FreeBSD <freebsd@XtremeDev.com> of "Thu, 14 Jun 2001 02:30:40 MDT." <20010614021708.X36151-200000@Amber.XtremeDev.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org>
<http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106141511.f5EFBo661190>
