From owner-freebsd-questions@FreeBSD.ORG Fri Jan 6 02:44:52 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8418106564A for ; Fri, 6 Jan 2012 02:44:52 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6B9C18FC12 for ; Fri, 6 Jan 2012 02:44:52 +0000 (UTC) Received: by wgbdr11 with SMTP id dr11so1276604wgb.31 for ; Thu, 05 Jan 2012 18:44:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1plgfYx+mbYU5PS6xOBrSmrmsIQhewUqMdrm1Mm0LMs=; b=eX8ukNbm4Cws5YzLsmm2Jp1nFfhluPEfey+f0ky93rsWAmA6c/L1hh9a3pZPoYmj5C /tsjJPPyb27dZs0IAkmYgeDbfA5hxTnYNJGhGIeZDgfVdnWMftPNB6IFI5JkCPSpzpTx +/T0NEMRj8sd1WcqME8YSTF57ekNFykaotoXA= MIME-Version: 1.0 Received: by 10.180.96.72 with SMTP id dq8mr8365095wib.10.1325816286652; Thu, 05 Jan 2012 18:18:06 -0800 (PST) Received: by 10.223.157.198 with HTTP; Thu, 5 Jan 2012 18:18:06 -0800 (PST) In-Reply-To: <4F0653F1.6000203@mykitchentable.net> References: <4F0653F1.6000203@mykitchentable.net> Date: Thu, 5 Jan 2012 20:18:06 -0600 Message-ID: From: Adam Vande More To: Drew Tomlinson Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: ISC-DHCP Web GUIs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2012 02:44:52 -0000 On Thu, Jan 5, 2012 at 7:52 PM, Drew Tomlinson wrote: > I'm looking for a tool to allow junior admins to lookup and manage an > ISC-DHCP server via a web interface. Any recommendations? Basically, they > should be able to view lease information, create scopes, make reservations, > etc. > I used to use sysutils/webmin for that. Not sure anymore what all features it has on DHCP, but if nothing else you can use it to edit config files from a browser. -- Adam Vande More