No DHCP IP if OFFER or ACK coming from non-BOOTPS port
|
2016-10-17, 08:46
Post: #1
|
|||
|
|||
No DHCP IP if OFFER or ACK coming from non-BOOTPS port
Hi,
We've run into some problems that took us a while to troubleshoot with iPXE. Imagine a random setup with a DHCP server, a DHCP relay, and a client. All is set up as one normally would. The following flow will then proceed:
Code: if ( ip.s_addr && ( peer->sin_port == htons ( BOOTPS_PORT ) ) && Now, if I check the RFC, I couldn't find a solid confirmation that this behaviour is a requirement. Apparently, the client in the OS (happens to be Linux) is more lenient and accepts it just fine. So I wonder: is Checkpoint wrong in answering from an odd port, or is iPXE unnecessarily picky in this case?[/code] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
No DHCP IP if OFFER or ACK coming from non-BOOTPS port - Shoikan - 2016-10-17 08:46
No DHCP lease if offer/ack not from BOOTPS source port - Shoikan - 2016-10-17, 09:00
|
User(s) browsing this thread: 2 Guest(s)