Hi,


An example snip from /etc/named.conf in my secondary DNS.

zone "." {
        type hint;
        file "named.ca";
};
zone "domain.tld"{
        type slave;
        file "db.domain";
        masters { 10.0.0.2; };
};
zone "0.0.10.IN-ADDR.ARPA"{
        type slave;
        file "db.10.0.0";
        masters { 10.0.0.2; };
};


Should get you going.
Regards
Gustav


timothy wrote:
> 
> How can i configure my RedHat into a Secondard DNS server ? THX
> 

-- 
pgp = Pretty Good Privacy.

To get my public pgp key, send an e-mail to: [EMAIL PROTECTED]

Visit my web site at http://www.schaffter.com



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to