Creating a DNS Primary Subzone for DTC in Universal DDI (2606)

Scenario

You are the DNS administrator for the internal DNS domain techblue.net. Your team is preparing to publish DNS Traffic Control records for a load-balanced application, and you want those records organized in their own child/sub zone so they can be managed separately from the rest of the domain later. Your goal is to create the authoritative primary DNS zone dtc.techblue.net under techblue.net and then verify from a client that the new zone returns authoritative SOA and NS responses.

Estimated Completion Time

  • 10 minutes

Prerequisites

Learning Content

Tasks

  1. Create a Subzone

  2. Validate Subzone Responses

Task 1: Create a Subzone

Create a primary subzone named dtc.techblue.net under the techblue.net zone in the default DNS view. Configure it as an authoritative zone, use dtcadmin@techblue.net as the administrative contact, and assign Techblue DNS Service 1 and Techblue DNS Service 2 as the authoritative DNS servers.

Task 2: Validate Subzone Responses

After creating the dtc.techblue.net subzone, verify that the setup is working as expected. Use the testing-linux virtual machine to query the DNS servers and confirm that the resource records resolve correctly.


Solutions

Task 1 Solution: Create a Subzone

Start by creating the DTC child zone under the existing techblue.net parent zone. This keeps DTC related records organized under their own authoritative namespace and prepares the environment for more granular administration later. Because the subzone is authoritative, Universal DDI automatically creates the SOA and NS records when you save it.

  1. Log in to your lab’s jump-desktop.

  2. Use the Education Infoblox Portal credentials to sign in to the Infoblox Portal.

  3. Navigate to Network → DNS.

  4. Select the Zones tab.

  5. Click the DNS view default.

  6. In the default DNS view, click zone techblue.net to open it.

    Techblue.png
  7. Click Create, point to Zone, and select Primary Zone.

  8. In the Name field, enter dtc.

    Create subzone wizard 1.png
  9. Verify that .techblue.net is selected in the suffix drop-down list.

  10. Expand the Authoritative DNS Servers section.

  11. Select Techblue DNS Service 1 and Techblue DNS Service 2, and move them to the selected list.

  12. Expand the Zone Setting Defaults section.

    SOA RNAME.png
  13. Scroll to Email Address (for SOA field), turn on the Override toggle, and enter dtcadmin@techblue.net.

  14. Click Save & Close.

Task 2 Solution: Validate Subzone Responses

After you create the subzone, verify that the DNS servers are serving it authoritatively from a client system. Querying the SOA and NS records confirms both that the zone exists and that its core authoritative records were created correctly. A successful result should show an authoritative answer and a NOERROR status.

  1. Switch to virtual machine testing-linux and open a terminal window.

  2. Run sudo set-network-static-bloxone. If prompted for a password, use infoblox.

  3. Run dig @10.100.0.110 dtc.techblue.net. SOA.

    SOA query.png
  4. Run dig @10.100.0.110 dtc.techblue.net. NS.

    NS Query.png
  5. Review both responses and confirm that they show an authoritative answer (aa) and NOERROR.