1

I modified my dns record with my hosting provider in order to settle a subdomain, and they asked me to wait 24 hours to 48 for propagation while the TTL is 1 hour. (the ip adress in the picture below belong to my cpanel server )

Here is a screenshot showing the result. Please, if any expert is here, tell me if you spot a mistake. Because whenever i try to access it after 1 or 2 hour i have the error : DNS_PROBE_FINISHED_NXDOMAIN Does that error belong to DNS propagation ? Is it normal ? Before touching dns record with my godaddy support, we had '' name not resolved error''

Thank you for your answer ! don't hesitate to ask me for more !

Dns record on godaddy


@Michael Hampton, i tried what you said but i don't want to mess with dns record, so here's a trial screenshot photoshoped, what do you think ? please be more clear, what do you mean with www A record I have a cname with the name of www, not an A record.Should i remove the A record with @ ?

And whenever i try to make a cname with Trial and an A record with Trial name, i can't because they have the same name, so what should i do ? remove the A record with Trial or modify it ? Please be more clear to bring efficient solutions and thank you for your help !

Trial dns updated according to michael hampton

sysadmin1138
  • 131,083
  • 18
  • 173
  • 296
zack
  • 11
  • 3

1 Answers1

3

Your DNS entry is working, it's just not the one you want.

You configured a DNS entry for trial.example.com.example.com.

If you want trial.example.com you only should add trial in the Nom field.

Gerald Schneider
  • 19,757
  • 8
  • 52
  • 79
  • On the other hand, your CNAME entry works for me. – Gerald Schneider Aug 18 '21 at 11:17
  • In addition www subdomain is a cname referencing itself. Valid, but probably not what you want. – vidarlo Aug 18 '21 at 11:28
  • thank you vidarlo for your comment. i'm reading all of your comment. The technical support wasn't able to help me as you do all. I will never forget your help, all of you. Internet is such a fantastic place – zack Aug 18 '21 at 16:48
  • Edit : Thank you Gerald for your answer. i contacted the technical support and they made these changes : [Updated DNS record](https://i.stack.imgur.com/iZrx9.png) What do you think, is it good ? They changed the A record to trial but in the other hand they added the whole url in the Cname. – zack Aug 18 '21 at 16:32
  • 1
    @zack These are not the good records. You should have a CNAME for the name `trial` with the value `@`, and you should have no record for the name `trial.qubemarket.com`. To make future maintenance easier, you also should not have the A record for `www`, but instead a CNAME to value `@`. – Michael Hampton Aug 18 '21 at 18:36
  • I answered your comment below with a screenshot Michael, please go see it, i need your help ! – zack Aug 18 '21 at 19:22