I have 14 java processes running on one blade. Each process have binding to virtual IP recognized by ProxyServer (F5), so when external client call to F5 his call redirected to one of 14 processes.
Most of all, my process (one of 14) perform call to another application running on different blade.
Here is the question: How can I control source IP in outgoing TCP packets on java process running with virtual IP on TCP client? In other words I am looking for a way to set virtual IP as the source address in outgoing TCP packets. (by default it set to physical IP of the blade).