I have a questions about load balancing configurations. Maybe someone already asked this question but I didn't find something similar on the web.

The Actual Configuration is .

I Have two servers that I want to load balance.

Server 1 has two NIC

NIC 1 IP :xx.xx.xx.35 Gateway : xx.xx.xx.33
NIC 2 IP 192.168.2.11 

Server 2

NIC 1 IP :xx.xx.yy.45 Gateway : xx.xx.yy.43
NIC 2 IP 192.168.2.10

So server 1 and 2 are connected with the second NIC

I Want to load balance those two server using the NIC 2 But all the traffic coming from NIC1 should be reparted between the two servers.

And until now and didn't find any way to do it . I can't really find information if it's possible or not.

link|improve this question
The reason you haven't found any resources on this is because it doesn't really make any sense. What's the actual problem that you're trying to solve? – MDMarra Aug 18 '11 at 17:56
The Actual Problem i'am triying to solve is my domain website is www.mydomain.com and it is pointing to server1 xx.xx.xx.35 so when i load balance using the second NIC if Server1 fails the load balancer will not redirect the traffic to server 2 i think because the NIC 1 on server1 and NIC2 on server 2 are not on the samesubnet so i cannot add those ips to my cluster ! i hope that it's pretty clear. – user92033 Aug 19 '11 at 13:20
feedback

1 Answer

1) Create a server cluster, as long as what you're serving is cluster-er-er-able.

2) If you really really want the traffic to two different nodes, look into port mirroring aka port spans (port spanning is possible over many switches in cisco world).

link|improve this answer
i'am going to check the port span option to see what's the purpose of it – user92033 Aug 19 '11 at 13:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.