Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 1997 18:33:26 +1000 (EST)
From:      Andrew Perry <andrew@python.shoal.net.au>
To:        Martin Naskovski <mn39337@pegasus.cc.ucf.edu>
Cc:        freebsd-questions@freebsd.com
Subject:   Re: PPP/PAP authentication
Message-ID:  <Pine.BSI.3.95.970305182231.15673B-100000@python.shoal.net.au>
In-Reply-To: <Pine.SOL.3.93.970304124144.27325B-100000@pegasus>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.95.970305182231.15673B-100000>