CORBA server configuration (NAT and non NAT)
bernardma <[email protected]> Tue, 4 Dec 2007 09:17:18 -0800 (PST)
| Newsgroups | gmane.comp.corba.omniorb.devel |
|---|---|
| Message-ID | <[email protected]> |
I have a corba server running on xx.xx.xx.xx machine on the port 5001 I try to access it from two machines: - case 1: the machine see the corba server with the same IP xx.xx.xx.xx - case 2: the machine see the corba server after a network address translation with the IP yy.yy.yy.yy if I configure the corba server with the option: -ORBendPoint giop:tcp:xx.xx.xx.xx:5001 case 1 works but case 2 fails if I configure the corba server with the options: -ORBendPointNoPublish giop:tcp:xx.xx.xx.xx:5001 -ORBendPointNoListen giop:tcp:yy.yy.yy.yy:5001 case 1 fails, and case 2 works Is there a way to configure the corba server to be able to access it from the two machines ? thanks Bernard -- View this message in context: http://www.nabble.com/CORBA-server-configuration-%28NAT-and-non-NAT%29-tf4943464.html#a14151738 Sent from the OmniORB - Dev mailing list archive at Nabble.com.