-
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
WiFiClient cannot connect to IPv6 link local address #6626
Comments
Is there any update on this? |
I am still not an IPv6 specialist. My linux laptop cannot reach my server through Can you give it a try ? |
@d-a-v Normally you'd need to bind to an interface when using |
lwIP has it and we use it: Arduino/libraries/ESP8266WiFi/src/include/UdpContext.h Lines 99 to 104 in a05a71f
Arduino/libraries/ESP8266WiFi/src/include/ClientContext.h Lines 134 to 139 in c312a2e
|
I was asking to try because |
Basic Infos
Platform
Settings in IDE
Problem Description
As per #5136, IPv6 is supported on the recent versions of ESP8266. However, I observed that
WiFiClient.connect()
is not able to connect to an IPv6 link-local IP address (fe80::/10
) on the same network with the ESP8266.MCVE Sketch
Debug Messages
Sketch output:
I've done a packet capture on the server and can see NO packets from ESP8266.
The text was updated successfully, but these errors were encountered: