Increase the number of available ephemeral ports to prevent deployment issues, particularly in high capacity environments.
This setting increases the performance and capacity of network, specifically the TCP socket, connectivity, enabling PingAccess to handle a high volume of concurrent requests.
-
View ephemeral ports:
netsh int ipv4 show dynamicportrange tcp
. -
Increase ephemeral ports:
netsh int ipv4 set dynamicport tcp start=1025 num=64510
. - Reboot the machine.
-
View and confirm updated port range:
netsh int ipv4 show dynamicportrange tcp
.