multiple ip address problem
If I have one network drivers,but install vmware software,then if ipconfig,I will find
three address,one is real(10.1.2.3),the other two is virtual ip address(such as 192.168.10.1,192.168.1.1).
after start coherence,I find coherence always using the virtual ip address such as 192.168.10.1.
I know I can set -Dtangosol.coherence.localhost=10.1.2.3 to specify which ip I want to use.and it can slove the problem.
but in development environment, in a cluster we have a lot of machine,the customer tell me he need changed all
machines which will join the cluster, They want to know if there are better solutions to allow coherence using
the real ip address,not the virtual ip address.
Thanks for any reply..