-
-
Notifications
You must be signed in to change notification settings - Fork 120
Windows Reserved DHCP and Meraki AP #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @mrarmyant, Would you be able to try again but with the v1.2.2 firmware bundled with the hourly IDE? https://www.arduino.cc/en/Main/Software#hourly If it still happens, could you please provide your Wireshark capture as an attachment to a comment on this issues. Thanks. |
I did, and it is still an issue. Attached is the DHCP dump. Had to rename the file from .pcapng to .txt for posting. |
How do I get the status changed from awaiting feedback? |
Hi @mrarmyant, I think this issue is related to: https://www.esp32.com/viewtopic.php?t=7431 Would it also be possible to get another Wireshark capture with ARP packets included? In the meantime I'll think of a way to reproduce this locally. So I can try the suggested fix of setting
This is not something you can do, when a maintainer of the project checks the issue they need to manually clear the Github label. |
I'll try to get the ARP packets today, it's on our company's internal network so I have to have someone else sanitize and approve it being sent out. This sounds exactly like the problem though and I know I've seen ARP packets being sent in the mix of this. It's a Windows DHCP server which might make it a minority issue as far as being a production environment (seems most I deal with are cisco based.) If you cant reproduce it locally but can send me the compiled firmware I would be happy to test it out. Thanks for the tip on Git Hub! Was just making sure I wasn't doing something wrong. |
All of the ARPs. Every couple of days there seems to be a glitch or something and they connect, upon reset it starts the failure loop over. |
Hi @mrarmyant,
Thanks for offering to try it out, I've opened pull request #17 with an attached binary that is zipped up. You can try it by replacing the IDE's bundled Let me know if this makes sense. Looking forward to your feedback! |
Tried to flash no firmware in the folder, its looking specifically for NINA_W102-UniWiFe_Rev2.bin so I'm going to rename it that and try. |
Confirmed it wrote the new firmware. And, wait for it, VICTORY. |
@mrarmyant awesome news! My bad, I missed that you were using the Uno WiFi Rev2, I'll attach a binary for that in the pull request now. (Just to note, BLE features won't work with the binary your renamed). |
Having issues with 1.2.1. With DHCP it is able to connect to a WPA network fine. Create a reserved DHCP address and the device will connect fine the first time, then if you reset it it can never get the IP address. Loaded up Wireshark and the client (Arduino) rejects the reserved IP address stating it is already on the network (it's as if it's quickly connecting, then checking to see if its in use, then rejecting it itself.) . This is repeatable across 4 Wifi Rev 2 arduinos, and works fine as long as there is no reservation, as it just takes a different IP.
It also works with a static IP just fine.
If you change the reservation to one IP higher it also will connect find, but reboot it and it once again floods the network(not really floods I have a connection delay) trying to get an IP and rejecting the reserved IP it was offered, as if a phantom of the old IP is in memory or something somewhere. Which makes no sense.
The text was updated successfully, but these errors were encountered: