From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 06:34:54 2004 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 EAA8C16A4CE for ; Tue, 27 Jan 2004 06:34:54 -0800 (PST) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C1D543D68 for ; Tue, 27 Jan 2004 06:34:27 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc11) with ESMTP id <2004012714341501100jj46se>; Tue, 27 Jan 2004 14:34:19 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 3AED712; Tue, 27 Jan 2004 09:34:15 -0500 (EST) Sender: lowell@be-well.ilk.org To: simonles@bonbon.net (simon) References: <40157b02.33170997@smtp.freeserve.net> From: Lowell Gilbert Date: 27 Jan 2004 09:34:15 -0500 In-Reply-To: <40157b02.33170997@smtp.freeserve.net> Message-ID: <448yjtihp4.fsf@be-well.ilk.org> Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: web interface for a freebsd dial-up box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2004 14:34:55 -0000 simonles@bonbon.net (simon) writes: > I am currently using a Linux box running IPCOP to dial-up to my ISP. > I would like to upgrade to freebsd. Is there a simple web interface > or perl script I can use with freebsd to bring dial-on-demand on/off. It can be done with a simple command line from pppctl(8), so it should be quite easy to add to some kind of script if you want.