> no "idle" parameter in my /etc/ppp/options
>
> On 12-Apr-2001 Alex Rier wrote:
> > Hi,
> >
> > If you plan to use ADSL all the time, comment out "idle" parameter
> > in /etc/ppp/options file.
> >
>
[01:14:17 /tmp]$ zcat /usr/share/doc/ppp/changelog.Debian.gz |head -1
ppp (2.4.0f-1) unstable; urgency=low
[01:14:29 /tmp]$ grep -A2 -B2 idle /etc/ppp/options
#demand
# Specifies that pppd should disconnect if the link is idle for <n> seconds.
# The link is idle when no data packets (i.e. IP packets) are being sent or
# received. Note: it is not advisable to use this option with the persist
# option without the demand option. If the active-filter option is given,
# data packets which are rejected by the specified activity filter also
# count as the link being idle.
#idle <n>
# Specifies how many seconds to wait before re-initiating the link after
# it terminates. This option only has any effect if the persist or demand
# option is used. The holdoff period is not applied if the link was
# terminated because it was idle.
#holdoff <n>
[01:14:39 /tmp]$
--
Shaul Karl <[EMAIL PROTECTED]>
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]