From owner-freebsd-questions@FreeBSD.ORG Thu Mar 12 04:55:06 2009 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 463F8106564A for ; Thu, 12 Mar 2009 04:55:06 +0000 (UTC) (envelope-from greg.stark@sungard.com) Received: from SG2EHSOBE005.bigfish.com (outbound-sin.frontbridge.com [207.46.51.80]) by mx1.freebsd.org (Postfix) with ESMTP id B09A68FC1B for ; Thu, 12 Mar 2009 04:55:05 +0000 (UTC) (envelope-from greg.stark@sungard.com) Received: from mail29-sin-R.bigfish.com (10.3.40.3) by SG2EHSOBE005.bigfish.com (10.3.40.25) with Microsoft SMTP Server id 8.1.340.0; Thu, 12 Mar 2009 04:55:04 +0000 Received: from mail29-sin (localhost.localdomain [127.0.0.1]) by mail29-sin-R.bigfish.com (Postfix) with ESMTP id 234AA1730255 for ; Thu, 12 Mar 2009 04:55:04 +0000 (UTC) X-BigFish: VPS15(zfebs329ep6cekz4015M936fK14e1J853kzz1202hzzz2dh6bh65h) X-Spam-TCS-SCL: 4:0 Received: by mail29-sin (MessageSwitch) id 1236833702752519_1080; Thu, 12 Mar 2009 04:55:02 +0000 (UCT) Received: from us-voo-smtp05.internal.sungard.corp (unknown [216.83.166.46]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail29-sin.bigfish.com (Postfix) with ESMTP id 6D891818055 for ; Thu, 12 Mar 2009 04:54:27 +0000 (UTC) Received: from us-voo-smtp11.internal.sungard.corp ([168.162.128.53]) by us-voo-smtp05.internal.sungard.corp with Microsoft SMTPSVC(6.0.3790.3959); Thu, 12 Mar 2009 00:54:15 -0400 Received: from VOO-EXCHANGE05.internal.sungard.corp ([168.162.128.79]) by us-voo-smtp11.internal.sungard.corp with Microsoft SMTPSVC(6.0.3790.3959); Thu, 12 Mar 2009 00:54:15 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Thu, 12 Mar 2009 00:53:22 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Release-7.0 named and dhcpd Thread-Index: AcmiznhPZgxaZE2zRrqGPh7HjzrQ1g== From: To: X-OriginalArrivalTime: 12 Mar 2009 04:54:15.0788 (UTC) FILETIME=[983D32C0:01C9A2CE] Subject: Release-7.0 named and dhcpd 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: Thu, 12 Mar 2009 04:55:06 -0000 I am getting the following messages on a bind server running = Release-7.0: Mar 11 23:05:56 nameserver named[674]: client 192.168.xxx.xxx#49165: = update 'domain.local/IN' denied Mar 11 23:05:56 nameserver dhcpd: if desktop.domain.local IN A rrset = doesn't exist add desktop.domain.local 1800 IN A 192.168.xxx.xxx: timed = out. The desktops that grab an address from the DHCP pool are not getting = added in for named resolution. I am apparently missing something with = the communication between named and dhcpd. Any help would be = appreciated. Thanks, Greg