how to run "hello world" at different system?

in Help Center
HI,I am from china.
when i run ICE3.0\demo\ice\Hello\client.exe and ICE3.0\demo\ice\Hello\server.exe in same system is success!
But i run server.exe at 192.168.2.151(windows),run client.exe at 192.168.2.88(windows),failure to communicate,how to config?
thank you
when i run ICE3.0\demo\ice\Hello\client.exe and ICE3.0\demo\ice\Hello\server.exe in same system is success!
But i run server.exe at 192.168.2.151(windows),run client.exe at 192.168.2.88(windows),failure to communicate,how to config?
thank you
0
Comments
ok,mission complete,please answer my question,thank you;)
#
# The client reads this property to create the reference to the
# "hello" object in the server.
#
Hello.Proxy=hello:tcp -p 10000:udp -p 10000:ssl -p 10001
to
#
# The client reads this property to create the reference to the
# "hello" object in the server.
#
Hello.Proxy=hello:tcp -h 192.168.2.151 -p 10000:udp -h 192.168.2.151 -p 10000:ssl -h 192.168.2.151 -p 10001
ok,success,thank you very much!