Windows dynamic port range
The Trust1Connector is using 3 different network ports for communication, For the Trust1Connector by Trust1Team these are ;
Registry, fixed
51983
(51883
for the acceptance version)API, dynamically assigned
Sandbox, dynamically assigned
In some rare cases the windows system prevents a range of TCP ports to be used by applications, this is called an exclusion range.
You can see the dynamic port range by executing the following command in a terminal
The output will look like the following
For the exclusion range you can use the following command
This can look like the following, this can differ from your system
To remove the listed port ranges from the exclusion range you can use the following command.
This will make sure that starting of 51980 there are 10 ports allowed to be used by other applications.
In some cases you will need to stop winnat
before having access to the exclusion range
After updating the exclusion range you need to restart winnat
If the steps above did not solve your issue you can also update the dynamic port range with the following command. This will move the port range to start from 54000 and have 10511 available ports to be used.
Last updated