Hello to all!
A few years ago I supported a Computer Lab and they had a WDS server (wds01). After 1 years they decided to add a MDT server, and it server was wds02. So, after pressing F12 it was possible to get a menu with WDS servers selection and to boot from wds01 or wds02.
Today I need to do the same thing in other place, but with SCCM and WDS.
DHCP server is dedicated, SCCM installed on server #1 and Windows Essentials Role installed on server#2.
So, the first thing I did was:
http://www.stephan-schwarz.net/?p=58
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WDSServer\Providers\WDSPXE\Providers\BINLSVC]
"AllowServerSelection"=dword:00000001
But it did not help me. I tried to enable "Answer to all clients" for WDS role on SCCM... It does not help.
Next thing I found what wdsnbp from SCCM does not know how to find other PXE servers and it needs to boot from WDS and its wdsnbp will look for other PXE serves...
Next thing I found that it needs to REMOVE an dhcp options 66 and 67 from DHCP settings and to set IP Helper.
So...
1 - Who did that trick with SCCM+WDS?
2 - How?
3 - What is IP HELPER?