How to set up VLAN on Windows Server

This instruction will allow you to configure a VLAN using NIC Teaming and specify the VLAN ID. Make sure your switch is also configured to support VLANs and is bound to the correct ports that match your VLAN configuration.

NIC Teaming, also known as Link Aggregation or EtherChannel, allows multiple network adapters to be teamed together to increase throughput and improve fault tolerance.

1. Open Server Manager

Open Server Manager, which usually appears on the server's desktop. If it's not there, you can launch it by pressing Win + X and selecting "Server Manager".

2. Click to Local Server section

On the left side of the Server Manager window, select Local Server.

On the Local Server tab, find your network adapters in the NIC Teaming section (If the section is missing, this may require installing additional roles, such as Hyper-V). Click on Disabled next to NIC Teaming to open the setup wizard.

How to set up VLAN on Windows Server

Similar actions must be performed on the second server.

How to set up VLAN on Windows Server

3. In the setup wizard, select the network adapter and click Add to New Team

How to set up VLAN on Windows Server

4. Adapter setup

Enter the word VLAN in the Team name column. Select the operating mode (Teamimg mode). You can select the mode that best suits your needs, such as LACP (negotiate with the switch) or Static (choose a static configuration without negotiating with the switch).

How to set up VLAN on Windows Server

Click OK and complete the setup wizard.

How to set up VLAN on Windows Server

5. To configure Tagged VLAN, go to the Primary team interface section

How to set up VLAN on Windows Server

Specify the VLAN ID and click OK.

How to set up VLAN on Windows Server

6. Open Network Connections on the server

How to set up VLAN on Windows Server

Choose Change adapter options.

How to set up VLAN on Windows Server

7. IP address assignment

Right-click on the VLAN network adapter we created in the previous steps that you want to configure for the VLAN and select Properties.

How to set up VLAN on Windows Server

8. Find Internet Protocol Version 4 (TCP/IPv4) and click Properties

How to set up VLAN on Windows Server

Specify the IP address, subnet mask and DNS server.

How to set up VLAN on Windows Server

Same for second server.

How to set up VLAN on Windows Server

Click OK to apply the changes.

10. Check ping between servers in this VLAN

How to set up VLAN on Windows Server
How to set up VLAN on Windows Server

This is the basic process of configuring VLANs in Windows Server. Please note that the specific steps may vary slightly depending on your network infrastructure configuration.