>Hello,
>
>I'm using pppd 2.4.2 to connect to my DSL Internet provider. After a
>period of inactivity pppd terminates the connection with a message "LCP
>terminated by peer". Can I instruct pppd not to agree to that?
>
>
No.
Talk to your ISP.
--
Cheers
John
-- spambait
1aaa...@computerdatasafe.com.au Z1aa...@computerdatasafe.com.au
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
On Sat, Jun 26, 2004 at 09:10:23PM +0800, John Summerfield wrote:
> >I'm using pppd 2.4.2 to connect to my DSL Internet provider. After a
> >period of inactivity pppd terminates the connection with a message "LCP
> >terminated by peer". Can I instruct pppd not to agree to that?
>
> No.
>
> Talk to your ISP.
Thanks for the prompt answer! I assume this is a feature of LCP and one
can't "fix" it in pppd, no?
Seems that creating some activity from cron is cheaper than talking to
the ISP :) .
With kind regards,
Baurjan.
>Hello, John!
>
>On Sat, Jun 26, 2004 at 09:10:23PM +0800, John Summerfield wrote:
>
>
>>>I'm using pppd 2.4.2 to connect to my DSL Internet provider. After a
>>>period of inactivity pppd terminates the connection with a message "LCP
>>>terminated by peer". Can I instruct pppd not to agree to that?
>>>
>>>
>>No.
>>
>>Talk to your ISP.
>>
>>
>
>Thanks for the prompt answer! I assume this is a feature of LCP and one
>can't "fix" it in pppd, no?
>
>
It's not broken, this is how to terminate the connexion.
>Seems that creating some activity from cron is cheaper than talking to
>the ISP :)
>
>
>
If the ISP knows a problem exists, then the problem can be fixed for
everyone.
--
Cheers
John
-- spambait
1aaa...@computerdatasafe.com.au Z1aa...@computerdatasafe.com.au
On Sat, Jun 26, 2004 at 08:59:56PM +0200, jakob bratkovic wrote:
> lcp-echo-interval 60
I've already put fetchyahoo to my crontab. Thanks for the suggestion,
I'll try it on another system.
With kind regards,
Baurjan.
> John Summerfield wrote:
>
>> Baurjan Ismagulov wrote:
>>
>>> Hello, John!
>>>
>>> On Sat, Jun 26, 2004 at 09:10:23PM +0800, John Summerfield wrote:
>>>
>>>
>>>>> I'm using pppd 2.4.2 to connect to my DSL Internet provider. After a
>>>>> period of inactivity pppd terminates the connection with a message
>>>>> "LCP
>>>>> terminated by peer". Can I instruct pppd not to agree to that?
>>>>>
>>>>
>>>>
>>>> No.
>>>>
>>>> Talk to your ISP.
>>>>
>>>
>>>
>>>
>>> Thanks for the prompt answer! I assume this is a feature of LCP and one
>>> can't "fix" it in pppd, no?
>>>
>>>
>>
>> It's not broken, this is how to terminate the connexion.
>>
>>> Seems that creating some activity from cron is cheaper than talking to
>>> the ISP :)
>>>
>>>
>> If the ISP knows a problem exists, then the problem can be fixed for
>> everyone.
>>
>>
> You could try adding a line such as:
>
> lcp-echo-interval 60
>
> to your /etc/ppp/options. Perhaps it will help.
>
> Jakob
>
>
It shouldn't. I'd be very suprised if LCP packet count towards keeping
the connexion alive.
Probably, the ISP has some reason for the decision to terminate idle
connexions. There is no substitute to talking about it with the ISP.
It's perfectly possible that hacking round it will violate the ISP's
Acceptable Use Pollicy and cause the service to be terminated.
Possibly, it's default setting nobody changed and the ISP will be happy
to fix the error.
You could put "persist" in /etc/ppp/options, so that when the
connection dies it automatically tries to reconnect.
--
Pigeon
Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F
On Mon, Jun 28, 2004 at 06:09:17PM +0100, Pigeon wrote:
> You could put "persist" in /etc/ppp/options, so that when the
> connection dies it automatically tries to reconnect.
Thanks for the suggestion, I'll try it on another system.
With kind regards,