From owner-freebsd-questions@FreeBSD.ORG Wed May 12 13:10:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECCE016A4CE for ; Wed, 12 May 2004 13:10:07 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADDA643D1D for ; Wed, 12 May 2004 13:10:07 -0700 (PDT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (rwcrmhc11) with ESMTP id <20040512201007013002mp9ce>; Wed, 12 May 2004 20:10:07 +0000 Received: from gladiator.trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id C84702B0 for ; Wed, 12 May 2004 16:10:06 -0400 (EDT) From: Gerard Samuel To: freebsd-questions@freebsd.org Date: Wed, 12 May 2004 16:10:06 -0400 User-Agent: KMail/1.6.2 References: <200405122007.i4CK71qp023692@beast.csl.sri.com> In-Reply-To: <200405122007.i4CK71qp023692@beast.csl.sri.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405121610.06676.fbsd-questions@trini0.org> Subject: Re: DHCP -> DNS producing error with printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 20:10:08 -0000 On Wednesday 12 May 2004 04:07 pm, Mike Hogsett wrote: > > I just got a Brother printer with a built in print server. > > Im trying to set it up to work in my DHCP updating DNS scheme. > > Using the printer's default name, Im always getting this DNS error -> > > May 12 15:42:07 hivemind named[84]: owner name "BRN_448719.trini0.org" IN > > (primary) is invalid - rejecting > > May 12 15:42:07 hivemind named[84]: error processing update packet > > (REFUSED) id 46124 from [192.168.0.1].1265 > > > > If I were to change the printer's name to "printer", everything works > > fine. > > > > Does anyone have any ideas why DNS doesn't like the hostname? > > Im trying to setup the printer in its default state before I start > > modifying its configuration, so any help would be appreciated.. > > Blame Brother. "_" is an invalid character in DNS. Dammit... I guess I'll just go ahead and change all references of the name to something sane, and see if things still work... Thanks for the tip...