-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
ESP8266 triggers ICMP Flood DoS on router (was New router from ISP and now no ESP8266 modules will connect) #7160
Comments
What version of the core and firmware are you using ? |
Although I have tried the different versions of the SDK, and I was using an earlier version of the core, but upgraded to the latest and greatest to try and fix the problem. I think it may be related to #2795 but nothing I have tried from that thread has worked. Well - at one point I did manage to get an IP address briefly, but it disconnected almost immediately afterwards. It's obviously something related to this router specifically (EchoLife DG8041W Home Gateway, provided by TalkTalk, arguably the worst ISP in the UK - almost as bad as some American ones...), and for now I have configured a spare Pi as an access point dedicated to my IoT devices (of which I have a plethora and now have to go round them all and reprogram them manually because I haven't yet got round to implementing WiFiManager on them...) |
If router has MAC address filtering enabled, disable it and test. |
MAC filtering is disabled already. DHCP is enabled already. BTW - some history: I'm a former network administrator of a large network of servers, so I have tried the obvious things you can be sure. |
Ah, I think I have something. I haven't managed to get one of my pre-existing devices to connect, but I have managed to get one of my newly programmed ones to connect. A combination of a newer version of the core / SDK than I had before plus turning off ICMP Flood DoS protection on the router. It seems to be thinking it's undergoing an ICMP flood attack and tells the ESP8266 to sod off. |
changing SDK always causes problems with WiFi (2.5 has SDK 3 all other versions of core have 2.2). flood DoS detection on LAN side? |
That's certainly the way it appears. With ICMP Flood protection turned on it kicks off all the ESP8266 modules. Turn it off again and they are allowed to connect. |
Hmm that's an interesting option to check. Maybe the Gratuitous ARP is triggering some protection mechanism? |
Code that has been working for ages now suddenly will not connect to the new router that I have been sent by my ISP.
I have tried every combination of encryption and key exchange on the router, but nothing makes a difference.
Here's a full debug log:
Now, I have no idea what any of that means, but from my reading it looks like the AP vanishes part way through connecting. But if someone could help decode that lot it would certainly help me work out what is going wrong here...
The text was updated successfully, but these errors were encountered: