What does Windows error code 9005 (DNS_ERROR_RCODE_REFUSED) mean?

 
Previous Next
DNS_ERROR_RCODE_NOT_IMPLEMENTED DNS_ERROR_RCODE_YXDOMAIN

DNS_ERROR_RCODE_REFUSED

DNS_ERROR_RCODE_REFUSED represents DNS RCODE REFUSED. The server understood the request but declined to perform it because of policy, recursion, zone-transfer, update, or access restrictions. It is not a generic connectivity failure.

What to check

  • Determine whether the request was a recursive lookup, dynamic update, zone transfer, or administrative operation.
  • Verify that the client is querying a server authorized to serve the zone or provide recursion for that client.
  • Review zone-transfer and dynamic-update permissions before relaxing DNS security controls.
Get-DnsServerZone -Name "contoso.com"

Microsoft: DNS system error codes

Microsoft: DNS logging and diagnostics

Microsoft: DnsServer PowerShell module

Microsoft: DNS zone types and zone transfers

Microsoft: Dynamic DNS Update in Windows and Windows Server


Looking for a different code? Search another status or error code.