Please help newbie: Need some example-configurations...

Agustina Buccella abuccel at uncoma.edu.ar
Wed May 30 19:30:30 UTC 2001


#
# configuracion dominio linux.edu.ar
#
options {
         directory "/var/named";
         pid-file "/var/run/named.pid";

};
zone "." IN {
         type hint;
         file "root.hint";
};
zone "0.0.127.in-addr.arpa" IN {
         type master;
         file "named.local";
};
#
# a master zone
#
zone "linux.edu.ar" IN {
         type master;
         file "linux.dom";
         notify yes;
};
#
# Reverse zone
#
zone "30.450.190.in-addr.arpa" IN {
         type master;
         file "rev.30.450.190";
         notify yes;
};

If you want multiple domain-names you need to add another master zone. 
Later you need create the files /var/named/linux.dom and 
/var/named/rev.30.450.190 and /var/named/named.local and /var/named/root.hint.

bye
Agustina




More information about the bind-users mailing list