Configure Multiple IP Addresses on a Single or Multiple NICs

This guide walks you through the process on Windows 10/11 and explains how to Configure Multiple IP Addresses on a Single or Multiple NICs. In certain scenarios, assigning multiple IP addresses to a single Network Interface Card (NIC) can be incredibly useful. Here are other related guides: Allow and Disallow Simultaneous Connection to Domain and Non-Domain network, and How to Create Service Accounts, Organisation Units and Active Directory Security Groups.
Whether you’re managing multiple applications that need to listen on the same port, or connecting to different network segments with one interface, understanding how to configure multiple IPs on a single NIC is a valuable skill.
Kindly refer to the following guides: The differences between Private and Public networks in Windows to VPN?, How to Set a Static IP Address in Windows 11 and Change Active Directory Domain name from dot local to dot com.
Why You Might Need Multiple IPs on a Single or Multiple NIC
There are several scenarios where having multiple IP addresses on a single or multiple NIC is beneficial in managing your network effectively. Here are a couple of common examples:
Running Multiple Applications on the Same Port: When two applications on the same machine need to listen on the same port, assigning different IP addresses to the same NIC allows each application to bind to the same port on different IPs. This setup shows how to configure multiple IP addresses on a single or multiple network cards.
Connecting to Different Networks: You might need your machine to communicate with devices on different subnets. Assigning multiple IP addresses to a single or multiple NIC lets you handle traffic for multiple network segments without additional hardware.
Please see How to Control Cloud Cost Using Azure VM, “how to Allocate, Associate, Disassociate and Release Elastic IP Address from an EC2 Instance“, and What to note before assigning Multiple IPs’ to an Instance.
Step-by-Step Guide to Assign Multiple IP Addresses to Single NIC
First, you’ll need to access your network adapter settings if you want to configure multiple IP addresses on a single or multiple network cards. Press Win + R to open the Run dialog box.
Type ncpa.cpl and press Enter. This command will open the Network Connections window where all your network interfaces are listed.

Right-click on the desired network adapter and select Properties from the context menu.

Modify the TCP/IP Properties
In the list of items, find and double click Internet Protocol Version 4 (TCP/IPv4). This will bring up the IPv4 configuration window.

In the IPv4 settings window, select “Use the following IP address,” and click on the Advanced… button at the bottom right. This will open the Advanced TCP/IP Settings dialog.

Under the IP Addresses section, click on the Add… button. Please how to Configure NIC Teaming on Windows Server.

Enter the new IP address and subnet mask in the fields provided. Ensure that each IP address is unique within your network to avoid conflicts.

After adding the IP, it will appear in the list of IP addresses for that interface. You can repeat this process to add as many IP addresses as you need.

Once you’ve added all the necessary IP addresses: Click OK to close the Advanced TCP/IP Settings window.
Click OK again to close the IPv4 Properties window. Finally, click Close on the adapter’s properties window.
Your new IP addresses are now configured and active on the selected network adapter, so you can benefit from how to configure multiple IP addresses on a single or multiple network cards efficiently.
Please see How to Enable or Disable Control Panel and Windows Settings App, How to Change the Log File Directory location in IIS, and how to Prevent OS Reinstallation: Change from legacy BIOS to UEFI.
Assign Multiple IP Addresses to Multiple NIC
Configuring multiple IP addresses on multiple NICs is similar to the steps we’ve covered above. All you need to do is select another network adapter to configure multiple IP addresses on. Follow the steps below.
Press Win + R, type “ncpa.cpl,” and press Enter to open the Network Connections window with all your network interfaces.

Right-click on another network adapter and select Properties from the context menu.

In the list of items, find and double click Internet Protocol Version 4 (TCP/IPv4). This will bring up the IPv4 configuration window.

From here, simply follow the same steps as shown for the single NIC configuration above.
Using Multiple IP Addresses for Different Applications
Let’s return to our earlier example, where you need to run two applications that both require the same UDP port (6454). Here’s how you can configure them:
- Application 1: Bind to IP 10.0.0.1, UDP port 6454.
- Application 2: Bind to IP 10.0.0.25, UDP port 6454.
Now, when you send data to IP 10.0.0.1, it will be handled by Application 1, and data sent to IP 10.0.0.25 will go to Application 2.
This setup allows both applications to coexist peacefully, even though they are using the same port. This is a clear example of how to configure multiple IP addresses on a single or multiple network cards to meet your needs.
Conclusion
Configuring multiple IP addresses on a single or multiple NIC is a straightforward but powerful technique that can help you manage network traffic more effectively.
Whether you’re running multiple applications on the same port or connecting to different network segments, this guide has provided you with the steps needed to get your setup working smoothly on Windows 10/11.
I hope you found this article useful on “Configure Multiple IP Addresses on a Single or Multiple NICs” Please feel free to leave a comment below.