incorrect glue records?

vartemyev

New Member
it seem to me zoneedit does not provide valid A records of their nameservers for ORG zone, which makes a simple request for glue records look confusing (all ORG authorized servers produce the same output):
root@foo:/var/log/bind9# dig +norec @b0.org.afilias-nst.org. artemyev.org NS

; <<>> DiG 9.7.3 <<>> +norec @b0.org.afilias-nst.org. artemyev.org NS
; (2 servers found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 35759
;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 3, ADDITIONAL: 2

;; QUESTION SECTION:
;artemyev.org. IN NS

;; AUTHORITY SECTION:
artemyev.org. 86400 IN NS ns9.zoneedit.com.
artemyev.org. 86400 IN NS ns.artemyev.org.
artemyev.org. 86400 IN NS ns17.zoneedit.com.

;; ADDITIONAL SECTION:
ns.artemyev.org. 86400 IN A 84.52.54.30
ns.artemyev.org. 86400 IN AAAA 2001:470:28:3::3


;; Query time: 180 msec
;; SERVER: 2001:500:c::1#53(2001:500:c::1)
;; WHEN: Mon Oct 19 14:07:57 2015
;; MSG SIZE rcvd: 140
am i wrong, or ADDITIONAL SECTION should also include A records of both ns9.zoneedit.com and ns17.zoneedit.com for ORG as it does for COM:
root@foo:/var/log/bind9# dig +norec @l.gtld-servers.net. artemyev.com NS

; <<>> DiG 9.7.3 <<>> +norec @l.gtld-servers.net. artemyev.com NS
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1573
;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 3, ADDITIONAL: 4

;; QUESTION SECTION:
;artemyev.com. IN NS

;; AUTHORITY SECTION:
artemyev.com. 172800 IN NS ns3.zoneedit.com.
artemyev.com. 172800 IN NS ns9.zoneedit.com.
artemyev.com. 172800 IN NS ns.artemyev.com.

;; ADDITIONAL SECTION:
ns3.zoneedit.com. 172800 IN A 128.199.65.59
ns9.zoneedit.com. 172800 IN A 23.27.48.60
ns.artemyev.com. 172800 IN AAAA 2001:470:28:3::3
ns.artemyev.com. 172800 IN A 84.52.54.30


;; Query time: 118 msec
;; SERVER: 192.41.162.30#53(192.41.162.30)
;; WHEN: Tue Oct 20 12:34:42 2015
;; MSG SIZE rcvd: 168
and NET:
root@foo:/var/log/bind9# dig +norec @l.gtld-servers.net. artemyev.net NS

; <<>> DiG 9.7.3 <<>> +norec @l.gtld-servers.net. artemyev.net NS
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12550
;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 3, ADDITIONAL: 4

;; QUESTION SECTION:
;artemyev.net. IN NS

;; AUTHORITY SECTION:
artemyev.net. 172800 IN NS dns1.zoneedit.com.
artemyev.net. 172800 IN NS dns2.zoneedit.com.
artemyev.net. 172800 IN NS ns.artemyev.net.

;; ADDITIONAL SECTION:
dns1.zoneedit.com. 172800 IN A 23.27.48.58
dns2.zoneedit.com. 172800 IN A 166.88.18.58
ns.artemyev.net. 172800 IN AAAA 2001:470:28:3::3
ns.artemyev.net. 172800 IN A 84.52.54.30


;; Query time: 119 msec
;; SERVER: 192.41.162.30#53(192.41.162.30)
;; WHEN: Tue Oct 20 12:33:32 2015
;; MSG SIZE rcvd: 173
 
This is a function of the registry (in this case .org) not of zoneedit - and a registry will only provide answers to the nameserver records when those records reside within the same TLD. So in this case you see the additional info for .org nameservers from the .org top level domain, but you will never see .org supply additional info for nameservers in .net, .com or any other TLD. It has nothing to do with zoneedit.
 
Back
Top