Jens
Here is the ouput on the locator vm:
SocketCreator.getLocalHost = /10.50.30.199
SocketCreator.getHostAddres = 10.50.30.199
InetAddress.getLocalHost = idcprdgflocator01.carecorenational.com/127.0.0.1
InetAddress.getHostAddres = 127.0.0.1
--->> getMyAddresses returning result /10.50.30.199
--->> reverseDNS returning: idcprdgflocator1.carecorenational.com.
SocketAddress localhost = /10.50.30.199
Here is the output on the gemfire node vm:
SocketCreator.getLocalHost = /10.50.38.205
SocketCreator.getHostAddres = 10.50.38.205
InetAddress.getLocalHost = ccnscupadsgf01.carecorenational.com/127.0.0.1
InetAddress.getHostAddres = 127.0.0.1
--->> getMyAddresses returning result /10.50.38.205
--->> reverseDNS returning: ccnscupadsgf01.carecorenational.com.
SocketAddress localhost = /10.50.38.205
Tom