简体   繁体   English

AWS Route-53 DNS 服务器 IP 地址

[英]AWS Route-53 DNS Server IP Address

I'm using Route-53 as a DNS management service.我将 Route-53 用作 DNS 管理服务。 I have a problem that I'm not really sure how to solve it.我有一个问题,我不确定如何解决它。 I've come here to seek ideas.我来这里寻求想法。

I have a partner who wants an IP address of the DNS server, so that they can integrate their on-prem DNS server, to what I'm using(Route-53).我有一个合作伙伴想要 DNS 服务器的 IP 地址,以便他们可以将他们的本地 DNS 服务器集成到我正在使用的(Route-53)。 This is not possible as Route-53 doesn't give an IP address for accessing the DNS servers.这是不可能的,因为 Route-53 没有提供 IP 地址来访问 DNS 服务器。 This is because it's a managed service.这是因为它是一项托管服务。 How can I get IP address for the Route-53 DNS servers so that my integrating partner can use to integrate the DNS server from their end to mine(Route-53)?我怎样才能获得 Route-53 DNS 服务器的 IP 地址,以便我的集成合作伙伴可以使用将 DNS 服务器从他们的一端集成到我的(Route-53)?

I appreciate your advice.感谢您的建议。

Taken from AWS docs:取自 AWS 文档:

10.0.0.2 : Reserved by AWS. 10.0.0.2 :由 AWS 保留。 The IP address of the DNS server is the base of the VPC.network range plus two. DNS 服务器的 IP 地址是 VPC.network 范围的基础加二。 For VPCs with multiple CIDR blocks, the IP address of the DNS server is located in the primary CIDR.对于具有多个CIDR块的VPC,DNS服务器的IP地址位于主CIDR中。 We also reserve the base of each su.net range plus two for all CIDR blocks in the VPC.我们还为 VPC 中的所有 CIDR 块保留每个 su.net 范围的基础加上两个。 For more information, see Amazon DNS server.有关更多信息,请参阅 Amazon DNS 服务器。

https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Su.nets.html https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Su.nets.html

I'm assuming your hosted zone is private, as if it was public, your partner wouldn't need to do any special configuration (unless they don't allow querying public DNS in their.network).我假设您的托管区域是私有的,就好像它是公共的一样,您的合作伙伴不需要进行任何特殊配置(除非他们不允许在他们的.network 中查询公共 DNS)。

If this is a private DNS, I think what you want is to setup a Route 53 Resolver.如果这是私有 DNS,我认为您想要的是设置 Route 53 Resolver。 Specifically, you would want an inbound endpoint setup in your VPC.具体来说,您需要在 VPC 中设置入站端点。 This will give you a specific IP address that you can provide to your partner.这将为您提供一个特定的 IP 地址,您可以将其提供给您的合作伙伴。 If you haven't already, you'd then need to configure.network routing between your VPC and your partner's.network (via a tunnel or peering).如果您还没有,则需要在您的 VPC 和合作伙伴的网络之间配置网络路由(通过隧道或对等互连)。

AWS has a couple user guides for this, see below: AWS 有几个用户指南,见下文:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM