Hi have one domain lets say example.in, i have been using one of its subdomain for my application purpose xyz.example.in, i have following NS record for main domain and sub domain :
example.in NS ns54.jinfo.net
example.in NS ns51.jinfo.net
example.in NS ns52.jinfo.net
example.in NS ns53.jinfo.net
xyz.example.in NS ns1.xyz.example.in
xyz.example.in NS ns2.xyz.example.in
xyz.example.in NS ns3.xyz.example.in
xyz.example.in NS ns4.xyz.example.in
xyz.example.in NS ns5.xyz.example.in
NS1,NS2,NS3 are for IPV4 and NS4,NS5 are for IPV6
I have added following A records for main and subdomain :
example.in A 192.0.2.0
www.example.in A 192.0.2.0
ns1.xyz.example.in A 192.0.2.1
ns2.xyz.example.in A 192.0.2.2
ns3.xyz.example.in A 192.0.2.3
When i am checking A record for sub domain xyz.example.in, it is resolving ip : 192.0.2.0 though i have not added A record for sub domain xyz.example.in, but it is resolving , which is ok.
I have added following IPV6 AAAA record for main and subdomain :
www.example.in AAAA 2001:0db8:0000:0000:0000:0000:0000:0000
example.in AAAA 2001:0db8:0000:0000:0000:0000:0000:0000
ns4.xyz.example.in AAAA 2001:0db8:0000:0000:0000:0000:0000:0001
ns5.xyz.example.in AAAA 2001:0db8:0000:0000:0000:0000:0000:0002
Now here IPV6 AAAA records are resolving for main domain example.in with 2001:0db8:0000:0000:0000:0000:0000:0000 but not resolving for subdomain xyz.example.in.
It is really strange, A record for sub domain is resolving but AAAA record are not resolving.
can anyone help me with this, i need to resolve my domain over IPV6.