need an expert to help me sort out....
This is what i am trying to achieve...I have this domain (Let's name is www.mydomain.com) which I wish to have 6 name servers to point to 3 different server (Let's name it Server A, B and C), all these 3 server are in different location and different ip addresses.
The purpose is to offer hosting service to my clients on these 3 different servers with different hosting panel and OS (Server A is using HELM while Server B and C is using Cpanel)
Server A will be my main server and where www.mydomain.com will be hosted on.
So this is what I plan to do :
ns1.mydomain.com point to Server A
ns2.mydomain.com point to Server A
ns3.mydomain.com point to Server B
ns4.mydomain.com point to Server B
ns5.mydomain.com point to Server C
ns5.mydomain.com point to Server C
From my previous posting on this setup in this forum...
My main server which is Server A which is hosting www.mydomain.com should add a A record with the Server B and C ip address for ns3.mydomain.com to ns6.mydomain.com respectively.
I have done that.
And also added A records on each server (Server B and C) for my nameservers ns3.mydomain.com to ns6.mydomain.com respectively (meaning Server B, I added A record for ns3.mydomain.com and ns4.mydomain.com and Server C, I added A record for ns5.mydomain.com and ns6.mydomain.com)
But when i do a lookup check using www.dnsstuff.com on mydomain.com , something must be wrong with my setup... as I have the following errors :
Code:
No NS A records at nameservers WARNING: Your nameservers do not include any corresponding A records when asked for your NS records. They probably are not returning the A records when asked, which can prevent some other DNS servers from contacting your DNS servers. They should do this if they are authoritative for those A records. The problem record(s) are: Nameserver IP address of Server C did not provide IPs for all NS records (but did provide at least one) Nameserver IP address of Server C did not provide IPs for all NS records (but did provide at least one)
Code:
All nameservers report identical NS records WARNING: Your nameservers report somewhat different answers for your NS records (varying TTL, for example).
Code:
Lame nameservers ERROR: You have one or more lame nameservers. These are nameservers that do NOT answer authoritatively for your domain. This is bad; for example, these nameservers may never get updated. The following nameservers are lame: Server B ip address for ns3.mydomain.com Server B ip address for ns4.mydomain.com Server C ip address for ns5.mydomain.com Server C ip address for ns6.mydomain.com
Can someone help me out here?

ohh by the way... my Server B and Server C should be the child nameservers of Server A as Server A will remains as the main host server.
PS: Sorry for this expanded thread :X