Windows-Server-2008
Windows Server 2008 系統資料庫中的 IPv6 和 ReservedPorts
我已
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\ReservedPorts
設置為1153-1153
,但有時 IPv6 程序會分配到此埠。此設置僅適用於 IPv4 嗎?他們是為 IPv6 設置這個的另一個地方嗎?
Windows Server 2008 和 2008 R2 不再支持 ReservedPorts 系統資料庫項。
相反,使用 netsh 實用程序來保留埠,如下所示:
netsh int <ipv4|ipv6> Add excludedportrange [protocol=]tcp|udp [startport=]<integer> [numberofports=]<integer> [[store=]active|persistent]
來源: http: //support.microsoft.com/kb/2665809/en-us
編輯:您可能還需要安裝首先在上述 MS Support KB 中找到的 Windows 修補程序。