From owner-freebsd-isp Thu Nov 28 14:24:46 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA17001 for isp-outgoing; Thu, 28 Nov 1996 14:24:46 -0800 (PST) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA16993 for ; Thu, 28 Nov 1996 14:24:42 -0800 (PST) Received: (from danny@localhost) by panda.hilink.com.au (8.7.6/8.7.3) id JAA07472; Fri, 29 Nov 1996 09:26:29 +1100 (EST) Date: Fri, 29 Nov 1996 09:26:28 +1100 (EST) From: "Daniel O'Callaghan" To: Travis Mikalson cc: isp@freebsd.org Subject: Re: Idle Timeout In-Reply-To: <329DE103.654D@terranova.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 28 Nov 1996, Travis Mikalson wrote: > I'm using FreeBSD as a terminal server (w/ Cyclades) and was wondering > how I could implement an idle timeout on ports ttyc* of some sort... Are you running shell accounts, iijppp or pppd? iijppp has its own idle timeout code. tcsh has idle timeout code. I've written a program which does idle timeout on pppds but I have not yet got it to start up automatically. (Too many other things to do.) You can have it to play with if you like. Danny