From owner-freebsd-questions Tue Mar 4 16:57:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA00386 for questions-outgoing; Tue, 4 Mar 1997 16:57:39 -0800 (PST) Received: from pooh.cdrom.com (pooh.cdrom.com [204.216.28.222]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA00377 for ; Tue, 4 Mar 1997 16:57:37 -0800 (PST) Received: from mail.vcr.istar.ca (mail.vcr.iSTAR.ca [204.191.152.4]) by pooh.cdrom.com (8.7.5/8.7.3) with SMTP id QAA17904 for ; Tue, 4 Mar 1997 16:57:04 -0800 (PST) Received: from kevin.sunshine.net [204.191.205.79] by mail.vcr.istar.ca with smtp (Exim 1.58 #2) id 0w24yn-0002uY-00; Tue, 4 Mar 1997 16:54:50 -0800 Date: Tue, 4 Mar 1997 16:50:01 -0800 (PST) From: "kevin_eliuk@sunshine.net" 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 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. You want the server to assign the address to you so what I did successfully was: accept pap disable pap What I was told was if you enable pap it signifies that you are going to assign the IP addresses. > > 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 > Kevin P.S. I had the damnedest time with the setup and as a note if you run Linux Emulation the DNS setup is different. Check Handbook - Linux Emulation.