Problem with "lame delegation" in my DNS records

0

So I have a Route 53 domain, and I'm creating A records but they aren't working. The browser says that the "server's IP could not be found". I went to Google Public DNS and it says this:

{
"Status": 2,
"TC": false,
"RD": true,
"RA": true,
"AD": false,
"CD": false,
"Question": [
{
"name": "DOMAIN.",
"type": 1
}
],
"Comment": "Name servers refused query (lame delegation?) [205.251.199.212, 205.251.194.252, 2600:9000:5307:d400::1, 2600:9000:5302:fc00::1, 2600:9000:5304:1800::1, 205.251.196.24, 205.251.193.49, 2600:9000:5301:3100::1]."
}

How can I fix this?

已提問 4 年前檢視次數 795 次
4 個答案
0

Hi,

If you post your domain name, I'll take a look at your configuration.

Scott

專家
已回答 4 年前
0

Hey, thanks! justinchristopherday.com

已回答 4 年前
0

Hi,

Name servers appear in three places, and they typically all match:
~ The name servers in the NS record in your hosted zone.
~ The name servers that Route 53 assigned to the hosted zone when you created it (or when we created it for you, when you registered a domain). These values can't be changed.
~ The name servers that are associated with your domain registration.

For justinchristopherday.com, the name servers match for the two locations in the hosted zone, but the name servers for the domain are different. I'd guess that you deleted your hosted zone and then recreated it at some point. When you create a new hosted zone, Route 53 assigns four new name servers. You then need to update the domain registration to use these name servers. Here's how to fix it:

  1. Get the name servers that Route 53 assigned to the hosted zone. See "Getting the Name Servers for a Public Hosted Zone" in the Route 53 Developer Guide:
    https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/GetInfoAboutHostedZone.html

  2. Update the domain registration with the name servers that you got in step 1. See "Adding or Changing Name Servers and Glue Records for a Domain":

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-name-servers-glue-records.html

Scott

專家
已回答 4 年前
0

That did it! Just so you know, I didn't delete a hosted zone, but I migrated this domain from another registrar, so maybe that's it. Thanks for your help :)

已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南