When configuring a BlueBox device to obtain an IP address via DHCP, the IP address may not be assigned even though:
Network traffic inspection reveals that the BlueBox is periodically transmitting DHCP discover packets and the DHCP server is responding with DHCP offers, but then the communication between them is stopped.
This issue has been observed on the following products:
BlueBox devices expect all DHCP messages from the server to have a payload size larger than 300 bytes. If the DHCP server sends smaller packets, the BlueBox terminates the communication before completing the lease process.
BlueBox expects that all DHCP messages from the server have a payload size larger than 300 bytes. If the payload is smaller than 300 bytes, configure the DHCP server to add extra fields to the DHCP packets, so the payload size will be increased to more than 300 bytes (e.g., DHCP Option 43 (vendor-specific) with some empty fields will suffice).