Skip to main content
Skip table of contents

Creating a fixed address in Universal DDI (2590)

Scenario

You are a DDI administrator supporting a Windows system that was recently added to the network. The system received an address through DHCP, but because it runs security monitoring software, it now needs to receive the same address consistently. The firewall team has already selected the address the system should use, so your goal is to identify the client’s MAC address, create a fixed address for 172.31.101.20 in Universal DDI, and verify that the Windows client receives that address through DHCP.

Estimated Completion Time

  • 15 to 20 minutes

Prerequisites

Learning Content

Tasks

  1. Identify Windows Client MAC Address

  2. Create Fixed Address

  3. Verify DHCP Assignment

Task 1: Identify Windows Client MAC Address

Access the testing-windows system and record both its current IP address and MAC address. You will use the MAC address to create the fixed address, and the current IP address gives you a before-and-after check when you verify the result later.

Task 2: Create Fixed Address

Create a fixed address in the Infoblox Portal that binds the testing-windows MAC address to 172.31.101.20. This ensures the Windows client always receives the address reserved by the firewall team.

Task 3: Verify DHCP Assignment

Return to testing-windows and force the client to renew its DHCP lease so you can confirm that it now receives 172.31.101.20 from DHCP.


Solutions

Task 1 Solution: Identify Windows Client MAC Address

Before you create the fixed address, collect the client information you need from the Windows system. The MAC address is the identifier Universal DDI will use for the fixed address, and noting the current IP helps you confirm later that the lease changed as expected.

  1. Log in to testing-windows.

  2. Open Command Prompt from the taskbar.

  3. Run ipconfig /all and note the current IP address and the MAC address for the client.

    image-20260517-184326.png

Task 2 Solution: Create Fixed Address

Now that you know the client’s MAC address, create the fixed address in the subnet that is already being served by DHCP. This binds the Windows client to 172.31.101.20 so the system receives the firewall team’s required address whenever it renews its DHCP lease.

  1. Sign in to the Infoblox Portal.

  2. Navigate to NetworkingIPAM/DHCP.

  3. Open Techblue Networks.

  4. Open the address block 172.31.0.0/16, then open subnet 172.31.101.0/24.

    image-20260517-184651.png
  5. Click Create > Fixed Address.

    image-20260517-184731.png
  6. In the IP address field, enter 172.31.101.20.

  7. In Assign by, select MAC Address.

  8. In the MAC Address field, enter the MAC address you recorded from testing-windows.

    image-20260517-184908.png
  9. Click Save & Close.

Task 3 Solution: Verify DHCP Assignment

After the fixed address is created, renew the Windows client’s DHCP lease so the client requests an address again. This verifies that the fixed address is active and that the client now receives the reserved address instead of a dynamically assigned one.

  1. Switch back to testing-windows.

  2. Open the Tools folder on the desktop.

  3. Locate interface-dhcp.bat.

  4. Right-click the file and select Run as administrator.

    image-20260517-185117.png
  5. In the User Access Control prompt, click Yes.

  6. Open Command Prompt from the taskbar.

  7. Run ipconfig /release.

    image-20260517-185208.png
  8. Run ipconfig /renew.

  9. Review the output and confirm that the IPv4 address is 172.31.101.20.

    image-20260517-185314.png

JavaScript errors detected

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

If this problem persists, please contact our support.