corba - OMNIORB: uses Vmnet8 ip in IOR which is not reachable outside the server -
i have installed corba server on machine runs vmware-player. vmware player creates 2 virtual network connections. vmnet8 connection used vm network nat mode.
accidentially corba server picks network connection first not loopback interface , uses ip of inside ior , nameservice means ip not accessible clients.
is there way set default ip without setting fixed endpoint in omniorb.
see documentation on endpoint* family of options. can specify interfaces servers listen on , publish in iors.
these options can set on command line, config file, argument orb_init(), or environment variable. more information on configuration api can found here.
Comments
Post a Comment