Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2002 08:46:17 +1100
From:      Edwin Groothuis <edwin@mavetju.org>
To:        Martyn Hill <martyn_hill@lineone.net>
Cc:        FreeBSD-questions <freebsd-questions@freebsd.org>
Subject:   Re: Errors using Dynamic DNS update from DHCP
Message-ID:  <20020112084617.O823@k7.mavetju.org>
In-Reply-To: <007301c19ad0$0ba19b20$f401000a@stjames.net>; from martyn_hill@lineone.net on Fri, Jan 11, 2002 at 06:44:47PM -0000
References:  <007301c19ad0$0ba19b20$f401000a@stjames.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 11, 2002 at 06:44:47PM -0000, Martyn Hill wrote:
> Hi
> 
> Our school network relies on a local caching nameserver running on FreeBSD
> 4.4STABLE and BIND 8.2.4 / DHCP v3.0 with dynamic updates (successfully?)
> running.
> 
> Browsing the message log on the box reveals heaps of messages of the
> following ilk...
> 
> Jan 11 15:35:03 sjrouter dhcpd: if IN A SJSG062M.st-james.net domain doesn't
> exist add 345600 IN A SJSG062M.st-james.net 10.0.1.2 add 345600 IN TXT
> SJSG062M.st-james.net "3163cb3d963493c8c717b85bfc3394c9dd": domain already
> exists.
> Jan 11 15:35:03 sjrouter named[570]: error processing update packet
> (NXRRSET) id 19267 from [10.0.0.200].1161
> 
> and others refering to (YXDOMAIN)
> 
> The IP 10.0.0.200 refers to the local FreeBSD box (on its internal subnet
> NIC). This IP is allowed to make updates in the named.conf and seems to
> suceed.
> 
> The messages arrive in force when wireless WinME clients connect, but occur
> regularly with static Win2k workstations also.
> 
> Are these messages of concern?

If you don't want the dhcpd to try to update the named-database,
add this to your dhcpd.conf:
    ddns-updates            off;
    ddns-update-style       none;

Edwin

-- 
Edwin Groothuis   |              Personal website: http://www.MavEtJu.org
edwin@mavetju.org |           Interested in MUDs? Visit Fatal Dimensions:
------------------+                       http://www.FatalDimensions.org/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020112084617.O823>