From owner-freebsd-questions@FreeBSD.ORG Tue Mar 29 04:09:17 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01D1D16A4CE for ; Tue, 29 Mar 2005 04:09:17 +0000 (GMT) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 942A943D48 for ; Tue, 29 Mar 2005 04:09:16 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id j2T49FJ2043264; Mon, 28 Mar 2005 23:09:15 -0500 (EST) (envelope-from mike@sentex.net) Received: from avscan1.sentex.ca ([127.0.0.1]) by localhost (avscan1.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 43119-02; Mon, 28 Mar 2005 23:09:15 -0500 (EST) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id j2T49EP1043252; Mon, 28 Mar 2005 23:09:14 -0500 (EST) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id j2T4985d018417; Mon, 28 Mar 2005 23:09:09 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <6.2.1.2.0.20050328230155.03713ad8@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Mon, 28 Mar 2005 23:07:57 -0500 To: PS From: Mike Tancsa In-Reply-To: <4248C984.2060606@mail.ru> References: <42489DBB.4000105@mail.ru> <5dfh415ppnbge1aqqh4lf7ohlg5m934503@4ax.com> <4248C984.2060606@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan1b cc: freebsd-questions@freebsd.org Subject: Re: ppp problems with routing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 04:09:17 -0000 At 10:20 PM 28/03/2005, PS wrote: >Mike Tancsa wrote: >>On Mon, 28 Mar 2005 19:13:47 -0500, in sentex.lists.freebsd.questions >>you wrote: > >My isp gives free bandwidth from x till y, provided that a connection >starts after x and finishes before y... so, my smart freebsd pc sends >every day INT to ppp to restart ppp connection :) Ahh, that makes sense. Instead of killing the program outright, you might open a socket and programatically shutdown the session. Take a look at pppctl. ---Mike