Report this

What is the reason for this report?

How to point GoDaddy Domains to DigitalOcean (year 2020)

Posted on April 7, 2020

Hi,

I have a domain name from GoDaddy and want to host my website on DigitalOcean. I followed instructions such as “What should my DNS be” and the default instruction “How To Point to DigitalOcean Nameservers”. Both instructions are great but outdated as GoDaddy does not let you add a custom DNS as instructed in these guides. Instead I have to change the default godaddy’s dns and I need to provide at least two individual DNS and I must assign their IPs:

    DNS           |       IP

--------------------- | ------------- ns1.digitalocean.com | 173.245.58.51 ns2.digitalocean.com | 173.245.59.41 ns3.digitalocean.com | 198.41.222.173

and the output of $ whois example.com shows that the dns is set right.

Name Server: ns1.digitalocean.com
Name Server: ns2.digitalocean.com
Name Server: ns3.digitalocean.com

Even though I have defined A and CNAME as @ and www respectively, when I ping the example.com I get nothing except:

$ ping example.com
ping: example.com: Name or service not known

Can anyone know the reason and check what I’ve missed?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.