Secondary DNS configuration

Jefferson L Brindarolli jefferson at conectiva.com.br
Wed May 24 16:41:13 UTC 2000



Hi all,


On Wed, 24 May 2000, KrayZ wrote:

> Hi all,
> 
>     i try to configure a Linux RH 5.2 with BIND 8.2-P5 as a secondary
> DNS of my LAN. I write /etc/named.conf with:
> 
> .....
> zone "local.domain"{
>     type slave;
>     file "sec/local.domain";
>     master{ 192.168.1.8 };
> };

Try:

*****************

zone "local.domain" {
      type slave;
      file "sec/local.domain";
      master { 192.168.1.8; };
      };

// attempt to semi-colon after <IP address>

*****************

Best Regards


Jefferson L Brindarolli
jefferson at conectiva.com.br
Conectiva Linux
Brazil

> 
> 
> 




More information about the bind-users mailing list