NSlookup returning round robin result

What is the name of the domain?

amibouff.ca

What is the issue you’re encountering

Running “nslookup” on 1.1.1.1 will return Round robin result for a domain that the DNS zone is not with Cloudflare.

What steps have you taken to resolve the issue?

The DNS Zone was with Cloudflare. They was no NS record in the DNS Zone.

We change the domain Nameserver to use a different zone than Cloudflare, remove the domain from Cloudflare. We’ve triple check the active DNS zone to make sure it has the proper NS record.

What feature, service or problem is this related to?

Nameservers

What are the steps to reproduce the issue?

Running the commande “nslookup -type=ns amibouff.ca 1.1.1.1” will return Round Robin NS record :
Sometime it will be :
amibouff.ca nameserver = ns1.mustangtechno.com
amibouff.ca nameserver = ns2.mustangtechno.com
And other time it will be :
amibouff.ca nameserver = ns2-vps-24-8603.hosting-management.com
amibouff.ca nameserver = ns1-vps-24-8603.hosting-management.com

Screenshot of the error

Hi there,

Sorry for the issues you have been facing here.

I have not been able to reproduce this behaviour, I’m only seeing the following nameservers returned when testing with 1.1.1.1:

$ dig @1.1.1.1 amibouff.ca ns +short
ns1-24-8603.hosting-management.com.
ns2-24-8603.hosting-management.com.

Can I confirm if you are still facing issues?

Please note that DNS propagation can sometimes take up to 24 hours after a change is made.

Hi,

I’ve tried running the same command this morning and I’m still getting erroneous result. :

nslookup -type=ns amibouff.ca 1.1.1.1
Serveur :   one.one.one.one
Address:  1.1.1.1

Réponse ne faisant pas autorité :
amibouff.ca     nameserver = ns1.mustangtechno.com
amibouff.ca     nameserver = ns2.mustangtechno.com

Versus Google Resolver :

nslookup -type=ns amibouff.ca 8.8.8.8
Serveur :   dns.google
Address:  8.8.8.8

Réponse ne faisant pas autorité :
amibouff.ca     nameserver = ns2-24-8603.hosting-management.com
amibouff.ca     nameserver = ns1-24-8603.hosting-management.com

Running the query with dig @1.1.1.1 amibouff.ca ns +short I am getting the same result, but nslookup in a Windows machine is still returning round robin result.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.