Sorry for the newbie post.
I'm confused about cPanel's DNS clustering. All I want to do is add secondary nameservers using DynDNS.com's DNS services. My server is running cPanel and BIND. It provides the master DNS entries for the domain. The primary nameserver is ns1.mydomain.com.
Without dealing with cPanel's clustering tools, can I just manually edit /etc/named.conf for the domain by adding an "allow-transfer" line as follows:
zone "mydomain.com" {
type master;
file "mydomain.com.db";
allow-transfer { 1.2.3.4; 2.3.4.5; 3.4.5.6; 4.5.6.7; };
};
(Where 1.2.3.4, etc., are the IP addresses for DynDNS's nameservers.)
From what I understand DynDNS will do the rest of the work - as long as the "allow-transfer" is in place. (see http://www.dyndns.com/services/dns/secdns/howto.html).
Will this work with cPanel? I've encountered some issues in the past when trying to update DNS configurations manually on a cPanel server.
Thanks.
I'm confused about cPanel's DNS clustering. All I want to do is add secondary nameservers using DynDNS.com's DNS services. My server is running cPanel and BIND. It provides the master DNS entries for the domain. The primary nameserver is ns1.mydomain.com.
Without dealing with cPanel's clustering tools, can I just manually edit /etc/named.conf for the domain by adding an "allow-transfer" line as follows:
zone "mydomain.com" {
type master;
file "mydomain.com.db";
allow-transfer { 1.2.3.4; 2.3.4.5; 3.4.5.6; 4.5.6.7; };
};
(Where 1.2.3.4, etc., are the IP addresses for DynDNS's nameservers.)
From what I understand DynDNS will do the rest of the work - as long as the "allow-transfer" is in place. (see http://www.dyndns.com/services/dns/secdns/howto.html).
Will this work with cPanel? I've encountered some issues in the past when trying to update DNS configurations manually on a cPanel server.
Thanks.