Hi
We recently migrated our entire webserver infrastructure to use WHM/cPanel (CentOS 7) and also the cPanel DNSOnly (CentOS 7) for our nameservers. DNS is still manged by a seperate cluster until the below issue is resolved.
However we have a few hundred customers using ASP.NET based websites, and since WHM does not exist for Windows hosts, we decided to use Plesk for these.
However we are now facing an issue with DNS records.
We need to sync the DNS zones from the Windows Servers to WHM/cPanel DNSOnly servers. We have made the first step, by configuring Windows to use BIND-zones, so that the zone-files are compatible between the systems.
My initial thought was to create a SMB-fileshare on the windows servers and then have a cron-job running on the nameservers to pull the zonefiles once every hour. To test this theory, I manually copied a DNS zone from the windows plesk installation to the /var/named directory of a cPanel DNSOnly server and restarted bind with "systemctl restart named" and then tried to run nslookup from my local workstation and force it to perform the lookup against the newly created zone, but the lookup failed.
I tried renaming the file from domain.tld to domain.tld.db and restarted bind again.
What am I missing here in order to get it working?
We recently migrated our entire webserver infrastructure to use WHM/cPanel (CentOS 7) and also the cPanel DNSOnly (CentOS 7) for our nameservers. DNS is still manged by a seperate cluster until the below issue is resolved.
However we have a few hundred customers using ASP.NET based websites, and since WHM does not exist for Windows hosts, we decided to use Plesk for these.
However we are now facing an issue with DNS records.
We need to sync the DNS zones from the Windows Servers to WHM/cPanel DNSOnly servers. We have made the first step, by configuring Windows to use BIND-zones, so that the zone-files are compatible between the systems.
My initial thought was to create a SMB-fileshare on the windows servers and then have a cron-job running on the nameservers to pull the zonefiles once every hour. To test this theory, I manually copied a DNS zone from the windows plesk installation to the /var/named directory of a cPanel DNSOnly server and restarted bind with "systemctl restart named" and then tried to run nslookup from my local workstation and force it to perform the lookup against the newly created zone, but the lookup failed.
I tried renaming the file from domain.tld to domain.tld.db and restarted bind again.
What am I missing here in order to get it working?