User's Manual

86 Configuring FSE
2. In the omniORB.cfg file, configure the parameters in the section
--- Private network parameters --- with the following information:
the FQDN that identifies the system inside the private network
the IP address of the system
•the subnet mask
All these parameters must be verified against the actual private network configuration. Ensure that the
FQDN you specify in omniORB.cfg matches the FQDN specified for the hostname variable in the
services.cfg file.
The following example is an excerpt from a properly configured omniORB.cfg file:
Linux specific
The following is an example excerpt from the local /etc/hosts file that matches the above
services.cfg and omniORB.cfg files:
Windows specific
The following pairs for mapping between IP addresses and host names on the DNS server match the
above services.cfg and omniORB.cfg files:
# --- Private network parameters ---
#
# Which network interface omniORB uses for IORs
endPoint = giop:tcp:fseserver.fsenet:
# The order of network interfaces to use for accepting connections:
# Only localhost and private network. Others are denied.
clientTransportRule = localhost tcp
clientTransportRule = 192.168.240.0/255.255.255.0 tcp
clientTransportRule = * none
# The order of network interfaces to use for opening new server connections:
# Only localhost and private network. Others are denied.
serverTransportRule = localhost tcp
serverTransportRule = 192.168.240.0/255.255.255.0 tcp
serverTransportRule = * none
123.45.67.89 fse-server1.company.com fse-server1
192.168.240.1 fseserver.fsenet fseserver
123.45.67.90 fse-client1.company.com fse-client1
192.168.240.2 fseclient.fsenet fseclient
123.45.67.89 fse-server1.company.com
192.168.240.1 fseserver.fsenet
123.45.67.90 fse-client1.company.com
192.168.240.2 fseclient.fsenet