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