From owner-freebsd-questions@FreeBSD.ORG Tue Mar 29 04:05:30 2011 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 298A0106564A for ; Tue, 29 Mar 2011 04:05:30 +0000 (UTC) (envelope-from bluethundr@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id E076D8FC08 for ; Tue, 29 Mar 2011 04:05:29 +0000 (UTC) Received: by iwn33 with SMTP id 33so5378867iwn.13 for ; Mon, 28 Mar 2011 21:05:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=OE9sA/3zrizbEO7QVjgaDKN8iga9suvpQMpm7OLQxKM=; b=LAibC1edoz3CldB6QGwXyR7FdY0sK5Vo3QjLxVtxnYJxncG+LnPyHmzqziMQPGZmg4 1BoSbtzh9+22dr9lYYJyU6nf6vlu/NOvuayHkiOXdTBlxr9PD07icKYrjVoyp7fAjWyB 0x7IwpAqThYDUMu0x3jHItvVK6OUSRZLAZmzE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ANS6p5mpxwZTHe9WaUDFy3FFQsAWATvYIipZPueGOiNzKiz45LdesMYu2+kuU7slLF +WcfZr3tg6A68VpFMwKtZyGAt9ut5RBtQ+xiiOUD+pcKP9ayANW/2fjpys0mb04FxHB7 FrpAzjotw0pKG4KcYb49v9sefJHl8ODaoUQWI= MIME-Version: 1.0 Received: by 10.43.45.3 with SMTP id ui3mr7598579icb.450.1301371528759; Mon, 28 Mar 2011 21:05:28 -0700 (PDT) Received: by 10.42.222.7 with HTTP; Mon, 28 Mar 2011 21:05:28 -0700 (PDT) In-Reply-To: <4D9157FA.7070608@radel.com> References: <201103280506.p2S56S5i052834@mail.r-bonomi.com> <4D9157FA.7070608@radel.com> Date: Tue, 29 Mar 2011 00:05:28 -0400 Message-ID: From: Tim Dunphy To: Jon Radel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: reverse dns in bind9 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: Tue, 29 Mar 2011 04:05:30 -0000 hello no crabby comments on restart at all! LBSD2# /etc/rc.d/named restart Stopping named. Waiting for PIDS: 4970. Starting named. Ah but yes some complaints from the logs Mar 29 04:59:47 LBSD2 named[5469]: master/summitnjhome-reverse.db:10: ignoring out-of-zone data (summitnjhome.com) Mar 29 04:59:47 LBSD2 named[5469]: dns_master_load: master/summitnjhome-reverse.db:11: unexpected end of line Mar 29 04:59:47 LBSD2 named[5469]: dns_master_load: master/summitnjhome-reverse.db:10: unexpected end of input Mar 29 04:59:47 LBSD2 named[5469]: zone 1.168.192.in-addr.arpa/IN: loading from master file master/summitnjhome-reverse.db failed: unexpected end of input Mar 29 04:59:47 LBSD2 named[5469]: zone 1.168.192.in-addr.arpa/IN: not loaded due to errors. Mar 29 04:59:47 LBSD2 named[5469]: running Tho I am not sure why it's complaining about unexpected end of input this is the whole file 201103271 ; Serial, todays date + todays serial 8H ; Refresh 2H ; Retry 4W ; Expire 1D) ; Minimum TTL NS ns1.summitnjhome.com. summitnjhome.com. 42 PTR LCENT01.summitnjhome.com. 43 PTR LCENT02.summitnjhome.com. 44 PTR LBSD2.summitnjhome.com. 45 PTR LCENT02.summitnjhome.com. 46 PTR LCENT03.summitnjhome.com. 47 PTR LCENT04.summitnjhome.com. 23 PTR virtcent01.summitnjhome.com. 24 PTR virtcent02.summitnjhome.com. 21 PTR virtcent03.summitnjhome.com. 26 PTR virtcent04.summitnjhome.com. 27 PTR virtcent05.summitnjhome.com. 28 PTR virtcent06.summitnjhome.com. 29 PTR virtcent07.summitnjhome.com. 30 PTR virtcent08.summitnjhome.com. 31 PTR virtcent09.summitnjhome.com. 32 PTR virtcent10.summitnjhome.com. 33 PTR virtcent11.summitnjhome.com. 34 PTR virtcent12.summitnjhome.com. 35 PTR virtcent13.summitnjhome.com. 36 PTR virtcent14.summitnjhome.com. 37 PTR virtcent15.summitnjhome.com. 38 PTR virtcent16.summitnjhome.com. 39 PTR virtcent17.summitnjhome.com. 40 PTR virtcent18.summitnjhome.com. 41 PTR virtcent19.summitnjhome.com. tim On Mon, Mar 28, 2011 at 11:54 PM, Jon Radel wrote: > On 3/28/11 11:36 PM, Tim Dunphy wrote: > >> Now I could probably understand it FAILING due to perhaps a type-o in >> the config. But I am genuinely curious as to how forward lookups will >> work and reverse lookups time out. > > I would expect them to time out if your dns server knows nothing about th= e > reverse zone; give or take how you connect to the rest of the DNS. What > messages about zones loading did you get when you restarted bind? Where > there any crabby comments in the log file about not loading > master/summitnjhome-reverse.db due to error(s)? =A0Was that file mentione= d at > all? > > --Jon Radel > jon@radel.com > > > > --=20 GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B