8358: Booting from PXE fails with "Proxy DHCP service did not reply to request on port 4011"

Submission of a form on this page has been disabled as you do not have JavaScript enabled in your browser. If you think this message is wrong - then just refresh the page.
Printer-friendly version

DHCP server and PXE server are on different machines

This article applies to:

Symptoms

Booting from PXE server fails with the message similar to the following one:

PXE-E55 Proxy DHCP Service did not reply to request on port 4011

Selected boot device not available

Cause

The DHCP server and the PXE server are on different machines, however an attempt is made to connect to the same machine. DHCP server has the following options set:

  • #60 = Client Identifier (set to "PXEClient")
  • #66 = Boot Server Host Name
  • #67 = BootFile Name

Solution

Remove these options from DHCP server. This can be done as follows:

  1. Hit Start -> Run and type netsh
  2. Issue the following commands:

    netsh>dhcp
    netsh>dhcp>server
    \\[server_machine_name] or [IP address]
    netsh dhcp>delete optiondef 60
    netsh dhcp>delete optiondef 66
    netsh dhcp>delete optiondef 67

You can use the command show optiondef to get the list of currently active options.

More information

See also:

Provide feedback on this information

Please use the form below to send us your comments. We read all feedback carefully.

Please note that we cannot individually respond to all comments. We do read, analyze and work to improve our content, products and services based off the feedback we receive. Should you need technical or customer service assistance please use our Contact Support Wizard.

Thank you for taking the time to send us your thoughts, we truly value your input.

To protect your privacy, do not include contact information in your feedback.