On 25-Jan-2000 Marcin Kurc wrote: > I'm trying to set up pppd for dial ins. I have some problems tho. > It seems not to authenticate users. > Here is one example: > > Jan 25 16:25:00 student pppd[574]: rcvd [PAP AuthReq id=0x1 user="wbowen" > password=<hidden>] > Jan 25 16:25:00 student pppd[574]: no PAP secret found for wbowen > Jan 25 16:25:00 student pppd[574]: sent [PAP AuthNak id=0x1 "Login > incorrect"] > Jan 25 16:25:00 student pppd[574]: sent [LCP TermReq id=0x2 "Authentication > failed"] > Jan 25 16:25:00 student pppd[574]: rcvd [LCP TermReq id=0x2 "Failed to > authenticate ourselves to peer"] >
here the authentication is being done by PAP, yet there is no password in /etc/ppp/pap-secrets. > > And another: > Jan 25 16:06:43 student pppd[500]: sent [IPCP ConfAck id=0x2 <addr > 199.8.65.15> > <compress VJ 0f 01>] > Jan 25 16:06:43 student pppd[500]: Peer is not authorized to use remote > address > 199.8.65.15 > Jan 25 16:06:43 student pppd[500]: sent [IPCP TermReq id=0x2 "Unauthorized > remote IP address"] > Jan 25 16:06:43 student pppd[500]: rcvd [IPCP TermAck id=0x2] > Jan 25 16:06:43 student pppd[500]: sent [LCP TermReq id=0x2 "No network > protocols running"] > not so sure about this one.