problems with slave after upgrade.

arjen-bind at 3va.net arjen-bind at 3va.net
Mon Jun 4 20:25:54 UTC 2001



On Mon, 4 Jun 2001, Charles Bodley wrote:

> 
> Is this the correct syntax for a slave? Can't find named.conf man page for
> bind 9.
> zone "cincynet.com" {
>         type slave;
>         file "db.cincynet_com";
>         allow-update yes;
> 
> {     
>                 216.143.228.100;
>         };
> };
> Did not have the allow update line in there before. When I added it bind failed to start. Is there something I'm missing? By updating I mean I changed ns1 and restarted but ns2 produced errors when it tried to accept the changes.

Get

http://www.nominum.org/resources/documentation/Bv9ARM.pdf

I think allow-update should contain IP's, like

allow-update { 1.2.3.4; 4.3.2.1; };

or a key

allow-update { key name-of-key. ; };

The IP in it should be;

	...
	allow-update { 216.143.228.100; };  // i assume
	masters { 216.143.228.100; };
};


Grtz,

Arjen.




More information about the bind-users mailing list