This setting increases the performance and capacity of network, specifically the TCP socket, connectivity, enabling PingAccess to handle a high volume of concurrent requests.

  1. View ephemeral ports: netsh int ipv4 show dynamicportrange tcp.
  2. Increase ephemeral ports: netsh int ipv4 set dynamicport tcp start=1025 num=64510.
  3. Reboot the machine.
  4. View and confirm updated port range: netsh int ipv4 show dynamicportrange tcp.