mdauth
11-22-2003, 01:14 PM
Hello
I am busy setting up my dns. I have a master primary and a Slave secondary setup.
This is my secondary setup and BIND on that server does not want to creat a zone file for my slave . Ipls help me with this I must get it up by monday
## 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";
zone "iconnection.co.za" {
type slave;
file "iconnection.co.za.zone";
masters {
196.25.20.34;
};
};
zone "0.0.127.in-addr.arpa" {
type master;
file "0.0.127.in-addr.arpa.zone";
};
zone "localhost" {
type master;
file "localhost.zone";
};
I am busy setting up my dns. I have a master primary and a Slave secondary setup.
This is my secondary setup and BIND on that server does not want to creat a zone file for my slave . Ipls help me with this I must get it up by monday
## 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";
zone "iconnection.co.za" {
type slave;
file "iconnection.co.za.zone";
masters {
196.25.20.34;
};
};
zone "0.0.127.in-addr.arpa" {
type master;
file "0.0.127.in-addr.arpa.zone";
};
zone "localhost" {
type master;
file "localhost.zone";
};