I have several devices, each with its own IP address. There are various names pointing to these addresses (in several different domains). As an example the device with
- IP address
10.0.0.1
is known asdev1.example.com
andabc.example.net
- IP address
192.168.1.1
is known asdev2.example.com
andxyz.example.net
in the respective DNS authoritative for example.com
and example.net
(A
records).
I would like to understand if there are DNS implications of having both IP addresses pointing back (PTR
) to a single name (say, contact-john-doe.example.org
).
The rationale for this is to ensure that someone who sees one of the IP addresses in their logs, monitoring, etc. gets contact-john-doe.example.org
as the resolved name. This resolved name may or may not point back to a real IP address
/CNAME
, it should not matter due to the nature of the service behind the IP addresses (these are scanners and they do not offer any service for the end user).