I'm trying to "tune" the TCP/IP stack on some Windows Server 2008 machines by following the instructions here: http://www.outsystems.com/NetworkForums/ViewTopic.aspx?TopicId=6956&Topic=How-to-tune-the-TCP%2FIP-stack-for-high-volume-of-web-requests
One of the suggestions is to increase the dynamic port range and I've tried doing so but it fails:
C:\Windows\system32>netsh int ipv4 set dynamicportrange tcp start=32767 num=65535
The parameter is incorrect.
My question is: which parameter is incorrect?