原因:我的DHCP服务器也使用了66、67端口,WD"/>

MDT2013折腾记-UDP端口冲突

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MDT2013折腾记-UDP端口冲突相关的知识,希望对你有一定的参考价值。

错误报告:技术分享

原因:我的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”

技术分享

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

技术分享

技术分享

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

技术分享

Now start the WDS Service and it should work 技术分享










本文出自 “秋冷了月光” 博客,谢绝转载!

以上是关于MDT2013折腾记-UDP端口冲突的主要内容,如果未能解决你的问题,请参考以下文章

请问同一台机器上udp端口和tcp端口可以一样对吗,不会冲突?

MDT2013折腾记-wizard error

MDT2013折腾记-部署服务配置服务器错误

MDT2013折腾记-不能抓取映像unable to determine Destination disk,partition driver

HTTP 的源端口是如何确定的? NAT中是不是有冲突? [关闭]

解决端口冲突问题的一般思路