Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2001 00:11:03 +1200
From:      Mark Ibell <marki@paradise.net.nz>
To:        questions@freebsd.org
Subject:   PPP server problem
Message-ID:  <3AE41BD7.CADAF949@paradise.net.nz>

next in thread | raw e-mail | index | archive | help
Hi,

I've been trying to set up a PPP server following Ted Mittelstaedt's
instructions as found at:

http://www.computerbits.com/archive/1997/0900/lan9709.html

The problem is that the PAP authentication always fails even though the
username/password are indeed correct. Any ideas? This is on a 4.3RC
system.

pppd is being run as follows:

# /usr/sbin/pppd 192.168.1.1:192.168.1.201 /dev/ttyd0 115200

Here is a section of debug output:

Apr 23 23:13:18 iris pppd[219]: rcvd [PAP AuthReq id=0x1 user="marki"
password="blah"]
Apr 23 23:13:18 iris pppd[219]: PAP authentication failure for marki
Apr 23 23:13:18 iris pppd[219]: sent [PAP AuthNak id=0x1 "Login
incorrect"]

/etc/ppp/options:

auth
crtscts
debug
login
modem
ms-dns 192.168.1.1
passive
persist
proxyarp
silent

/etc/ppp/pap-secrets:

* * ""

Cheers,
Mark

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?3AE41BD7.CADAF949>