DNS cluster sync issue

I have two hestia servers and I tried to create DNS cluster, the slave server can see the domains hosted in the primary server but it didn’t create them, also I did create one of the domains name in the slave but it didn’t sync the records from the primary.

How did you set up the DNS syncing?

AIf you have used Hesti API make sure you add the ip of the main server to the dns slave

Hi Eris

I followed this steps:

SSH login into the SLAVE server.
/usr/local/hestia/bin/v-add-user dns-cluster @secret-password! [email protected]
/usr/local/hestia/bin/v-generate-api-key
You will get a number such as: znCICA_UsXwmGUB55HXxEyk0MECF_3Sv

SSH login into the MASTER server.
/usr/local/hestia/bin/v-add-remote-dns-host slave1.mydomain.com 8083 znCICA_UsXwmGUB55HXxEyk0MECF_3Sv
The command will take a while to complete (about 10 minutes for 150 domains)

To test if it works: login to the SLAVE server and enter:
/usr/local/hestia/bin/v-list-dns-domains dns-cluster

You haven’t added your server ip to:

I did

What does that mean exactly?
Login the user dns-cluster in the slave server, go to the DNS tab and get a screenshot. If there are DNS domains there, then the job is done. If not, how can you tell that the slave server “can see” the domains? Describe more.

What happens when you run v-sync-dns-cluster

My bad, I was looking at the admin level

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.