首页 > 其他 > 详细

MDT2013折腾记-UDP端口冲突

时间:2016-03-03 14:58:15      阅读:248      评论:0      收藏:0      [点我收藏+]

错误报告:技术分享

原因:我的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端口冲突

原文:http://tuzilaiye.blog.51cto.com/5705097/1747089

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!