Announcing first Stable Release of Zonecloud DNS Clustering Platform
We are happy to announce that Nixpal OÜ has released Zonecloud DNS Cluster Stable to the public! This public release is production ready and mature enough.
After thorough and extensive testing we released a stable version of Zonecloud DNS Cluster application today.
While we are mainly focused on RPM Distributions (CentOS – RHEL …Read More
Making Zonecloud work with cPanel PowerDNS web servers
Default cPanel installations now use PowerDNS instead of BIND. But the configuration remains the same.
The issue is how to transfer zones from cPanel PowerDNS to BIND nodes.
If you try to parse them you might fall into this:
1 2 3 4 5 |
node1 named: transfer of 'cpanel-dev.nixpal.com/IN' from xxx#53: connected using xxx node1 named: transfer of 'cp-dev.com/IN' from xxx#53: failed while receiving responses: NOTAUTH node1 named: transfer of 'cp-dev.com/IN' from xxx#53: Transfer status: NOTAUTH node1 named: transfer of 'cp-dev.com/IN' from xxx#53: Transfer completed: 0 messages, 0 records, 0 bytes, 0.003 secs (0 bytes/sec) node1 named: transfer of 'cpanel-dev.nixpal.com/IN' from xxx#53: failed while receiving responses: NOTAUTH |
To make it work and transfer zones:
1 2 3 4 5 |
node1 named: transfer of 'cpanel-dev.nixpal.com/IN' from xxx#53: Transfer status: success node1 named: transfer of 'cpanel-dev.nixpal.com/IN' from xxx#53: Transfer completed: 3 messages, 12 records, 936 bytes, 0.013 secs (72000 bytes/sec) node1 named: transfer of 'pdns.nixpal.com/IN' from xxx#53: connected using xxx#37045 node1 named: transfer of 'pdns.nixpal.com/IN' from xxx#53: Transfer status: success node1 named: transfer of 'pdns.nixpal.com/IN' from xxx#53: Transfer completed: 3 messages, 18 records, 1103 bytes, 0.006 secs (183833 bytes/sec) |
You only need a few changes in /etc/pdns/pdns.conf …Read More
Nixpal announces first public BETA release of Zonecloud DNS Cluster
We are happy to announce that Nixpal OÜ has released Zonecloud DNS Cluster to the public! This public release is going to test the stability and the various needs of our customers.
After thorough and extensive testing we released version 2.4-Beta of Zonecloud DNS Cluster application today.
While we are mainly focused …Read More
Detailed Instructions for Zonecloud Controller
We released detailed instruction for Controller setup using a minimal CentOS 8 installation. Of course Controller may run on any nginx or apache httpd server, shared hosting package or cloud.
These are instructions for CentOS 8 server using only Controller for anyone that wants Controller to be isolated in its own …Read More
Introducing ZoneCloud
ZoneCloud, DNS Clustering for Web servers done right.
What is zonecloud?
ZoneCloud (or zCloud) is the very first panel agnostic and distribution independent solution. – It consists of three parts:
ZoneCloud Controller receives DNS records from your web servers and pushes them to DNS servers (Nodes / zCloudNode).
ZoneCloud Agent The Agent …Read More