[omniORB] corba objects on machine with multiple ip cards

Maged Mokhtar maged.mokhtar@skystream.com
Wed, 12 Dec 2001 21:32:36 -0800


Hi all,

Does anyone know on a machine with multiple ethernet cards ( with
multiple ip addresses ) which address will be represented by the 
object reference the server registers with OmniNames ?

Specifically we have a case where the server box has multiple ip cards,
there is no routing between the cards for network security issues.

Only 1 of these cards/address is reachable by the client.
The problem is that the client can obtain an object ref from OmniNames
but that ref is pointing to one of the server cards not reachable by the
client box.
( i found out by printing the stringfied ref and ran it by an IOR parser ).

Any ideas how to solve this please ?