[omniORB] Re: Multi EndPoint Failure - Possible Bug.

Richard Andrews richard.andrews at symstream.com
Fri Mar 24 08:41:35 GMT 2006


> My omniOrb config file is set to include all interface IPs in the IOR.
> After inspection of the IOR, I can clearly see this is happening..

I have used this featured in omniORB-4.0.5.
Try:

endPointPublishAllIFs=1

If this entry is not included, the default is to publish only the first
non-loopback interface found (in no particular order but usually eth0).
Consider locking down any back-doors with serverTransportRule entries if
you really want to publish all IFs.

To be more surgical with the setup you could also provide multiple
entries like this

endPoint=giop:tcp:<IP_address>:

This information is in the omniORB manual sections on "End point
publishing" and "Server transport rules".





More information about the omniORB-list mailing list