-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
IPv6 functionality is broken #3078
Comments
In which context do you run this command? I assume using the SSH/Web terminal? The SSH/Web terminal runs as an add-on, and for add-ons we indeed do not have IPv6 support currently. This is a Docker/Container/Supervisor limitations. There have been initial works being done on OS side, and attempts in implementing IPv6 support for add-ons on the Supervisor side (see home-assistant/supervisor#2133). But currently support is not completed yet. In general, HAOS itself has IPv6 support. Home Assistant Core, which runs the main web server to deliver the front-end and connects to devices through it's integration runs on host network, and therefor supports IPv6 too. Add-on such as Matter and the OpenThread add-on, both technologies rely on IPv6, run in host network context too, and have IPv6 support.
mDNS and pinging link local IPv6 addresses should work fine from the host network context. Did you try to just use the mDNS name in Home Assistant Core? |
So if its specifically the web side terminal at fault I would have to use the physical display output and keyboard to verify? |
Yes, or you can use the "Advanced SSH & Web Terminal" from the community store. It runs on host network too (as indicated by the icon in the add-on store). |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
@mytering @latargere the issue you are seeing in the Matter add-on is not an issue per see home-assistant/core#109926 (comment). This is a library bug trying to use the IPv6 localhost ( |
I am closing this issue as this is not a operating system issue per-se (see comment above). The missing IPv6 functionality for add-ons is handled by the linked issue above. |
Describe the issue you are experiencing
Any kind of network operation with any ipv6 address is completely broken, most commands such as ping return "bad address" or "Address not available"
This is despite ipv6 being available and the device being assigned correct local and global ipv6 addresses, and having direct access to a working ipv6 network, it is also still possible to ping the homeassistant device externally using mDNS, and it will both return the correct ipv6 local fe80 address, and successfully ping the device consistently. The problem is internal to the OS and its networking functionality.
What operating system image do you use?
rpi4-64 (Raspberry Pi 4/400 64-bit OS)
What version of Home Assistant Operating System is installed?
11.4
Did you upgrade the Operating System.
Yes
Steps to reproduce the issue
Anything in the Supervisor logs that might be useful for us?
Anything in the Host logs that might be useful for us?
System information
System Information
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Additional information
moved from home-assistant/core#108071 (comment)
documentation failed to mention this for OS related faults
The text was updated successfully, but these errors were encountered: