DHCP Discover Requests

slowsquirrel55
Posts: 2
Joined: Tue Feb 21, 2023 12:34 am

DHCP Discover Requests

Postby slowsquirrel55 » Tue Feb 21, 2023 12:40 am

We have 5 ESP32 devices on our network with Fortinet Firewalls and Juniper Mist Access Points, our ESP32 are struggling to get DHCP IP Addresses, in fact we see lots of broadcast messages for DHCP DISCOVER coming from the same device within milliseconds. It's like the device is not giving enough time for a DHCP server to respond. You will see the attached packet analyzer showing 1 ESP32 device sent a DHCP Discovery request at 0 base time and then again 2ms later.

What could be causing so many quick DHCP discover broadcasts from the device?
Attachments
snapshot.png
DHCP Packet
snapshot.png (156.74 KiB) Viewed 1560 times

ESP_Sprite
Posts: 9727
Joined: Thu Nov 26, 2015 4:08 am

Re: DHCP Discover Requests

Postby ESP_Sprite » Tue Feb 21, 2023 6:02 am

Are the repeats the same? If so, they could be WiFi retransmits. WiFi packets are ACKed by the access point when received, and when the sender doesn't get that ACK, it'll think the packet is lost and will retransmit. This looks like the packet made it over OK but the ACK got lost.

slowsquirrel55
Posts: 2
Joined: Tue Feb 21, 2023 12:34 am

Re: DHCP Discover Requests

Postby slowsquirrel55 » Tue Feb 21, 2023 7:11 pm

Yes, the repeat discover packets are identical. The weird part is that two packets were right after each other from the ESP32 within a second if you look at the packet snapshot I posted.

ESP_Sprite
Posts: 9727
Joined: Thu Nov 26, 2015 4:08 am

Re: DHCP Discover Requests

Postby ESP_Sprite » Thu Feb 23, 2023 7:09 am

That very much sounds like WiFi retransmits then.

Who is online

Users browsing this forum: No registered users and 60 guests