Hello Kunal,

On 18-Dec-98 Kunal H. Parikh wrote:

> pppd  connect ' chat -v "" ATDT0,4404444 CONNECT "" sername" kaypee
> assword: pass "" ppp' /dev/cua0 38400 debug
> crtscts modem defaultroute

I think, the pppd should do the login and not the chat-part. My script is:
----
   pppd name $USER connect \
      "chat -v '' ATZ OK 'ATZ' OK ATDT$PHONE CONNECT ''" \
      pap-restart 8 chap-restart 8 mru 1524 \
      /dev/$DEVICE $SPEED \
      crtscts defaultroute noipdefault
----
You have to set: 
   /etc/ppp/chap-secrets
   /etc/ppp/pap-secrets
   /etc/ppp/options


> Dec 14 09:50:20 kp pppd[352]: peer authentication required but no
> suitable secret(s) found
> Dec 14 09:50:20 kp pppd[352]: for authenticating any peer to us (kp.com)

Maybe you force peer authentication with +chap or +pap ?


Regards
Peter





----------------------------------
E-Mail: Peter Bollinger <[EMAIL PROTECTED]>
Date: 18-Dec-98
Time: 10:21:06

This message was sent by XFMail
----------------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to