shadow_man
Executive Member
I have a domain thats hosted at domains.co.za
For this domain I host my OWN nameservers (ns1.yoonix.co.za and ns2.yoonix.co.za)
I'm noticing that sometimes (when querying DNS servers I don't own / run, as well as my own) that I can see Web Africa announcing DNS for my domain.
This is causing issues at times - as records don't get served correctly, as they don't exist on the WA system. Nor should they.
Examples below show domaincheap / WA NS record being served for my domain. I can also see that the SOA claims to sit with them, this obviously shouldn't be the case...
Additionally, both examples below are from querying 3rd party DNS servers. Servers which have nothing to do with me - so its not just my DNS servers that are seeing this behaviour.
Any idea how I can stop them serving these?
For this domain I host my OWN nameservers (ns1.yoonix.co.za and ns2.yoonix.co.za)
I'm noticing that sometimes (when querying DNS servers I don't own / run, as well as my own) that I can see Web Africa announcing DNS for my domain.
This is causing issues at times - as records don't get served correctly, as they don't exist on the WA system. Nor should they.
Examples below show domaincheap / WA NS record being served for my domain. I can also see that the SOA claims to sit with them, this obviously shouldn't be the case...
Additionally, both examples below are from querying 3rd party DNS servers. Servers which have nothing to do with me - so its not just my DNS servers that are seeing this behaviour.
Any idea how I can stop them serving these?
Code:
dig @41.74.178.33 ns yoonix.co.za
; <<>> DiG 9.8.3-P1 <<>> @41.74.178.33 ns yoonix.co.za
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45869
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;yoonix.co.za. IN NS
;; ANSWER SECTION:
yoonix.co.za. 84547 IN NS ns1.yoonix.co.za.
yoonix.co.za. 84547 IN NS ns1.domaincheap.co.za.
yoonix.co.za. 84547 IN NS ns2.yoonix.co.za.
yoonix.co.za. 84547 IN NS ns2.domaincheap.co.za.
;; Query time: 5 msec
;; SERVER: 41.74.178.33#53(41.74.178.33)
;; WHEN: Fri Nov 25 15:21:09 2016
;; MSG SIZE rcvd: 114
Code:
dig @197.96.173.70 ns yoonix.co.za
; <<>> DiG 9.8.3-P1 <<>> @197.96.173.70 ns yoonix.co.za
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 665
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 2
;; QUESTION SECTION:
;yoonix.co.za. IN NS
;; ANSWER SECTION:
yoonix.co.za. 86400 IN NS cdns2.cpt.wa.co.za.
yoonix.co.za. 86400 IN NS cdns1.cpt.wa.co.za.
;; ADDITIONAL SECTION:
cdns2.cpt.wa.co.za. 1631 IN A 41.185.8.22
cdns1.cpt.wa.co.za. 1617 IN A 41.185.8.21
;; Query time: 100 msec
;; SERVER: 197.96.173.70#53(197.96.173.70)
;; WHEN: Fri Nov 25 15:27:52 2016
;; MSG SIZE rcvd: 109
Last edited: