From owner-freebsd-questions Wed May 2 8:30:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tethys.valhalla.net (tethys.valhalla.net [195.26.32.112]) by hub.freebsd.org (Postfix) with ESMTP id C2A8537B423 for ; Wed, 2 May 2001 08:30:07 -0700 (PDT) (envelope-from mark@tethys.valhalla.net) Received: by tethys.valhalla.net (Postfix, from userid 500) id 9C08A33008; Wed, 2 May 2001 16:30:06 +0100 (BST) Date: Wed, 2 May 2001 16:30:06 +0100 From: Mark Drayton To: freebsd-questions@freebsd.org Subject: Named resolver trouble Message-ID: <20010502163006.A32702@tethys.valhalla.net> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I'm having a couple of problems with a FreeBSD (4.3-RELEASE, BIND 8.2.3-REL) resolver-only nameserver (called nyx). Problem 1: It won't dump it's cache. If I do kill -INT the logfile prints May 2 16:03:39 nyx named[37148]: dumping nameserver data but never prints the 'finished dumping nameserver data'. It used to work, but stopped working around the time I upgraded to -release... Problem 2: This could well be me not quite understanding how DNS works. Whenever I change a record in one of the zones that our main nameservers are authoritative for the resolving nameserver (nyx) doesn't pick it up. I am incrementing the serial number which is confirmed if I dig the SOA from nyx. Does the resolver not query the authoritative server until the zone TTL expires? /etc/namebd/named.conf: options { directory "/etc/namedb"; allow-query { 127.0.0.0/8; 195.26.32.0/19; 212.158.59.0/24; }; statistics-interval 5; }; logging { channel stats { file "/var/log/named.stats"; }; channel debugfile { file "/var/log/named.debug"; print-category yes; }; category statistics { stats; }; }; zone "." { type hint; file "named.root"; }; zone "0.0.127.IN-ADDR.ARPA" { type master; file "localhost.rev"; }; zone "59.158.212.in-addr.arpa" { type master; file "59.158.212.in-addr.arpa.zone"; }; 59.128.212.in-addr.arpa is there so our pop server (which use nyx for resolution) don't complain about no reverse records for that IP block. The owner of the block won't delegate the reverse record to us. Thanks for any help, -- Mark Drayton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message