Leopoldo Alberto Hernandez wrote:
> 
> Hi:
> 
>     I'm having problems connecting to the internet.  The ppp terminates
> every time.
> I actually had succeeded once and  good stable connection was
> established, but on
> the next occasion with "same configuration," the same error was give :
> sent [LCP ConfReq id=0x1 <asyncmap 0xa0000> <magic 0x7fbf> <pcomp>
> <accomp>]
>         LCP: timeout sending Config-Requests
>                                                                 or
> LCP: timeout sending Config-Requests
> Connection terminated.
> Receive serial link is not 8-bit clean:
> Problem: all had bit 7 set to 0
>  Exit.
[..SniP..]

in your chat script where it waits for a CONNECT, change it from this

"CONNECT" ""

to this...

"CONNECT" "\c"


it's sending a carriage return after it recieves the CONNECT string,
which confuses the other end (i think)

-- R3D

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

Reply via email to