- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
CNAME recursion and Type A record
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 07:38 AM
Hello,
Is it possible with Infoblox to request a full recusion until getting the type A record response without returning an intermediate response to the client machine in the case of CNAMEs?
Client --> query --> Resolver --> Response CNAME --> Client
Client --> 2nd query with second CNAME --> Resolver --> Response Record A --> Client
If possible to?
Client --> query --> Resolver (Full recursion, CNAME, CNAME, Record A) --> Client
Regards
Eric DUVAL
Re: CNAME recursion and Type A record
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023 03:11 AM
Check if below can help:
Specifying Minimal Responses - NIOS Admin Guide - Infoblox Documentation Portal
Re: CNAME recursion and Type A record
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2023 07:27 AM
I'm afraid to say that this is not possible.
Re: CNAME recursion and Type A record
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2023 10:47 AM
The way you want it to work happens to be the way it already works by default when responding to recursive queries. When getting a CNAME response, the server continues the resolution of that name, and then returns all the information to the client. It isn't configurable, but in this case that doesn't matter because you are getting the behavior you want.