Skip to main content
Skip table of contents

2578 - Managing DNS Resource Records in Universal DDI

Scenario

We need to add a few resource records to the newly created techblue.net zone. Please create the DNS entries and verify that they can be successfully resolved.

Estimated Completion Time

  • 15 to 20 minutes

Prerequisites

Course References

  • 1120 BloxOne DDI Managing DNS Resource Records

Tasks

  1. Adding A and PTR records.

  2. Adding a CNAME record.

  3. Adding an MX record.

Task 1: Adding A and PTR records

Create DNS entries for the name chaos.techblue.net with the IPv4 address 10.100.0.25. Verify from the virtual machine test-linux to ensure that both names and their reverse-mapping names resolve.

Task 2: Adding a CNAME record

Create an alias so that when looking up the name mail.techblue.net, the DNS server returns the information for chaos.techblue.net.

Task 3: Adding MX records

Create MX records so all mail is directed to mail.techblue.net, with a fallback to backup.mail-service.net.


Solutions

Task 1 Solution: Adding A and PTR records

If you do not have the zone techblue.net, retrace the steps in Creating a Primary Zone in Universal DDI.

  1. Log into your lab’s jump-desktop.

  2. Use your Education Infoblox Portal Credentials to log into the Infoblox Portal.

  3. Navigate to ConfigureNetworking DNS.

    Task1-1.png
  4. Select the Zones horizontal tab. A list of all currently configured DNS views is displayed. By default, there is only one DNS view named default.

  5. Click on the DNS view default.

    Task1-2.png
  6. Click on the zone techblue.net.

    Task1-3.png
  7. We are inside of the zone techblue.net. Click the button Create. Select Record → A Record.

    Task1-4.png
  8. Enter the Name chaos (the zone name techbelue.net is automatically appended), the IP address 10.100.0.25, and check the box labeled Create Associated PTR record.

    Task1-5.png
  9. Click Save & Close.

  10. Switch to the virtual machine testing-linux and open a Terminal window.

  11. Use the following command to verify the forward-mapping name: dig @10.100.0.110 chaos.techblue.net. A. Notice the AA flag in the response, indicating this is authoritative data.

    Task1-6.png

Task 2 Solution: Adding a CNAME record

  1. Switch to the virtual machine jump-desktop to return to the Infoblox Portal.

  2. Within the techblue.net zone, click the button Create. Select Record → CNAME Record.

  3. For Alias, enter mail; for Canonical Name, enter chaos. The domain name techblue.net is automatically appended to both.

    Task2-1.png
  4. Click Save & Close.

  5. Switch to the virtual machine testing-linux and open a Terminal window.

  6. Use the following command to verify the forward-mapping name: dig @10.100.0.110 mail.techblue.net. A. Notice the AA flag in the response, indicating this is authoritative data.

    Task2-2.png

Task 3 Solution: Adding MX records

  1. Switch to the virtual machine jump-desktop to return to the Infoblox Portal.

  2. Within the techblue.net zone, click the button Create. Select Record → MX Record.

  3. Set the Mail Exchanger to mail (techblue.net is automatically appended). Set the Preference to 0 by selecting from the drop-down list.

    Task3-1.png
  4. Click Save & Close. This creates the first MX record.

  5. To create the second MX record, click the Create button again and select Record → MX Record.

  6. Set the Mail Exchanger to backup.mail-service.net. (Adding the trailing dot removes the auto-appended domain name). Set the Preference to 10 by selecting from the drop-down list. (You can set the preference to any number as long as it is higher than the previous MX record).

    Task3-2.png
  7. Click Save & Close. We have now created both MX records.

  8. Switch to the virtual machine testing-linux and open a Terminal window.

  9. Use the following command to verify the forward-mapping name: dig @10.100.0.110 techblue.net. MX. We can see two MX records in the authoritative response.

    Task3-3.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.