Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
After you install the update, you can modify the registry to configure the number of times that ISA Server will try to use a random source port for each new outgoing UDP socket. To do this, follow these steps:
- Click Start, click Run, type regedit in the Open box, and then click OK.
- Locate and then right-click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Fwsrv\Parameters
- Point to New, and then click DWORD Value.
- Type RandomBindRetry.
- Double-click RandomBindRetry, and then type a number in the Value data box.
Note This value defines the number of times that ISA Server will try to use a random source port for each new outgoing UDP socket. - Restart the Microsoft Firewall Service (fwsrv).
Note The value of
RandomBindRetry entry ranges from 0 through 10. If you set the value of this entry to 0, the update is disabled. If this entry does not exist, ISA Server 2000 assumes that the value is 10. Do not set
RandomBindRetry to a value that is greater than 10.
To set this registry entry to a recommended value, run the following command at a command prompt.
reg add HKLM\SYSTEM\CurrentControlSet\Services\Fwsrv\Parameters /v RandomBindRetry /t REG_DWORD /d 10 /f