March 1, 2009

How to configure a slave DNS name server on CentOS 5

zone "example.org" IN {
        type slave;
        file "slaves/example.com.org";
        masters { 192.168.1.100 };
};

How to configure a forward-only name server on CentOS 5

options {
directory       "/var/named";
forward only;
forwarders { 192.168.1.100; 192.168.1.101; 
};
};
RHCE Red Hat Certified Engineer Linux Study Guide (Exam RH302) (Certification Press)

Spread the word

del.icio.us Digg Furl Reddit Help

Permalink • Print

Related Entries

Made with WordPress and a healthy dose of Semiologic • Sky Gold skin by Denis de Bernardy