Your nameserver A records must be in the nameserver(s) domain(s). NS records point to nameservers and should be in every domain using those nameservers. You can set that up by setting up virtual nameservers in DirectAdmin; at least that's how we do it. Note that if you set up virtual nameservers DirectAdmin doesn't check the IP#s (as they could be on different servers), so be sure you do it right.Jeff
The hostersdomain.com zone would normally look be like this
hostersdomain.com. A 70.70.70.10
ftp A 70.70.70.10
localhost A 127.0.0.1
mail A 70.70.70.10
ns1.hostersdomain.com. A 70.70.70.10
ns2.hostersdomain.com. A 70.70.70.11
pop A 70.70.70.10
server A 70.70.70.10
www A 70.70.70.10
hostersdomain.com. NS ns1.hostersdomain.com.
hostersdomain.com. NS ns2.hostersdomain.com.
mail MX 10
hostersdomain.com. TXT "v=spf1 a mx ip4:70.70.70.10 ?all"
If I were to add A records for 2 other servers they would look like this.
server2.hostersdomain.com A 70.70.71.10
server3.hostersdomain.com A 70.70.72.10
The user domains on these two additional servers have their name servers located on their local server and thus the name servers' running on them and hosting their zones must have A and NS records that point to the local machine where their zone resides. It appears that Floyd indicates this:
ns1.server2.hostersdomain.com A 70.70.71.10
ns2.server2.hostersdomain.com A 70.70.71.11
server2.hostersdomain.com. NS ns1.server2.hostersdomain.com.
server2.hostersdomain.com. NS ns2.server2.hostersdomain.com.
ns1.server3.hostersdomain.com A 70.70.72.10
ns2.server3.hostersdomain.com A 70.70.72.11
server3.hostersdomain.com. NS ns1.server3.hostersdomain.com.
server3.hostersdomain.com. NS ns2.server3.hostersdomain.com.
Using server 3 as an example:
I would register as name servers:
ns1.server3.hostersdomain.com
ns2.server3.hostersdomain.com
At the reseller level on the server you would add:
Name Server 1: ns1.server3.hostersdomain.com
Name Server 2: ns2.server3.hostersdomain.com
The domain owner would go to the registrar and enter these as his name servers for usersdomain.com:
ns1.server3.hostersdomain.com
ns2.server3.hostersdomain.com
If that's the case, I've never tried or seen anything like that.