Date: Fri, 8 May 1998 13:48:35 -0700 (PDT) From: Damon Reed <dreed@value.net> To: freebsd-isp@FreeBSD.ORG Subject: Re: Need a quick refresher... Message-ID: <Pine.BSF.3.96.980508134308.13344B-100000@mercutio.value.net> In-Reply-To: <862565FE.006DC928.00@domino.primelink.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980508134308.13344B-100000>
