From owner-freebsd-questions Wed Mar 5 00:34:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA01977 for questions-outgoing; Wed, 5 Mar 1997 00:34:39 -0800 (PST) Received: from python.shoal.net.au (andrew@python.shoal.net.au [203.26.44.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA01970 for ; Wed, 5 Mar 1997 00:34:29 -0800 (PST) Received: from localhost (andrew@localhost) by python.shoal.net.au (8.8.5/8.7.3) with SMTP id SAA15868; Wed, 5 Mar 1997 18:33:27 +1000 (EST) Date: Wed, 5 Mar 1997 18:33:26 +1000 (EST) From: Andrew Perry To: Martin Naskovski cc: freebsd-questions@freebsd.com Subject: Re: PPP/PAP authentication In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I had this problem too. I've included a copy of my ppp.conf, maybe that'll help. Make sure you've got the 'set authname username' and 'set authkey password' commands. Does your isp provide pap or chap? maybe you've also got to use the 'disable chap' line? The set login line is just a script to get through my isp's xylogics annex. username, password, select slip/ppp/telnet hope this helps Andrew Perry andrew@shoal.net.au On Tue, 4 Mar 1997, Martin Naskovski wrote: > Hi. I can't get PAP to work on ppp under FreeBSD 2.1.7. I set up the login > name right, the password too, including the enable pap, disable chap, > accept pap parameters, and then all I get once it successfully logs in is > a "Packet mode" response, the ppp doesn't convert to PPP to signify that > it did actually went into PPP, and when I try to ping, it shows as though > no routes exist for the outside world. > > Would anyone _please_ tell me what I miss to do? I just used the stuff > that's in /etc/ppp but it don't quite work, I guess I'm forgetting to set > something up? Can someone else who uses PAP authentication tell me what > their setup looks like or forward it to me as attachment? Thank you. > > Martin > > default: set speed 115200 set device /dev/cuaa1 set parity none set timeout 1200 accept pap disable chap set authname username set authkey password set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATZ OK-AT-OK \\dATDT123456\\T TIMEOUT 60 CONNECT" set login "TIMEOUT 5 name:--name: username word: password annex: 3" set ifaddr 0 0