MDT2013折騰記-UDP端口衝突

錯誤報告:wKioL1bXr-DiXgbsAAG7fmKqbcU744.jpg

原因:我的DHCP服務器也使用了66、67端口,WDS也使用了相同端口。


解決辦法

http://www.danielclasson.com/guide-solving-wds-issue-with-dhcp-port-conflict/

Have you ever installed WDS and DHCP on the same server? Usually this doesn’t cause a problem, but in some cases, you will have issues with starting the WDS server.

Looking at the event log you will see this nasty error: “The Windows Deployment Services Server service terminated with service-specific error Only one usage of each socket address (protocol/network address/port) is normally permitted”

WDS DHCP Port error

The solution to this problem is manually changing a registry value to force the WDS service to not use the DHCP ports.

Here’s how you do it:

Open Regedit and go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\WDSPXE

Regedit WDS Do not use DHCP ports 1

Regedit force WDS to not use DHCP ports

Open the reg value UseDhcpPorts and change it from 1 to 0

Regedit force WDS to not use DHCP ports 2

Now start the WDS Service and it should work :)










發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章