Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE Not Making Requests to Port 4011
2017-02-08, 06:33
Post: #8
RE: iPXE Not Making Requests to Port 4011
(2017-02-08 04:29)cjs Wrote:  Has anybody else here actually seen iPXE send DHCP requests to port 4011? That really does appear to be the problem here, and I'm thinking the best thing to do might be to walk through the code and figure out how and where it's supposed to be doing this and doing enough tweaking on a test version of iPXE that we can see if this code path is actually being followed, if indeed it even exists at all.

Yes, but ipxe skips the 4011 stuff when boot info has already been received. In your case, as option 43 on port 68.

https://git.ipxe.org/ipxe.git/commit/c34...c1321fa583
https://git.ipxe.org/ipxe.git/commit/831...e54b6ad43c


Quote:Everything is done using Option 43 on port 67/68. The port 4011 stuff was added for EFI clients. http://lists.thekelleys.org.uk/pipermail...10551.html
(2017-02-08 04:29)cjs Wrote:  This I don't understand. Maybe reading through the PXE specification would help, but that link (from the Wikipedia PXE entry) wants a user name and password to let me download it. Is there an alternate source for this?

http://www.intel.com/design/archives/wfm...xespec.htm

Basically, some proxy DHCP servers use option 43, others use port 4011. A few do both.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: iPXE Not Making Requests to Port 4011 - BitBub - 2017-02-08 06:33



User(s) browsing this thread: 1 Guest(s)