PXE-E52 when booting VMs

Todd Snyder tsnyder at rim.com
Thu Nov 1 15:27:52 UTC 2007


Good day,

 

I have a well functioning and happy DHCP server, and I've started doing
some testing in VMS ... except I can't get an address from the DHCP
server.  Whenever I boot a VM, I am getting

 

"PXE-E52: proxyDHCP offers were received.  No DHCP offers were received"

 

I can't figure out what to do with this - the google is not helping
today, and I've gotta get this VM testing up and going ASAP.

 

Anyone have any suggestions?

 

Basic setup details:

 

Server1: dhcp server (10.128.128.81)

Server2: pxe server (10.128.128.118)

               Vmware server

                        -+VMS

 

My  dhcpd.conf

 

authoritative;

ddns-update-style none;

 

allow booting;

allow bootp;

option bl-server code 211 = ip-address;

option bl-port code 212 = unsigned integer 16;

option bl-server 10.128.128.117;

option bl-port 9831;

allow duplicates;

always-broadcast on;

next-server 10.128.128.118;

 

subnet 10.128.128.0 netmask 255.255.255.0 {

    option domain-name "dhcp.staging.uk.blackberry";

    option domain-name-servers 10.128.128.81;

    option routers 10.128.128.1;

    option vendor-class-identifier "PXEClient";

    range 10.128.128.200 10.128.128.244;

}

 

 

Thanks much - my head is bleeding from banging it off my keyboard for 2
hours .. I'm sure I'm missing something obvious.

 

Cheers,

 

Todd.


---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20071101/96c90f00/attachment.html>


More information about the dhcp-users mailing list