On Wed, 12 Apr 2000, Andrei Cojocaru wrote:

|/etc/ppp/options.ttyS0
|debug
|auth
|name RONIN
|+pap
|+chap

The option +pap means you require that the peer (the ISP) authenticate
itself to you using PAP.  The option +chap also requires that the peer
authenticate itself with CHAP.  It's highly unlikely that the ISP will do
so. 

|192.168.0.10:192.168.0.11
|/etc/ppp/ppp-server
|exec /usr/sbin/pppd /dev/ttyS0
|
|I cannot establish the connection.Here are my logs.
|pppd 2.3.10 started by root, uid 0
|Apr 12 11:07:27 ronin pppd[742]: Using interface ppp0
|Apr 12 11:07:27 ronin pppd[742]: Connect: ppp0 <--> /dev/ttyS0
|Apr 12 11:07:27 ronin kernel: PPP BSD Compression module registered
|Apr 12 11:07:28 ronin kernel: PPP Deflate Compression module registered
|Apr 12 11:07:28 ronin pppd[742]: CHAP peer authentication succeeded for andrei
|Apr 12 11:07:57 ronin pppd[742]: IPCP: timeout sending Config-Requests

Removing the +pap and +chap options will probably cure this.  Otherwise
you'll need to find the log that has the PPP debug link negotiation
messages and post those.

---
Clifford Kite                                               Not a guru. (tm)


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

Reply via email to