On Thu, 27 Apr 2000, Andrei Cojocaru wrote:

|When I try to connect with pppd I obtain the following error:
|sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic0x43bcfcbe> <pcomp> <accomp>]
|After that the connection hang up

Exact copies of the all the PPP link negotiation messages with timestamps
are much better.  With just this the best guess is that the chat script
didn't do what it needs to do for the ISP to start PPP on it's end of the
line.  If that's it, a big if, then a common cause is using the expect-send
pair CONNECT '' instead of CONNECT '\c' to end the chat script.

Otherwise sending exact copies of the chat -v and pppd debug messages, and
an exact copy of the chat script itself, would be good. 

|Here is my option file:
|debug
|lock
|modem
|crtscts
|idle 60
|ipcp-accept-remote
|ipcp-accept-local
|defaultroute
|noauth
|noipdefault
|user
|elite

I don't think you can have user and elite on different lines, although,
admittedly, I might be wrong - it's never occurred to me to try to put them
on different lines. 

|remotename ELITE
|connect '/etc/ppp/ppp-chat'

---
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