WHM zone transfers
OVH provides a secondary DNS service for its VPS customers (docs), however you must enable zone transfers to their server (sdns1.ovh.ca
)
In cPanel / WHM this can be accomplished by doing the following:
- Add
sdns1.ovh.ca
as a nameserver to the cpanel config- Login to WHM
- Click Basic cPanel & WHM Setup
- Scroll to the bottom, and add
sdns1.ovh.ca
as a nameserver
- Verify the domains you wish to transfer have
sdns1.ovh.ca
listed as aNS
entry- Click Edit DNS Zone
- Select the appropriate domain
- Verify the
NS
entries
- Verify NS Record Report
- Click NS Record Report
- Verify the Resolved IP for
sdns1.ovh.ca
is correct - Verify the correct number of zones are listed
As a final check, ssh into the server and verify /etc/named.conf
contains the allow-transfer
section
> less /etc/named.conf
allow-transfer {
8.33.137.137;
};
You can also double-check the behaviour of transfers for a given domain, by adding your IP to the allow-transfer section, reloading bind /etc/init.d/named reload
, and from your local console, issuing
> dig axfr yourdomain.com @yournameserver.com
Finally, you can use intodns.com to verify that all your dns is setup properly.