From owner-freebsd-questions Tue Oct 30 13: 3:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 4B09537B405 for ; Tue, 30 Oct 2001 13:03:10 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 6C6B22B72F; Tue, 30 Oct 2001 22:03:06 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id D54B2123; Wed, 31 Oct 2001 08:01:43 +1100 (EST) Date: Wed, 31 Oct 2001 08:01:43 +1100 From: Edwin Groothuis To: robinson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hello Message-ID: <20011031080143.F35710@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , robinson , freebsd-questions@FreeBSD.ORG References: <023101c1619c$99f29950$64ea5fd8@yzhu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <023101c1619c$99f29950$64ea5fd8@yzhu>; from robinsonpar@yahoo.com on Tue, Oct 30, 2001 at 03:42:54PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 30, 2001 at 03:42:54PM -0800, robinson wrote: > I am using the dhcpd. It seems work, but some time it displays : > dhcpd: if IN A doesn't exist add 3600 IN 124.35.45.34:resolver failed That means that your DHCPD is trying to update the DNS server with new data but that it failed. 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