Setup NLB in Windows Server
July 24th, 2009
So to get started and do this the correct way you will need 4 network cards and a minimum of 5 IP addresses. (There is a way to do this with less which I will do a tutorial on a later date)
2 IP’s for standard access nics
2 IP’s for NLB connected nics (These MUST BE static IP addresses)
1 IP for Cluster IP address (You can have more than 1 but 1 is minimum) You will also need a DNS entry for this IP if you want to use it for websites. (MUST BE Static IP)
For my example I will be using: 10.1.1.24 - 10.1.1.28
10.1.1.24 and 10.1.1.26 will be my standard nics
10.1.1.25 and 10.1.1.27 will be NLB Connected nics (These MUST BE static IP addresses)
10.1.1.28 will be used for NLB address (MUST BE Static IP)
Lets get started… Click on Images to enlarge
On each machine to make things easy go to “Network Connections” and rename the NLB nic to “NLB”.
Once that is complete, while you are in Network Connections, ”Right Click” on the NLB nic on each machine and click “Properties”… make sure that you check the box that says “Network Load Balancing”
In the “Cluster Paramenters” page type the info needed:
Cluster IP: The IP(s) you designated for cluster
Subnet mask: Subnet mask of your network
Full Internet Name: This will be the DNS Entry setup for the Cluster IP
Cluster Operation Mode: Set this to “Unicast”
Click “NEXT”
Under the “Filter Rules” section of this page you will want to select “Multiple Hosts” and under “Affinity” select Single (This allows “sticky sessions”)
On this page you will setup the initial host paramaters…
Unique ID: Leave default at 1
IP Address: IP of NLB NIC on this machine
Subnet Mask: self explainitory
Your next task will be to add all the addtional nodes to this cluster…
“Right Click” on DNS name and select “Add host to cluster”
On ”Connect” page select the NLB address of the other server (in my case 10.1.1.27), click next and on the next page enter the same IP along with the Subnet mask… leave the ”unique ID” to default.
You will continue to go through the original setup just with the new IP. See above images to finish out…
Once you are finished you should see both servers in the cluster parameters.
Categories: NLB, Server 2003


















