You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to reproduce #9711 and I grabbed this recently updated magtag. I found that I couldn't resolve ANY hostnames to addresses.
It is set up with CIRCUITPY_WIFI_SSID and _PASSWORD.
The radio gets an ipv4 address but an ipv6 DNS server, which already seems pretty broken. and the DNS server can't be reset by assigning the dns or ipv4_dns properties either.
Description
If I enable ipv6 autoconfiguration, I get working DNS using the IPv6 DNS server address
Additional information
No response
The text was updated successfully, but these errors were encountered:
This is due to the IPv6 "neighbor discovery"; my router sends a RNDSS (recursive DNS server) announcement. lwip unconditionally overwrites the DNS server list with this. IPv6 neighbor discovery cannot be runtime disabled, so it runs even if IPv6 DHCP is not enabled and the device has no IPv6 address assigned.
CircuitPython version
Code/REPL
Behavior
I was trying to reproduce #9711 and I grabbed this recently updated magtag. I found that I couldn't resolve ANY hostnames to addresses.
It is set up with CIRCUITPY_WIFI_SSID and _PASSWORD.
The radio gets an ipv4 address but an ipv6 DNS server, which already seems pretty broken. and the DNS server can't be reset by assigning the
dns
oripv4_dns
properties either.Description
If I enable ipv6 autoconfiguration, I get working DNS using the IPv6 DNS server address
Additional information
No response
The text was updated successfully, but these errors were encountered: