Tell me how to best set this up:
2 servers. Each with 2 nic's all on the same subnet.
Load Balanced Cluster
nls.domain.com
10.2.2.110 | 255.255.255.0
Server A
LAN nic - 10.2.2.100 | 255.255.255.0 | 10.2.2.1
NLB nic - 10.2.2.111 | 255.255.255.0 | 10.2.2.1
Server B
LAN nic - 10.2.2.101 | 255.255.255.0 | 10.2.2.1
NLB nic - 10.2.2.112 | 255.255.255.0 | 10.2.2.1
I currently have it setup where all nics have a default gateway. I know that this is not a "recommended" solution but I dont know what else to do. When i didnt have a gateway on my nlb
nics i was unable to access the website that is hosted on those servers using the nls.domain.com address or by hitting the IP addresses on those nics even with the bindings setup on the site in iis.
What do you recommend in this situation and most importantly why? Can I / should i leave it this way?