-
Notifications
You must be signed in to change notification settings - Fork 5
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
DHCP not getting IP on TP-Link AC-1750 #5
Comments
Do you have a wireshark capture file of the exchange? The DHCP server seems to have NACKed the request (message type 6) |
Try the DHCP example with Debug-level logging on this branch. You should get more verbose output, i.e:
|
I've lost my test case after updating my router. I updated to OpenWRT firmware so I could run tcpdump from the router. After this update, the original DHCP issue went away. I updated to the tp-link factory firmware, and DHCP is still working. So I lost my test case for this issue. |
For reference or so: Sometimes I have the same thing with my Speedport 3. It looks like the following:
|
Gave the specific branch example a try and kinda modified it later on. Successful (first) run:
Failed (subsequent) run after Power Off, Power On:
And keeps this trying without succeeding with sporadically logging the "unknown IP protocol" thing. |
Wireshark captures of this in action would help tremendously! |
Running examples/tcpserver/main.go in soypat/cyw43439, I get a Wifi connection to my test router TP-Link AC1750, but no DHCP IP is given.
The text was updated successfully, but these errors were encountered: