- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Delegate all subzones to a name server
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2022 01:24 AM - edited 07-12-2022 01:25 AM
Is there a way to delegate all subzones to a name server instead of creating an individual delegation for each subzone one by one.
Thanks
Solved! Go to Solution.
Re: Delegate all subzones to a name server
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2022 08:45 PM - edited 06-27-2023 01:22 PM
Hello There,
Unfortunately no. Take it this way :
-> Your DNS server is authoritative for abc.com.
-> You have an entry for www.abc.com.
-> But you're also defining *.abc.com delegated to external.server.
-> Now you're querying for www.abc.com.
-> How do you expect the server to handle that ?
PS : Infoblox won't let you create such conflicts in the first place(Now if you create www.abc.com as a delegation within abc.com, www.abc.com A record would be auto deleted from abc.com's zone DB).
So Delegations has to be specific & in bind you can't create wildcard delegations. I recommend automating this as a workflow using REST APIs(Create delegations quickly from a text file etc). Good luck,
Best regards,