From owner-freebsd-questions@FreeBSD.ORG Tue Jun 19 20:50:50 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 EE48216A468 for ; Tue, 19 Jun 2007 20:50:50 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from mail-in07.adhost.com (mail-in07.adhost.com [216.211.128.140]) by mx1.freebsd.org (Postfix) with ESMTP id D0B0D13C480 for ; Tue, 19 Jun 2007 20:50:50 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from ad-exh01.adhost.lan (unknown [216.211.143.69]) by mail-in07.adhost.com (Postfix) with ESMTP id A12721B502F; Tue, 19 Jun 2007 13:50:50 -0700 (PDT) (envelope-from mksmith@adhost.com) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 19 Jun 2007 13:50:44 -0700 Message-ID: <17838240D9A5544AAA5FF95F8D520316022ABBB3@ad-exh01.adhost.lan> In-Reply-To: <340a29540706191338q67dfb5a1h45aa9938be0eb1a9@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Configuring dhcp6 Thread-Index: AceysdBm48JcPgXvR1603LdRNzih+QAAZSOg References: <340a29540706191001v75e6bc5dua7d461546491119c@mail.gmail.com> <17838240D9A5544AAA5FF95F8D520316022ABB51@ad-exh01.adhost.lan> <340a29540706191020t2f72197en5bf9701be0241b8e@mail.gmail.com> <340a29540706191255h514d6c82y14695d00a97cc310@mail.gmail.com> <17838240D9A5544AAA5FF95F8D520316022ABBA5@ad-exh01.adhost.lan> <340a29540706191338q67dfb5a1h45aa9938be0eb1a9@mail.gmail.com> From: "Michael K. Smith - Adhost" To: "Andrew Falanga" 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 20:50:51 -0000 Hello Andy: > -----Original Message----- > From: Andrew Falanga [mailto:af300wsm@gmail.com] > Sent: Tuesday, June 19, 2007 1:39 PM > To: Michael K. Smith - Adhost > Cc: freebsd-questions > Subject: Re: Configuring dhcp6 >=20 > On 6/19/07, Michael K. Smith - Adhost wrote: > > > > > > > > > > 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 > > > > Did you look in /usr/local/sbin for dhcp6ctl? Here's the pkg-plist > > locations. > > > > etc/dhcp6s.conf.sample > > etc/dhcp6c.conf.sample > > sbin/dhcp6c > > sbin/dhcp6relay > > sbin/dhcp6s > > sbin/dhcp6ctl > > > > Regards, > > > > Mike > > >=20 > Mike, >=20 > Very interesting, the name of the binary is different than the manual > pages say it is. I was looking for dhcp6sctl no dhcp6ctl as is listed > above. This would explain why I couldn't find it with either find or > whereis. >=20 > An excerpt from the manual pages: > dhcp6s(8) > SEE ALSO > dhcp6s.conf(5), dhcp6sctl(8), dhcp6c(8) >=20 > So, who maintains the software? Or is this a ports issue? >=20 > Andy Here's the port info from the website. http://www.freebsd.org/cgi/ports.cgi?query=3Ddhcp6&stype=3Dall It includes the maintainer and source information. Regards, Mike