From owner-freebsd-questions Fri May 18 12:31:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 72E4C37B422 for ; Fri, 18 May 2001 12:31:21 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id 9040755407; Fri, 18 May 2001 12:22:11 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 7E6FB51610; Fri, 18 May 2001 12:22:11 -0700 (PDT) Date: Fri, 18 May 2001 12:22:11 -0700 (PDT) From: Linh Pham To: Len Conrad Cc: Subject: Re: Any Good reason to go to BIND 9? In-Reply-To: <5.1.0.14.0.20010518211152.027dad30@mail.Go2France.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 2001-05-18, Len Conrad scribbled: # >are all my configuration files written for 8.2.x not going to work in # >bind 9? # # If your zone files are ok under 8.2.3, then they will be ok under # 9.1.2. zone file syntax checking is more rigorous in BIND9. BIND 9 now requires for you to explicitly set the time-to-live value at the top of the zone file, which can be done by adding the following to the first line of the file: $TTL 3600 Also make sure that the opening parentheses for the IN SOA record is on the same line as the IN SOA record line (ie: no newline or carriage return). -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message