Security Compliance
Configure ARM applications to use custom RPC port range
This article provides steps to limit ARM main and configuration application to use only specific RPC port range.
First published date
Last published date
Overview
Product section
Cause
Resolution
This applies to ARM main and configuration application and executable jobs within ARM.
1. Create or add to the existing following files where you installed the ARM main and configuration application:
app8man.config.xml (main application)
appConfig.config.xml (configuration application)
with the following content under %ProgramData%\protected-networks.com\8MAN\cfg:
<?xml version="1.0" encoding="utf-8"?> <config> <network> <portRange> <start type="System.Int32">0</start> <end type="System.Int32">0</end> </portRange> </network> </config>2. Replace the 0 with the desired RPC ports that are allowed in your network.
Note: You will have to restart the ARM application/ARM service where the changes have been made either on the client or server-side or both.