Symptoms
Within the DNS Clusters interface of WHM, you may find that a DNS Cluster reports the following error:
Could not communicate with remote API server.
Description
The message could appear for various reasons, though the two most common would be:
1. The DNS clusters are unable to communicate with one another due to connectivity issues.
2. The DNS Clusters do not have a "Reverse Trust" setup, and are set to "synchronize" between one another.
Workaround
To address the first issue, we recommend testing whether both servers can communicate with one another. From both servers, perform:
telnet $ip 2087
Alternatively, If telnet is not installed, you can use nc.
nc $ip 2087
Please note that you must replace "$ip" with the IP of the server your testing communication with.
Ensure that you change the server's IP that you are testing. If your servers can communicate with one another, then the issue may be that a "Reverse Trust Relationship" has not been established between the two servers.
You must set up a Reverse Trust relationship between each server in a DNS cluster. This relationship allows servers in a DNS cluster to share records. Reverse trust is only required if the DNS Cluster relationship is set to "synchronize."
Comments
0 comments
Article is closed for comments.