Re: How to setup a "secondary DNS server" pulling zones from Win2k3?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Ok, figured it out:

# cat /var/named/chroot/etc/named.conf
options { directory "/var/named"; };

zone "internal.mycompany.com" IN {
        type slave;
        file "slaves/internal.mycompany.com";
        masters { 10.121.42.40 port 53;};
        check-names ignore;
};

zone "121.10.in-addr.arpa" IN {
        type slave;
        file "slaves/10.121";
        masters { 10.121.42.40 port 53;};
        check-names ignore;
};

include "/etc/rndc.key";
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux