- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Converting HOST records to A + PTR record
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 01:06 AM
I would like to get all HOST records in a DNS View via WAPI and after that, convert every single Host record in A record + PTR record in order to import these records in other DNS Server don't supporting Host records.
I can get HOST records without any problem and I also get the associated fqdn but I'm not able to get the associated reverse zone (therefore PTR record).
Does anyone know how to get this information starting from host record?
Thanks!
Re: Converting HOST records to A + PTR record
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
A host doesn't "have" a PTR, but instead it causes a PTR to be synthesized. It's the same thing with the A or AAAA or CNAME records. You will just need to get all the records, and potentially aliases, within the host and then generate the A, PTR and CNAME records that would have been synthesized.