Michael,

Thanks for your help so far. Here is a copy of my named.conf file.

Kelly
## named.conf - configuration for bind
#
# Generated automatically by redhat-config-bind, alchemist et al.
# Any changes not supported by redhat-config-bind should be put
# in /etc/named.custom
#
controls {
       inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};

include "/etc/named.custom";

include "/etc/rndc.key";

options {
directory "/var/named/"; };




zone "mystyka.com" {
   type slave;
   file "mystyka.com.zone";
   masters {
        64.91.118.88;
       };
};






zone "0.0.127.in-addr.arpa" { type master; file "0.0.127.in-addr.arpa.zone"; }; zone "118.91.64.in-addr.arpa" { type master; file "118.91.64.in-addr.arpa.zone"; };


zone "localhost" { type master; file "localhost.zone"; }; zone "mystyka.com" { type master; file "mystyka.com.zone"; };







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

Reply via email to