Configuring Dual Network Cards on Windows Server and Windows 10/11

Introduction

Configuring two network cards (NICs) on a server allows you to segregate traffic, improve performance, and enhance security. This setup is commonly used to have one NIC connected to the internet and the other to a local network. This guide outlines how to implement this configuration on Windows Server and Windows 10/11.

Benefits of Dual NIC Configuration

  • Traffic Segregation: Isolates internet and local traffic for better performance and security.
  • Improved Security: Limits exposure of local network resources to the internet.
  • Redundancy: Provides a backup path in case one network connection fails.

Configuring Dual Network Cards

On Windows Server

Step 1: Install the Network Cards

  • Ensure that both network cards are physically installed in the server and recognized by the operating system.

Step 2: Access Network Connections

  1. Open Server Manager.
  2. Go to Tools > Network Connections or simply search for Network Connections in the Start menu.

Step 3: Configure IP Addresses

  1. Right-click on the first NIC (for internet) and select Properties.

  2. Choose Internet Protocol Version 4 (TCP/IPv4) and click Properties.

  3. Select Use the following IP address:

    • Enter the IP address, subnet mask, and default gateway provided by your ISP.
    • Enter preferred and alternate DNS servers as needed.
  4. Click OK to apply the changes.

  5. Repeat the above steps for the second NIC (for local networking):

    • Assign a different IP address within the same subnet as your local network.
    • Do not set a default gateway for this NIC.

Step 4: Configure Routing and Remote Access (Optional)

  • If you need to enable routing between the two NICs:
    1. Open Server Manager > Tools > Routing and Remote Access.
    2. Right-click on your server name and select Configure and Enable Routing and Remote Access.
    3. Follow the wizard to set up the routing protocol.

On Windows 10/11

Step 1: Install the Network Cards

  • Ensure both network cards are properly installed and detected by the system.

Step 2: Access Network Settings

  1. Right-click on the Start menu and select Settings.
  2. Go to Network & Internet > Status.
  3. Click on Change adapter options.

Step 3: Configure IP Addresses

  1. Right-click on the first NIC (for internet) and select Properties.

  2. Choose Internet Protocol Version 4 (TCP/IPv4) and click Properties.

  3. Select Use the following IP address:

    • Input the IP address, subnet mask, and default gateway provided by your ISP.
    • Enter the DNS server addresses.
  4. Click OK to apply the settings.

  5. Repeat for the second NIC (for local networking):

    • Assign a local IP address that matches your local network's configuration.
    • Do not set a default gateway for this NIC.

Step 4: Verify Connectivity

  • Open Command Prompt and use the ping command to check connectivity between the two networks and the internet:
    bash
    Copy code
    ping 8.8.8.8 # Check internet connectivity ping [local IP] # Check local network connectivity

Conclusion

Configuring dual network cards on a Windows Server or Windows 10/11 machine can optimize network performance and enhance security. By following the outlined steps, users can successfully implement and manage a dual NIC setup.

Bison Infosolutions Support

For further assistance with network configurations or any related inquiries, Bison Infosolutions is here to help: