DNS

  • Thread starter Thread starter Fountain of knowledge
  • Start date Start date
F

Fountain of knowledge

when creating DNS records in the forward lookup zone, when and why
would i use the option (create pointer records)? it is the tick box
on the same screen as the record creation box.

Thanks
 
When you are creating A records for host names (like computer names), you
would create PTR record, so that you have a PTR record in reverse lookup
zone. Reverse lookup zones are used to resolve hostname from ip address. For
example ping -a ipaddress does a reverselookup search for ip address.

--

Regards
Matjaz Ladava, MCSA, MCSE, MCT, MVP
Microsoft MVP Windows Server - Active Directory
(e-mail address removed), (e-mail address removed)
 
You create pointer records when you want to create the associated PTR
record in the reverse lookup zone. PTR records are used to resolve ip
addresses to host names (ping -a). Most of the time PTR records are not
necessary. One exception is many mail servers do a reverse lookup when
another mail server connects to exchange mail.

--------------------

when creating DNS records in the forward lookup zone, when and why
would i use the option (create pointer records)? it is the tick box
on the same screen as the record creation box.

Thanks

__
Danny Slye
Microsoft Support Professional
MCSE

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit. Thanks!
 
I would recommend creating PTR records for all machines that you
create an A record for. They are not necessary for sure, but they can
be very useful. Even in a small domain it's useful as an aide-memoire.
What *was* on 192.168.1.x?

Cheers,

Cliff

(MVP)
 
Back
Top