[omniORB] Multiple ethernet interfaces

Duncan Grisby duncan at grisby.org
Fri Jan 23 16:29:09 GMT 2004


On Friday 23 January, Thierry DESCOMBES wrote:

> I want my servant to use the IP of C. By this way, clients connected to A 
> can access my servant through the ethernet interface A, and clients 
> connected to B through the ethernet interface B. This work fine...
> 
> The only remaining problem is that I need to impose my servant to be 
> referenced with the interface C !!!

That's what the endPoint parameter is for. Just set it to the IP
address you want to listen on:

  my_program -ORBendPoint giop:tcp:1.2.3.4:

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list