From owner-freebsd-questions@FreeBSD.ORG Sat Jul 5 01:52:04 2003 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 636D037B401 for ; Sat, 5 Jul 2003 01:52:04 -0700 (PDT) Received: from smtp-2.mozcom.com (smtp-3.mozcom.com [61.9.0.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93CFD43FAF for ; Sat, 5 Jul 2003 01:52:03 -0700 (PDT) (envelope-from m-trade@hotpop.com) Received: from localhost (smtp-3.mozcom.com [127.0.0.1]) by smtp-2.mozcom.com (Postfix) with SMTP id 89CE61623 for ; Sat, 5 Jul 2003 16:52:32 +0800 (PHT) Received: from 61.9.36.145 (unknown [61.9.36.145]) by smtp-2.mozcom.com (Postfix) with ESMTP id 30E3C171D for ; Sat, 5 Jul 2003 16:52:31 +0800 (PHT) From: M-Trade To: freebsd-questions@freebsd.org Date: Sat, 5 Jul 2003 16:51:59 +0800 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307051651.59464.m-trade@hotpop.com> Subject: limiting ppp 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: Sat, 05 Jul 2003 08:52:04 -0000 Hello, I'm setting up a dial-in box (using mgetty and ppp) and wondering: a) Is there a way to limit the connection time? I don't want users hogging the line. b) How do I limit users to using only one connection at a time? I don't want users to give away their username and password then suddenly have 1 username using more than one connection. Thanks! David