Hi Guys, I have a distributed client application. That needs to expose same IP to the outside world. I want to solve this problem using LVS. Here -Real server will be real client -load balancer will act like virtual aggregator
As in normal case real client will not respond to ARP. Assuming TCP connection, real client will send SYN request to the virtual aggregator. Virtual aggregation will record the connection info and send the request to outside network. For rest of the connection life, request will go directly (including syn-ack and ack) to server and responses will be intercepted by aggregator and sent to actual real server. I see following problem Two real client may choose same port for new connection, which will make connection determination impossible at aggregator. I am trying to solve the problem by assigning port ranges to the real client. Following are my questions 1. Is this configuration possible (aggregator recording the connection when it receives SYN from real client 2. Is their a better way to solve this problem. Thanks Ittium _______________________________________________ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtualServer.org mailing list - lvs-users@LinuxVirtualServer.org Send requests to lvs-users-requ...@linuxvirtualserver.org or go to http://lists.graemef.net/mailman/listinfo/lvs-users