I struggle to create a DNS record for my domain name.
In my domain_name provider I created the following entries to direct my domain to DO:
External nameservers
ns1.digitalocean.com ns2.digitalocean.com ns3.digitalocean.com
This seems to work. In DO control panel/DNS records display the following: type:NS, Hostname:<domain_name> Value: directs to ns1.digitalocean.com.Copy *as well as ns2, ns3 TTL:1800
I then create a new record type:A Hostname:* value:<my-droplet> TTL:3600
I wait for 48hours. Nothing appears. “Hmmm… can’t reach this page”
What am I doing wrong? Any advise would be highly appreciated.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello @leacards
The steps you’ve taken seems just right.
You can verify that the domain name is using DO’s nameservers and that the DNS records are propagating. Also check the status of the domain name with your registrar as there might be an issue with the domain itself.
The DNS changes will take some time to update mostly due to DNS cache but this should be fully working in 48 hours.
Regards
Hey @leacards,
Try to
whois
your domain, are your Nameservers set toYou can use this tool - https://www.digitalocean.com/community/tools/dns
Next check this tutorial on how to add your DNS records with DigitalOcean
https://docs.digitalocean.com/products/networking/dns/how-to/manage-records/