Re: PPPD via GPRS disconnection problem In article <61b44f09.0504080525.63a047b9@posting.google.com>, Krister
Renaud wrote:
> The problem:
>
> I start pppd, the connection comes up, if-up is run. After that I get
> "No response to 3 echo-requests" and the link is disconnected. I have
> tried using Fedora and an XScale linux with the same result.
Disconnection is the problem?
The error message is a good hint. The other end of the PPP link, most
likely the phone you're using, does not support lcp-echo-requests and
-replies (for really no good reason as the serial links aren't that
reliable).
> lcp-echo-interval 5
> lcp-echo-failure 3
Setting these to zero will effectively disable echo requests and
replies. man pppd will tell more.
-Mikko |