How can I use multiple NICs on Windows Server 2008 host with one static IP?

23,472

Solution 1

The important question here is: Does a bottleneck exist as a result of the current configuration? If not, then why are you trying to implement a solution for a problem that doesn't exist?

I'm not going to buy hurricane insurance if I live in Iowa.

Solution 2

If your switch and NICs support it, you can do bonding. What make/model is the switch and the NICs? If it's server-class hardware, most of those can do it, using their drivers. Read the documentation for the server NICs and your switch that it plugs into.

Have you performed any testing on your environment to determine if LAN throughput actually is at risk of being a bottleneck?

Share:
23,472

Related videos on Youtube

Santosh Chandavaram
Author by

Santosh Chandavaram

All things data.

Updated on September 17, 2022

Comments

  • Santosh Chandavaram
    Santosh Chandavaram almost 2 years

    I have Windows Server 2008 running on Dell PowerEdge 1425 SC. The unit has two NICs and I want to use them in a clustered mode for maximum efficiency (throughput) to avoid bottlenecks.

    Do I need to use third party tools or does windows have any built-in tools to achieve this?

  • Santosh Chandavaram
    Santosh Chandavaram over 14 years
    I am testing it out. Just to keep the tool handy for the road. :)
  • Evan Plaice
    Evan Plaice about 10 years
    @ChrisThorpe That's false, ALB (Adaptive Load Balancing) doesn't require any special hardware. The downside is that ALB is assymetric (ie, only the outbound transfer rate is doubled). 802.3ad, Static Teaming, and LACP (Link Aggregation Control Protocol) require hardware support so the ports can be grouped on the switch as an EtherChannel, but the load balancing is symmetrical.