Inframon gathers performance information via RPC/WMI.
By default the reply from the servers back to Inframon occurs on random high tcp ports (>1024) which would require an almost open network path.
This document helps setting up the reply tcp ports to a smaller range.
Administrator access to the OutSystems servers
At the end of the configuration a server reboot is required
The setup consists of:
Select a tcp port range
For this document we will use 5900 - 6000
Registry entries
A communication tcp port range must be agreed with the network team / administrator.
It is not advisable to have a shot tcp range, since RPC is used for many other things in the Windows.
After the tcp port range is agreed, the network team configures the firewalls for the following communication:
Lifetime Server > TCP Port 135 > OutSystems Servers
Outsystems Servers < TCP Port 5900 - 6000 < Lifetime Server
Below is a screenshot of a communication report via the command line “netstat -a”
Based on this Microsoft KB.
Open regedit on the Outsystems Server
Go to the following registry location HKEY_LOCAL_MACHINE\Software\Microsoft\Rpc
Add the Internet key under the location above
Inside the Internet key create the following values:
Ports: REG_MULTI_SZ: 5900-6000
PortsInternetAvailable: REG_SZ: Y
UseInternetPorts: REG_SZ: Y