Published Date : 19 Mar 2015
Last Updated : 23 Jul 2024
Content Ref: TEC4467027
Operating System
(none)
Part No
(none)
Summary
Explains which ports RM Unify AD Sync may use to send traffic.
Symptoms
RM Cloud Service Delivery can assist you with your RM Unify AD Sync installation. For further information, please speak to your Sales representative on 01235 645 316 or email getintouch@rm.com, quoting this article.
RM Unify AD Sync uploads data to api.platform.rmunify.com using whichever http or https port the server/network is configured to use for Internet traffic. By default http traffic uses port 80 and https traffic uses port 443, but this may differ on your network.
Procedure
You can use the netstat utility to identify which ports are in use.
Open Task Manager on the RM Unify AD Sync server.
Click View, Select Columns.
Tick the PID box if it is not ticked already and click OK. (Or, depending on your server OS, you may have to right click the Name column and select PID from the displayed list).
In the Processes tab, make a note of the PID for RM.Networks.IdentityManagementService.exe.
Open a command prompt on the AD Sync server.
Type netstat -ano -p tcp. This will give you a list of all running processes and which ports they are using.
From the results, find the row that has the PID noted above in the furthest right column.
You will be able to see which local and remote port the process is using, e.g.: TCP 100.76.140.39:51261 23.102.57.220:443 ESTABLISHED 1172
In the example above, you can see that process 1172 is using local IP address 100.76.140.39 and port number 51261 to connect to the remote RM Unify IP address of 23.102.57.220 on port 443.