Possible Duplicate:
How to use the same domain for multiple server DNSes?

Hello,

I'm wondering how can I use the same domain to setup 3 cPanel server DNSes, instead of having a dedicated domain for each server.

Here's an example of what I want to achieve:

Server A:

Hostname: a.mydomain.com Name Server 1: ns1.mydomain.com Name Server 2: ns2.mydomain.com

Server B:

Hostname: b.mydomain.com Name Server 1: ns3.mydomain.com Name Server 2: ns4.mydomain.com

Server C:

Hostname: c.mydomain.com Name Server 1: ns5.mydomain.com Name Server 2: ns6.mydomain.com

Please help. Thanks.

link|improve this question
Flagged as duplicate with serverfault.com/questions/157485/… – William Jul 5 '10 at 8:43
feedback

migrated from stackoverflow.com Jul 5 '10 at 7:35

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by John Gardeniers, splattne Jul 5 '10 at 10:29

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

All three would have the same pair of nameservers. Just point each individual hostname at the addresses homed at the appropriate server.

link|improve this answer
feedback