From owner-freebsd-questions Wed Sep 2 05:29:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA09050 for freebsd-questions-outgoing; Wed, 2 Sep 1998 05:29:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from geocities.com (mail1.geocities.com [209.1.224.29]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA09036 for ; Wed, 2 Sep 1998 05:29:16 -0700 (PDT) (envelope-from webmaster@ocs.ru) Received: from ocs.ru (andin.ocs.ru [194.8.168.140]) by geocities.com (8.9.1/8.9.1) with ESMTP id FAA05756 for ; Wed, 2 Sep 1998 05:27:33 -0700 (PDT) Message-ID: <35ED3A81.A0CD723A@ocs.ru> Date: Wed, 02 Sep 1998 16:30:57 +0400 From: Andrew Yourtchenko Organization: OCS Distribution X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ppp question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. regretfully, I can not include the files required in the FAQ - I am at a different location now, but I think my problem is not related with the routing. My problem is interesting - 'ppp -auto -alias' works fine, except it refuses to hang up after the specified timeout. I even tried to give 'set afilter 0 deny 0/0 0/0'. Supposedly, in this config timeout counter should start to tick immediately after connect ? byt, giving 'set log +debug' I found out that the timer responsible for the connection timeout is ticking down ...err.. lazy. That is. What I thought - It should be either be reset to the [timeout] value specified in the config with each packet agreeing with afilter, and tick down each second otherwise. What I see in the log is that is gets decreased by a certain value (not 1 second, but several seconds), and then stays on this value for undefined random period of time. Then it decreases again, and the cycle repeats. The trouble is that the value of a decrease is not equal to the time being spent by the timer in the previous value... I even tried 'set log +TCP/IP' but even when 'tail -f /var/log/ppp.log' shows no packets, 'show proto' informs that TCP/IP "in" packets are coming... Did you have any questions of such kind ? wbr, andrew yourtchenko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message