Discussion:
[omniORB] TPC Port selection
Obermaier, Stephen J (IS)
2011-04-12 20:00:11 UTC
Permalink
Hello!

Is there any way to explicitly configure omniorb to mange client/server interactions on a specified block of contiguous TCP ports? There are a number of security requirement being placed on our applications that will force us to interact on a specified set of port numbers, as opposed to just having the OS choose a specified port. We are running omniORB 4.1.4 under Windows.

Thanks!

Steve O.

Stephen J. Obermaier

Northrop Grumman Mission Systems


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20110412/2cd17183/attachment.htm
Duncan Grisby
2011-04-26 23:53:11 UTC
Permalink
Post by Obermaier, Stephen J (IS)
Is there any way to explicitly configure omniorb to mange
client/server interactions on a specified block of contiguous TCP
ports? There are a number of security requirement being placed on our
applications that will force us to interact on a specified set of port
numbers, as opposed to just having the OS choose a specified port. We
are running omniORB 4.1.4 under Windows.
With omniORB 4.1.x you can choose a single port with -ORBendPoint
giop:tcp::12345 but you can't specify a range. With 4.2 (which is what's
on trunk in svn) you'll be able to give a range like
giop:tcp::12345-12355

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...