From owner-freebsd-questions@FreeBSD.ORG Tue Jun 19 19:55:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27C4E16A46D for ; Tue, 19 Jun 2007 19:55:48 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id D83D213C4B0 for ; Tue, 19 Jun 2007 19:55:47 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so4052923pyi for ; Tue, 19 Jun 2007 12:55:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G/a1ekLt+OmsLy2/EP2D3cIBk3CrGtV6OzR+75/VTvyjnJgGW7TjLgbtw/8aQmtpB3vPVUfeJdQkfn2NCUW//hdkVDa/y3IeAWIJKXbMYufAadpCYrEC2wkVoQR0o+/GweBwn7UGjBU8WW+uJze++u+tf7tzd0+nb/1L/VGYZNc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uqkI8Z9LxB+qwrRFvrDLh0J+ttq4TL/k02/DIq2VVHs6NuHiLnFBZPwTS1il2eB3NSmoLXuGTKaf61DQzwSJyW0Es8JOmtz+Q4ePWHl1H55eYEq+H946bOFwN6LFqPrG2vb7Cdmn5SbMqMP5lKSETqeM4fpihDyPO2Tz/+gASbU= Received: by 10.35.86.12 with SMTP id o12mr13224335pyl.1182282946678; Tue, 19 Jun 2007 12:55:46 -0700 (PDT) Received: by 10.35.36.15 with HTTP; Tue, 19 Jun 2007 12:55:46 -0700 (PDT) Message-ID: <340a29540706191255h514d6c82y14695d00a97cc310@mail.gmail.com> Date: Tue, 19 Jun 2007 13:55:46 -0600 From: "Andrew Falanga" To: "Michael K. Smith - Adhost" In-Reply-To: <340a29540706191020t2f72197en5bf9701be0241b8e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <340a29540706191001v75e6bc5dua7d461546491119c@mail.gmail.com> <17838240D9A5544AAA5FF95F8D520316022ABB51@ad-exh01.adhost.lan> <340a29540706191020t2f72197en5bf9701be0241b8e@mail.gmail.com> Cc: freebsd-questions Subject: Re: Configuring dhcp6 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: Tue, 19 Jun 2007 19:55:48 -0000 > On 6/19/07, Michael K. Smith - Adhost wrote: > > Could you post your config for reference? One thing that comes to mind > > is to make sure your mask is set to a /64. > > > > Regards, > > > > Mike > > > Ok, I've got a couple of more questions. Why does the port not install the command "dhcp6sctl"? This is mentioned in manual pages like, dhcp6s(8), and so forth but doing a "man dhcp6sctl" returns that no manual page exists. Also, I can't find the command either. Lastly how do I generate this dhcp6sctlkey file that is also mentioned in the manual pages? On the system I'm running the server on, the syslog spits out something that the file can't be found, and sure enough it's not there. It's supposed to be in /usr/local/etc. Andy