WDS DHCP same server on Windows Server 2008

Posted by Richard on Server Fault See other posts from Server Fault or by Richard
Published on 2012-06-06T08:03:33Z Indexed on 2012/09/20 3:40 UTC
Read the original article Hit count: 425

Filed under:
|
|
|

I have been struggling with a problem on my Windows Server 2008 for the past 4 - 5 hours and cannot figure out whats wrong. I have tried pretty much everything that I found on google and all the links are purple. Hopefully you guys can help me.

I am running a Windows Server 2008 Standard edition with the latest updates as of today. Furthermore I am running a Windows Server 2003. Both are virtual machines on my ESXi 5 server.

My network is: 192.168.10.0/24

W2k8: 192.168.10.251 is the PDC running ADS, DHCP and WDS

W2k3: 192.168.10.253 AND 192.168.1.175 running Routing and Remote Access and ISA 2006 Enterprise

In my internal network (192.168.10.0/24) I have my client machine (192.168.10.10) that runs a VMWare Workstation.

I am trying to deploy Windows 7 Home Premium to a virtual machine on my VMWorkstation via PXE.

I have set the Workstation's VM network adapter to "bridged" so that it uses the physical network adapter and is connected to my internal network.

The DHCP pool is configured to give IP addresses from 192.168.10.10-192.168.10.15 (works for normal clients and is not used up)

When I start my VM with the PXE I get the error: PXE-E52:proxyDHCP offers were received. No DHCP offers were received

Apperently this means "that means that WDS responded but the DHCP server did not."

People suggested to direct the traffic to both WDS and DHCP on the router, since everything is on the same subnet there is no need for that as the broadcast is seen by everyone (WDS and DHCP)

No reservation for the virtual mac addrs is made on the DHCP.

Furthermore it was suggested to configure the DHCP options:

  • Option 60= PXEClient
  • Option 66= WDS server name or IP address Option
  • 67= Boot file name

However, this is not recommended by Microsoft, I tried it and it did not solve my problem.

The configuration on the WDS (My System is German therefore the actual naming might be different):

PXE response tab:

  • PXE responses is set to "ALL (known and unknown)"

DHCP Tab:

  • Do not listen to port 67 is NOT ticked - if I tick this I do not get any responses and the PXE errors gets PXE-E51 that neither DHCP or proxyDHCP were received
  • DHCP-Option 60 for "PXEClient" is ticked

The confusing part here is that it is advised in the tab to tick the first option since it is on the same server.

Network Configuration Tab:

  • Use the following IP-Address range for Multicast-IP-Address: 224.0.1.0 - 224.0.10.0

Thats not the default one, however it is in the allowed range.

The UDP port range is the default since it is not advised to change them.

I tried to change the "networkprofile" from 100mbits/1gbits and custom. I am running a 1gbit network with CAT6 cables and 1gbit netgear switch 5 ports. Everything is configured to use 1gbit.

The WDS is authorised for the DHCP server.

My ISA 2006 configuration:

For the internal networking i have configured the following policy array: Allow protocols on internal network including the w2k3 host:

  • 67,68,53,ICMP,
  • 4011 UDP receive,
  • 64001-6500 UDP send receive,
  • 69 UDP send

Routing and Remote Access I tried the DHCP relay agent configuration that was suggested as well, but that did not work

I would highly appreciate anykind of help because I am pretty much done here with my nerves.

Thank you very much in advance.

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about dhcp