Setup DirectAdmin Cluster

Instructions for configuring your DirectAdmin DNS Cluster can be found at http://help.directadmin.com/item.php?id=97

However, these are the steps we recommend you take to get your external DNS servers setup:

--------------------------------------------------------------------------------
DirectAdmin DNS Cluster Setup:

1.) On each of your hosting servers, enable server clustering via 'Admin > Multi Server Setup'.
2.) Add each of your DNS servers to your hosting servers via 'Add Remote Server'.
3.) Ensure that 'Zone Transfer' and 'Domain Check' are ticked.
4.) Run the following on your first hosting server:

# echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue

This will send the DNS records on that hosting server to your DNS servers.

5.) Check that each of your DNS servers are answering authoritatively for your domains which are on that hosting server using this command(should be run external to the DNS servers):

# nslookup e-webhost.info 94.76.207.52

You should see something like this:

Server: 94.76.207.52
Address: 94.76.207.52#53

Name: e-webhost.info
Address: 85.234.154.25

If it isn't answering authoratively, you'll see something like this:

Server: 94.76.207.52
Address: 94.76.207.52#53

Non-authoritative answer:
*** Can't find e-webhost.info: No answer

6.) Check if your 2nd, 3rd, 4th DNS servers also answer for this domain authoratively. If yes for all, then you've just synced your first hosting server DNS records successfully to your DNS servers!

7.) Repeat the step 4.) for all hosting servers, testing that a domain from each hosting server is answered authoratively by each DNS server. Once all DNS records have been sent across to all DNS servers, the first stage is complete, as any changes on hosting servers will now be synced to DNS servers('Zone Transfer' must be ticked).

8.) You can now change the IP associated with your secondary nameservers(ns2/ns4) to the corresponding DNS server IPs at the domain registrar. Note it may take a few hours for these DNS changes to propagate across to all locations.

(Note: If you are transferring existing nameservers running off your hosting servers, you'll also need to edit the DNS zone on the relevant hosting server to change the relevant 'ns' record to the new DNS IP.)

9.) Check a hosted domain using your nameservers at http://www.intodns.com to see if the DNS is now being served correctly by the corresponding DNS server. If the DNS report is clean and error free, proceed to change your primary nameservers. Again put a number of hosted domains through the DNS report to check if the DNS is being answered correctly by your external DNS servers.

10.) If DNS reports are clean and error free for domains across all your hosting servers, sit back and treat yourself for a job well done!
--------------------------------------------------------------------------------
Please Note: Only one DA hosting server should hold the DNS zone for your nameserver domain.

Multi server setup options:-
Zone Transfer: DA will transfer the dns info on the specified server when new domains are added and dns settings are changed.
Domain Check: DA will first check the specified server before creating a domain to ensure the domain does not exist.
--------------------------------------------------------------------------------

Please give these instructions a go and see if you can follow/implement them. If you face any difficulties, please let us know.