From owner-freebsd-questions@FreeBSD.ORG Fri Aug 8 17:25:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BF3410656C7 for ; Fri, 8 Aug 2008 17:25:35 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id 2D9458FC14 for ; Fri, 8 Aug 2008 17:25:34 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by gxk10 with SMTP id 10so90541gxk.19 for ; Fri, 08 Aug 2008 10:25:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=x6ZVYnvh2qn474PflexbUJ/vHxU9+zTpKkJzJYaCgnU=; b=nOUg6PSC9gDaBHw/4YlAS+aOF0LfCFEysJ84HqrUHovxHB9+bSFqHv22vktHrA1CnT ts/ni7G6bj88IS4qTrqVjxpYUxUvBfQw0PXnf3nMejyfbkG4JtJEy7ZVAXiC5XoJxMqw BnoSX+l49BFtmkDbMZU2NN57UrY/vn4UvQsIg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=TMIl3X6RwGTBYb/Vii4Tffw+6hbQSa1d4jnfncN50D+SVol7R0olUpTDC8JGrT09Ew sGMpveyh/IICatLGzREejjvks7s7QV7bH2CBiplupGqEf1aieRCqTD5dZzEId13TwZpq PGEGNrCMh83hRQUpTnS2Aj82gp2AHC7mwJwos= Received: by 10.150.121.3 with SMTP id t3mr7621957ybc.179.1218216334283; Fri, 08 Aug 2008 10:25:34 -0700 (PDT) Received: by 10.150.196.13 with HTTP; Fri, 8 Aug 2008 10:25:34 -0700 (PDT) Message-ID: <340a29540808081025q16eb8b7ax4fb1997721640d1f@mail.gmail.com> Date: Fri, 8 Aug 2008 11:25:34 -0600 From: "Andrew Falanga" To: "Chuck Swiger" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <340a29540808080802n7b547ebvc5961dbb51508c00@mail.gmail.com> Cc: "freebsd-questions@freebsd.org" Subject: Re: [dhcpd] BOOTP from dynamic client and no dynamic leases 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, 08 Aug 2008 17:25:35 -0000 On Fri, Aug 8, 2008 at 10:54 AM, Chuck Swiger wrote: > Hi-- > > On Aug 8, 2008, at 8:02 AM, Andrew Falanga wrote: >> >> >> not authoritative; > > If you are in charge of the subnet range that you are using, then you should > be setting yours to authoritative. If there is already a DHCP server > running as authoritative for the local subnet, you should configure your > static IPs on it, rather than trying to set up a second one. You could > probably gain more information by running: > I just read through my original post for this message here and should have made it more clear that this list wasn't among the inadequate helps I was referencing. I cannot tell you the number of Google searches I've done in looking for this. I am not authoritative on this subnet. Originally, I had the statement as authoritative but thought this might be my problem (unfortunately it wasn't). The organization I work for is sufficiently large enough that getting requests handled for the authoritative serves nearly takes an act of Congress. When our team ramps up, we change out hardware quite frequently and this (asking for changes made to the authoritative servers) isn't feasible for us to meet demand. So, this solution was put in place. Our old bootp server worked just fine, but is now having problems (it runs for about a day and then crashes). > tcpdump -s 0 -vv port bootps > > ...and look at whether the MAC addrs match what you think they should be in > the request, and whether your server or another is replying with DHCPNAK. > There is fine documentation and even a mailing list for the ISC DHCPD > available here and at : > > http://www.isc.org/index.pl?/sw/dhcp/authoritative.php > http://www.isc.org/sw/dhcp/dhcpv3-README.php#support > thank you for these two links. I hadn't yet found them from all the searches I'd done thus far. Also, though I should have thought of it myself, thanks for the pointer on using tcpdump. I'll give that a try. Andy -- A: Because it messes up the order in which people normally read text. Q: Why is it such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?