Copyright © Cloud Software Group, Inc. All rights reserved. |
The port_range_conf table defines the available port range configuration(s) for this iProcess Engine, for use with a firewall.
In pre-10.4 iProcess Engine versions this information was defined in the RNGMODE parameter of the SWDIR\etc\staffcfg file.TABLE port_range_conf (
port_range_id INTEGER NOT NULL,
range_mode SMALLINT NOT NULL,
range_size INTEGER NOT NULL,
port_start INTEGER NOT NULL,
rpc_start INTEGER NOT NULL)
• 0 No Port or RPC ranging. A process uses the next available port number assigned by the operating system, and an RPC number based on the process ID.
• 1 Port ranging. A process uses a port number allocated from within the defined range, and an RPC number based on the process ID.
• 2 RPC ranging. A process uses the next available port number assigned by the operating system, and an RPC number allocated from within the defined range.
• 3 Port and RPC ranging. A process uses both a port number and an RPC number allocated from within the defined ranges.
Copyright © Cloud Software Group, Inc. All rights reserved. |