Date: Wed, 31 Oct 2001 08:01:43 +1100 From: Edwin Groothuis <edwin@mavetju.org> To: robinson <robinsonpar@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hello Message-ID: <20011031080143.F35710@k7.mavetju.org> In-Reply-To: <023101c1619c$99f29950$64ea5fd8@yzhu>; from robinsonpar@yahoo.com on Tue, Oct 30, 2001 at 03:42:54PM -0800 References: <023101c1619c$99f29950$64ea5fd8@yzhu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011031080143.F35710>