Hello there! I am slowly going mad over my network setup, trying to get a Matter over Thread LED Dimmer working.
I've tried almost anything and don't know anymore what troubleshooting should be done next.
My setup is:
- Home Assistant Yellow, running latest HAOS, Matter Server, OTBR and Thread.
- WLAN is setup for IPV4 and IPV6
- Ethernet is disabled (only used for POE)
- Unifi AC Lites running only one 2.4GHz network
- No VLAN's
- IPV6
Using mDNS discovery app, I can see my OTBR on my mobile phone.
The Matter Server logs show a lot of:
(Dummy-2) CHIP_ERROR [chip.native.DIS] Failed to reply to query: src/inet/UDPEndPointImplSockets.cpp:417: OS Error 0x02000065: Network is unreachable
CHIP_ERROR [chip.native.DIS] Failed to reply to query: src/inet/UDPEndPointImplSockets.cpp:417: OS Error 0x02000063: Cannot assign requested address
The OTBR logs show a lot of:
Default: mDNSPlatformSendUDP got error 99 (Cannot assign requested address) sending packet to ff02::fb on interface fe80::841:11ff:fefa:b420/veth4f3a597/29
2026-01-20 12:32:36.242 (Dummy-2) CHIP_ERROR [chip.native.DIS] DNSSD packet parsing failed (for SRV records)
2026-01-20 12:32:36.243 (Dummy-2) CHIP_ERROR [chip.native.DIS] DNSSD packet parsing failed (for non-srv records)
I think there's something wrong with my network setup or mDNS.
But I don't know what troubleshooting step I should do next. Can you please advise me on that?