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'm not sure if this is the best place to post this, so apologies in advance if this needs moved.
My system Core 2024.2.1 Supervisor 2024.01.1 OS 11.5 recently updated.
After the update, core dns no longer resolves mdns entries on my network. Other PC's on the network can, but the virtual hass system cannot. It will resolve the items in /config/hosts and if I add my .local hostnames there they resolve as well (and ESPhome then shows everythign online as well).
It seems that either core dns is not passing the mdns requests on to multicast or multicast is not receiving it, so i'm posting here first, not sure.
Any suggestions? I've looked at /etc/corefile in the hassio_dns container and it appears normal:
+1 Same problem here. Everything was working fine until some local homassistant failed to connect to .local domains.
Not sure but I think it stopped resolving mdns on ipv4.
On homeassistant container I can do:
homeassistant:/config# ping MacBook-Pro-4.local
PING MacBook-Pro-4.local (xxxx:xxxx:3583:c00::726): 56 data bytes
64 bytes from xxxx:xxxx:3583:c00::726: seq=0 ttl=64 time=1.708 ms
It answers with a ping on my ipv6
but if I force an ipv4 ping it fails:
homeassistant:/config# ping MacBook-Pro-4.local -4
ping: bad address 'MacBook-Pro-4.local'
There is also this systemd-resolved message on my linux systelm where home assistant supervised is installed:
févr. 27 14:13:22 radxa-e25 systemd-resolved[5968]: mDNS-IPv4: There appears to be another mDNS responder running, or previously systemd-resolved crashed with some outstanding transfers.
févr. 27 14:13:22 radxa-e25 systemd-resolved[5968]: mDNS-IPv6: There appears to be another mDNS responder running, or previously systemd-resolved crashed with some outstanding transfers.
@BluThunder2k what is your main test environment here? SSH/Web Terminal/ESPhome? Those support IPv4 only, if so, then this would align with what @t0k4rt observes.
@t0k4rt did that issue also only appeared with a recent HAOS update?
I wonder if this is related with systemd/systemd#19003. But that is a problem which is much older 🤔
I'm not sure if this is the best place to post this, so apologies in advance if this needs moved.
My system Core 2024.2.1 Supervisor 2024.01.1 OS 11.5 recently updated.
After the update, core dns no longer resolves mdns entries on my network. Other PC's on the network can, but the virtual hass system cannot. It will resolve the items in /config/hosts and if I add my .local hostnames there they resolve as well (and ESPhome then shows everythign online as well).
It seems that either core dns is not passing the mdns requests on to multicast or multicast is not receiving it, so i'm posting here first, not sure.
Any suggestions? I've looked at /etc/corefile in the hassio_dns container and it appears normal:
Thanks!
The text was updated successfully, but these errors were encountered: