From owner-freebsd-isp Fri May 8 13:45:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04787 for freebsd-isp-outgoing; Fri, 8 May 1998 13:45:13 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mercutio.value.net (mercutio.value.net [204.188.125.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA04716 for ; Fri, 8 May 1998 13:44:51 -0700 (PDT) (envelope-from dreed@value.net) Received: from localhost (dreed@localhost) by mercutio.value.net (8.8.8/8.8.8) with SMTP id NAA13416 for ; Fri, 8 May 1998 13:48:35 -0700 (PDT) (envelope-from dreed@value.net) X-Authentication-Warning: mercutio.value.net: dreed owned process doing -bs Date: Fri, 8 May 1998 13:48:35 -0700 (PDT) From: Damon Reed To: freebsd-isp@FreeBSD.ORG Subject: Re: Need a quick refresher... In-Reply-To: <862565FE.006DC928.00@domino.primelink.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 8 May 1998 kbrown@primelink.com wrote: > I just finally upgraded to BIND 8.1.1 and am working with the named.conf > file. I am having an issue dealing with allow-transfer. It acts as if I > have a syntax problem...and I am unsure as to what it might be. Here is an > excerpt from my named.conf. > > zone "weiady.org" { > type master; > file "weiady.org.db"; > allow-transfer {206.24.58.55}; > }; Shouldn't the block argument to allow-transfer be terminated internally with semi-colons, such as: allow-transfer { 206.24.58.55; }; I'm not familiar with the named.conf specific syntax structure, but that is how the block lists are structured for other functions of this format in our local working config. *-----------------------------------*--------------------------------------* | There are none so blind as | Damon Reed | | those who will not read | *Value Net Internetworking* | | the documentation. | -Network Administrator- | | -DR | dreed@value.net | *-----------------------------------*--------------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message