How to add a secondary static IP to windows server

Method #1

To add a secondary IP address to your Windows Server, follow these steps:

Step 1: Open Command Prompt

  1. Go to Start > Run.
  2. Type cmd and press Enter

Step 2: Add the Secondary IP Address

Use the following command for each new IP address you want to add to the system:

netsh interface ipv4 add address "Ethernet" 192.168.1.2 255.255.255.0
  • Replace Ethernet with the actual name of your network interface.
  • Replace the IP address 192.168.1.2 and subnet mask 255.255.255.0 with your specific IP address and subnet mask.

 


 


Method #2

Follow the video tutorial on this link:

https://www.youtube.com/watch?v=084SRx1u0vc

  • windows server
  • 876 Users Found This Useful
Was this answer helpful?

Related Articles

How to change administrator username on windows server 2019/2022 and later

Changing the administrator username is very important for your Windows server security.To change...

Change remote desktop (RDP) port on Windows Server 2019/2022 (Powershell)

It's highly recommended to change windows remote desktop default port for added security. You...

How to change administrator password on Windows Server 2016/2019/2022

To change admin/user password on Windows Server 2016/2019/2022, please apply the following steps:...

How to fix clipboard issues on windows server 2016/2019

If you experience difficulties with the clipboard (copy/paste) on your windows server 2016...

How to send Alt+Ctrl+Del on Remote Desktop (RDP)

You can trigger ALT + CTRL + DEL screen on RDP session by one of the following methods:  1....