Select the product you need help with
Configuration options for WLBS hosts connected to layer 2 switchesArticle ID: 193602 - View products that this article applies to. This article was previously published under Q193602 On This PageSUMMARY This article describes how to connect two or more Windows
NT Load Balancing Service (WLBS) servers in a switched environment. For Windows
Load Balancing Service (WLBS) to work correctly, every packet directed to the
virtual IP address must reach all the WLBS hosts. The WLBS host then filters
the packets. MORE INFORMATIONIf you connect Network Load Balancing hosts with a switch,
the switch must be layer 2
instead of layer 3
or higher, because all the hosts share the same IP address (the cluster IP
address), and layer 3
switches direct network packets (incoming client requests) according to the IP
address of the destination computer. When the cluster network adapter of each WLBS host connects to a port on a layer 2 switch (the same switch) instead of a hub, the switch tries to determine the media access control (MAC) address of the computer connected to each of its ports. As a result, the switch can associate a port to a MAC address. Ethernet switches send frames to a MAC address through the port associated with the MAC address. If a switch associates the cluster's MAC addresses to one of its ports, WLBS cannot correctly load-balance the traffic. There are several methods to configure WLBS to prevent a switch from associating the cluster's MAC address. The following sections describe these methods. UnicastNote: For best results, configure the default gateway so that the default gateway address is set on the cluster/WLBS Virtual adapter. Do not set the gateway address for the administrative network adapter in the TCP/IP configuration dialog.With this configuration, requests to the cluster move through the cluster network adapter, and the appropriate host also replies through the cluster network adapter because this network adapter has the gateway information associated with it. The host's administrative network adapters connect to a dedicated hub that is either not connected to the network or connected to a router or switch for a different subnet. The administrative network adapters and cluster adapters cannot use the same subnet. Masking the WLBS Cluster MAC AddressWhen you use unicast, keep theMaskSourceMAC registry
value set to its default value of 1. This forces the cluster to use a
substitute MAC address when it sends packets through the switch. The switch
maps the substitute MAC address to a port, but sends the traffic to the real
cluster MAC address to all the ports in the switch. If a switch does not have a
MAC address associated to a port, it sends the frames to all the ports. This is
known as port flooding. You can contain port flooding only with a virtual LAN. This
configuration has the highest bandwidth, and completely eliminates
collisions.The MaskSourceMAC is located in the
following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WLBS\Parameters Note In Microsoft Windows Server 2003, the MaskSourceMAC value is located in the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WLBS\Parameters\Interface\<GUID> Using a HubTo use a hub, follow these steps:
This configuration permits the switch to determine the WLBS cluster MAC address. This eliminates port flooding without the use a virtual LAN. This configuration has a bandwidth limitation on the hub, however it automatically improves the pipelining of traffic, and minimizes collisions. MulticastNote When the local router must send a packet to the virtual IP address, the local router uses address resolution protocol (ARP) to determine the virtual IP's MAC address. WLBS replies to these ARP requests. When you mask the source MAC address, the ARP response from WLBS has a substitute source MAC address in the Ethernet frame, but contains the correct cluster MAC address in the ARP header. Some routers cannot make this ARP mapping and must make a static ARP entry in the router. For additional information about static ARP requirements, click the following article number to view the article in the Microsoft Knowledge Base:197862 The cluster uses a multicast MAC address that is
mapped to a unicast IP address. The switch does not associate the multicast MAC
addresses to a port, so the switch sends frames to this MAC address on all the
ports. IP Multicast pruning implementations cannot limit the port flooding,
therefore you must use a virtual LAN. Multicast provides no advantage over
unicast from the switches perspective. The increased multicast processing
overhead for routers and switches may lead to slower performance. Carefully
analyze the effect on your network when you uses multicast to avoid congesting
other network devices.
(http://support.microsoft.com/kb/197862/
)
WLBS cluster is unreachable from outside networks
PropertiesArticle ID: 193602 - Last Review: October 26, 2007 - Revision: 4.6 APPLIES TO
| Article Translations |


Back to the top








