Website not appearing even though DNS is configured correctly

Hi,

My domain is registed with AWS. I pointed the DNS name servers to netlify’s.
My domain name is bojanin.com.

When I navigate to bojanin.com I get the error:
bojanin.com’s server IP address could not be found. DNS_PROBE_FINISHED_NXDOMAIN

My netlify subdomain is agitated-nobel-9e9226.netlify.app.

Here are some commands I ran to verify my DNS is correctly delegated:

    tommy@mpb17 icarus % dig bojanin.com SOA +trace | tail -n 12

    bojanin.com. 172800 IN NS dns2.p05.nsone.net.

    bojanin.com. 172800 IN NS dns3.p05.nsone.net.

    bojanin.com. 172800 IN NS dns4.p05.nsone.net.

    CK0POJMG874LJREF7EFN8430QVIT8BSM.com. 86400 IN NSEC3 1 1 0 - CK0Q1GIN43N1ARRC9OSM6QPQR81H5M9A NS SOA RRSIG DNSKEY NSEC3PARAM

    CK0POJMG874LJREF7EFN8430QVIT8BSM.com. 86400 IN RRSIG NSEC3 8 2 86400 20200529044803 20200522033803 39844 com. NArL30b9Vy8GobUMocYC399NaMB4oqLbana/HTaTIz4lKkLRtFM6iuBe wn3CXtCuBCZ3VfV6q0K4jvi2+su+btkuGZo+Ds+9ktZo2snOzdiuqFOd alMkzpNbVUyEuiJDsFRYPpueKaWNLPv1ceo+/C20hzxUUJ0UDBCLo/RX 85dLAiVl1OA8O2FPidsDyXnoCxT1vJaySfDnNkLUCqDohA==

    GFF9OM58SQ0AHSQ8ADBNMPVLKICFUCNM.com. 86400 IN NSEC3 1 1 0 - GFFB0BS9D86161RP3JH2RRB6KIA55T1M NS DS RRSIG

    GFF9OM58SQ0AHSQ8ADBNMPVLKICFUCNM.com. 86400 IN RRSIG NSEC3 8 2 86400 20200528051521 20200521040521 39844 com. OFRzBWqkL/F9BUP2OEHVR6U/RrquKBgVu4vF5LeUHF/KPh6fHizhJTSa 8lS2E6doml/AgDFXsssIYCvn2I58BaFoIx2cCMewPIWoY30MqJSceuOk gC0gY8nGbdi1RrCNWVn7L9UyKbmAYaBNrAh1vj1Y8dhNpvWda4DIFBdq 127Bp1dJf3Awt9leyZ/vN/v9vzNG7xyjl//Ok36mrKxHqQ==

    ;; Received 678 bytes from 192.55.83.30#53(m.gtld-servers.net) in 60 ms

    bojanin.com. 3600 IN SOA dns1.p05.nsone.net. domains+netlify.netlify.com. 1590286424 43200 7200 1209600 3600

    ;; Received 118 bytes from 198.51.44.5#53(dns1.p05.nsone.net) in 20 ms

tommy@mpb17 icarus % whois bojanin.com | grep -i "name server"
   Name Server: DNS1.P05.NSONE.NET
   Name Server: DNS2.P05.NSONE.NET
   Name Server: DNS3.P05.NSONE.NET
   Name Server: DNS4.P05.NSONE.NET
Name Server: dns1.p05.nsone.net
Name Server: dns2.p05.nsone.net
Name Server: dns3.p05.nsone.net
Name Server: dns4.p05.nsone.net

Am I missing something simple?

Hi, @bojanin, this URL shows a site at Netlify when I test:

https://bojanin.com/

If that isn’t working for you, we need a bit more information to troubleshoot.

We need to be able to track the HTTP response with this issue. The simplest way to do this is to send us the x-nf-request-id header which we send with every HTTP response.

There more information about this header here:

If that header isn’t available for any reason, please send the information it replaces (or as many of these details as possible). Those details are:

  • the complete URL requested
  • the IP address for the system making the request
  • the IP address for the CDN node that responded
  • the day of the request
  • the time of the request
  • the timezone the time is in

Hi,

After your response, I restarted my modem and router which made my website appear. I appreciate the help!

Thank you and stay safe :slight_smile: