domain-name-system – 将多个IP地址解析回来(PTR)到一个与相关A记录不匹配的名称是否有效?

前端之家收集整理的这篇文章主要介绍了domain-name-system – 将多个IP地址解析回来(PTR)到一个与相关A记录不匹配的名称是否有效?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有几个设备,每个设备都有自己的IP地址.有各种名称指向这些地址(在几个不同的域中).以装置为例

> IP地址10.0.0.1称为dev1.example.com和abc.example.net
> IP地址192.168.1.1称为dev2.example.com和xyz.example.net

在example.com和example.net(A记录)的相应DNS权威中.

我想了解是否存在将两个IP地址指向后面(PTR)的DNS含义为单个名称(例如,contact-john-doe.example.org).

其基本原理是确保在其日志,监控等中查看其中一个IP地址的人获取contact-john-doe.example.org作为已解析的名称.这个已解析的名称可能会也可能不会指向真实的IP地址/ CNAME,由于IP地址背后的服务性质(这些是扫描仪并且它们不为最终用户提供任何服务),因此无关紧要.

解决方法

虽然1996年的信息(非标准) RFC 1912表明:

Make sure your PTR and A records match. For every IP address,there
should be a matching PTR record in the in-addr.arpa domain. If a
host is multi-homed,(more than one IP address) make sure that all IP
addresses have a corresponding PTR record (not just the first one).
Failure to have matching PTR and A records can cause loss of Internet
services similar to not being registered in the DNS at all.

尽管如此,并不要求PTR记录匹配A记录.您将从PTR不匹配中看到的最常见问题是邮件传递.也就是说,我确保您至少将记录指向您实际拥有和控制的域.

原文链接:https://www.f2er.com/html/229433.html

猜你在找的HTML相关文章