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.