Troubleshooting Error 1016 - Origin DNS error

The most common causes of error 1016 are:

Main reason : Error 1016 indicates that Cloudflare cannot send a request to your server, because its original IP cannot be resolved via DNS.

  1. DNS Configuration Cloudflare does not have a DNS record that matches the original IP address.
  2. You have a DNS CNAME record pointing to an external domain.
  3. You are using Cloudflare Load Balancer and root hostname (CNAME) in the default zone, and the backup group is not resolved via DNS (Use backup group configured with root IP as backup in all case other groups are not available)

overview

Cloudflare returns error 1016 when the original server IP cannot be found.

Troubleshooting Error 1016 - Origin DNS error Picture 1

Common causes of error 1016

The most common cause for error 1016 is:

  1. Configure a user's DNS Cloudflare without DNS records matching the original IP address.
  2. You have a DNS CNAME record that points to an external domain and that domain cannot be resolved.
  3. You are using Cloudflare Load Balancer and the root server name (CNAME) in the default zone / zone and the backup pool cannot be resolved via DNS. Using a backup pool is configured with the original IP as a backup in case all other pools are not available.

Remote servers that are overused or have a geographical distance too far will add unnecessary latency and affect the visitor's experience. In many cases, untrusted servers or misconfigured servers will prevent the visitor's request completely, blocking access to the web, web application, or API. A poor experience for visitors like this has a direct impact on sales, reputation and customer loyalty.

Expanding on the available DNS infrastructure of Cloudflare and the global Anycast network, Cloudflare Load Balancing solves these problems by providing:

  1. Local and global load balancing to reduce latency by load balancing traffic on multiple servers or by routing traffic to the nearest location.
  2. Check failover to quickly route visitors to avoid errors.

Troubleshooting Error 1016 - Origin DNS error

To resolve error 106, make sure the original IP address can resolve through DNS. You can try the following:

1. Verify that your DNS Cloudflare settings include A records that point to a valid IP address. You can edit an existing A record or create a new record.

2. For a CNAME record to point to an external domain, ensure that the destination domain can be resolved. See the section below for help verifying the DNS resolution of the external record.

Verify the DNS resolution of the external record

You can use some command line tools as well as third-party tools to check DNS resolution.

dig

 dig something.anotherdomain.com dig +trace something.anotherdomain.com dig something.anotherdomain.com @1.1.1.1 

The + trace option outputs detailed information when a DNS response fails. This information may be useful when working with DNS providers to troubleshoot.

Option @ 1.1.1.1 returns results from Cloudflare's public DNS resolver. This is useful in confirming whether public resolvers can receive DNS responses.

nslookup

 nslookup something.anotherdomain.com nslookup something.anotherdomain.com 1.1.1.1 

Option @ 1.1.1.1 returns results from Cloudflare's public DNS resolver. This is useful in confirming whether public resolvers can receive DNS responses.

Third-party tools

Some online services, such as whatsmydns.net, check DNS resolution worldwide.

Troubleshooting Error 1016 - Origin DNS error Picture 2

A response other than a valid IP address (for example, timeout, SERVFAIL, NXDOMAIN or NOERROR) most likely causes your problem. To resolve, contact your DNS provider for CNAME.

See more:

  1. How to fix 401 Unauthorized error
  2. How to fix 403 Forbidden Error
  3. How to fix 'The 504 Gateway Timeout' error
4.3 ★ | 59 Vote

May be interested

  • How to fix Firefox error Proxy Server refuses to connectPhoto of How to fix Firefox error Proxy Server refuses to connect
    unfortunately, sometimes people have trouble using the firefox browser. one of them is a proxy server error that denies connection. the result of this error is that users cannot access the internet at all.
  • Top best SCP Server softwarePhoto of Top best SCP Server software
    secure copy, or sc for short, is a network protocol that supports file transfers between servers on the same network. it is based on the bsd rcp protocol and uses secure shell (ssh) to transfer data.
  • How to store your own Minecraft serverPhoto of How to store your own Minecraft server
    minecraft is still a very popular game and an attractive part behind this game is the ability to store and run your own servers. storing a minecraft server is very simple and you can run it quickly.
  • Compare VMware Workstation Pro and VMware Workstation PlayerPhoto of Compare VMware Workstation Pro and VMware Workstation Player
    vmware workstation pro and vmware workstation player are two industry standard desktop virtualization software to run multiple operating systems such as virtual machines on windows or linux-based devices.
  • Download Windows Server 2019 and discover new featuresPhoto of Download Windows Server 2019 and discover new features
    windows server 2019 preview adds features for super convergence, management, security, containers, and more. because microsoft has moved to gradually upgrade windows server, many of the features available in windows server 2019 have been used in corporate networks and these are its six best features.
  • 5 reasons why you should avoid free proxy serversPhoto of 5 reasons why you should avoid free proxy servers
    although proxy servers are useful in dealing with geographic area restrictions when accessing the web, the level of security of free proxy servers is something that users are more interested in.