Issue: Exchange 2010 CAS NLB configuration - netsh
Balancing Act: Dual-NIC Configuration with Windows Server 2008 NLB Clusters
Configuring NLB for Exchange 2010 CAS Load Balancing
Next Steps
Before you start using your new NLB cluster for CAS functionality, you should complete two final tasks. First, IP forwarding should be enabled on each cluster member’s NLB LAN NIC. By default, Windows 2008 disables IP forwarding, which causes problems with NLB. IP forwarding enabled allows, from an NLB perspective, requests sent from one NIC to be sent out the other. IP forwarding can be enabled on your NLB LAN NIC by running netsh interface ipv4 set int “NLB LAN” forwarding=enabled from a command prompt.
netsh interface show int
- That will show you the interfaces in the server. Find the name of the cluster NIC and put it in quotes in the following command:
- You can confirm that it is changed by running the command:
Comments
Post a Comment