...
run_SimpleCORBATimeServer 52.33.145.52 -serverid:selvyns_time_service -proxyid:52.50.131.25
This command will create a single clock server and attach your clock server to a naming service on IP 52.33.145.52 and register it with the unique id "selvyns_time_service", but your service is not visible to outside world. It is very important that you specify the -proxyid:<your public ip> parameter, this exposes your server to the outside world.
run_SimpleCORBATimeServer localhost -proxyid:52.24.124.224
...