Hi Steve,
Welcome to our forums
How the heck do you specify that you want an ICE component to listen on something like 203.202.121.44:1000 versus 0.0.0.0:1000 so you can actually see two machines communicating over the internet?
you should use -h option
Code:
tcp -h 203.202.121.44 -p 1000
See section 32.4.6 Endpoints for detailed documentation about adapter endpoints
http://www.zeroc.com/doc/Ice-3.3.0-I...rver.33.4.html
For a complete reference of endpoints options see
http://www.zeroc.com/doc/Ice-3.3.0-I...tRef.51.2.html
Regards,
José