Skip to main content

DNS Propagation - only for verification

Comments

3 comments

  • ServerHealers
    I'd suggest making sure the domain name is using correct nameservers that this server owns. If the domain is using a 3rd party DNS like Cloudflare or similar, then you should make the changes at their side to take in effect. [QUOTE]for ns in $(dig DOMAIN ns +short); do echo "$ns - $(dig $ns +short)"; done
    Run above command from your terminal, but make sure to replace DOMAIN with your actual domain name and see if the IPs resolved are the ones in the server.
    0
  • Jgoverenlc
    Thanks for the reply! it does look like they are using the name servers we expect: ns1.ourdomain.org and ns2.ourdomain.org I called HostGator today and had my case escalated. they tried to tell i had to remove the google verification txt files!! I did this, same kind of thing, a couple of months ago, for KnowBe4 and it worked perfectly. After they told me it was a Microsoft issue, I finally got HostGator to admit that i had done everything correctly on my end and that it was a problem on their end. Now i have to wait 24-48 hours for their DNS folks to respond. ugh! Thanks again, Jim
    0
  • cPanelWilliam
    Hi! If you can see the verification record with your "dig" command, but Microsoft cannot verify it, the server's firewall may be blocking Microsoft's IP addresses. If the verification record doesn't show up via "dig" or Microsoft's check, then there could be an issue with the DNS Zone or verification record. However, it would be difficult to verify this for sure without access to the server. If you do have root access, you can submit a ticket so our team can take a closer look.
    0

Please sign in to leave a comment.