Advertisement
bearrito

NLB for Windows Server on VirtualBox

Aug 29th, 2012
926
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. Figuring out the network configuration took longer than I would have liked. Here is the handholding guide.
  2.  
  3. Steps Enable NLB on Two Nodes In VirtualBox
  4.  
  5. 0. Create a Host-Only Network Adapter.
  6. a. The adapter doesn't need to provide dhcp.
  7.  
  8. 1. Create 2 Windows Server 2008 R2 VirtualBox Machines.
  9. a. As you will more than likely need to patch and update the machine set the newtork for both to be
  10. the bridged adapter. This allows internet access.
  11. b. Add the IIS Role
  12. c. Add the NLB Feature.
  13.  
  14. 2. On each VM set the network setting to be the Host-Only adapter made in step 0.
  15. a. Enable promiscuous mode for 'vm-only'
  16.  
  17. 3. On each VM assign a static IPV4 address. ( Node1: 10.0.2.10, Node2: 10.0.2.11)
  18.  
  19. 4. Ensure each node is able to ping the other.
  20.  
  21. 5. On a Node 1 start the Network Load Balancing Manage : cmd -> nlbmgr.exe
  22.  
  23. 6. Initial Cluster Setup (NlbMgr)
  24. a. When selecting the first node to add use the IP address of Node1.
  25. b. For the cluster address select 10.0.2.12
  26. c. Select multi-cast mode
  27. d. Port rules are specific to your use case but the defaults will probably work.
  28.  
  29. 7. Cluster Setup for Node 2
  30. a. In NlbMgr select 'Add Host To Cluster'
  31. b. Use the IPAddress of Node2.
  32.  
  33.  
  34. At this point you should have Cluster with Cluster Address 10.0.2.12 that is composed of two Nodes. Both Nodes should be converged.
  35.  
  36. If you have connectivity issues you might need to enable ICMPV4 in the firewall.
  37.  
  38. Need help : @barrettsmash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement