Everything posted by Mongo
-
Unraid with Matter Thread and Unifi IPv6 connectivity issues
update: I was able to get it to work now. I didn't have a ipv6 gateway configured by my router so I had to manually create one. Note the gateway address I created fe80::1 once I did this along with the br0 configuration of ra=2 I can see a bunch of ipv6 addresses of my home thread devices appear in my ip -6 route
-
Unraid with Matter Thread and Unifi IPv6 connectivity issues
I'm trying to set this up as well but not having as much luck and not sure what to do with now. Matter server on host networking HA on custom network br0 I have also set up unraid docker with macvlan I can ping between the matter-server and HA docker I have also done sysctl -w net.ipv6.conf.br0.accept_ra=2 and sysctl -w net.ipv6.conf.br0.accept_ra_rt_info_max_plen=64 When I run ip -6 route ::1 dev lo proto kernel metric 256 pref medium fde1:4182:c0cf:1e41::/64 dev br0 proto kernel metric 256 expires 1668sec pref medium fde1:4182:c0cf:1e41::/64 dev br0 proto ra metric 1062 pref medium fdf4:ed3b:27bd::/64 via fe80::10c0:c750:e4e:c6b2 dev br0 proto ra metric 1024 expires 1668sec pref medium fdf4:ed3b:27bd::/64 via fe80::255:daff:fe5f:ce80 dev br0 proto ra metric 1024 expires 1696sec pref medium fdf4:ed3b:27bd::/64 via fe80::1436:46b9:d7e0:4b62 dev br0 proto ra metric 1024 expires 1630sec pref medium fdf4:ed3b:27bd::/64 via fe80::469:4336:3564:9cb0 dev br0 proto ra metric 1024 expires 1652sec pref medium fe80::/64 dev br0 proto kernel metric 256 pref medium fe80::/64 dev bond0 proto kernel metric 256 pref medium fe80::/64 dev vetheb1a7f9 proto kernel metric 256 pref medium fe80::/64 dev veth704bd15 proto kernel metric 256 pref medium fe80::/64 dev veth8519fa4 proto kernel metric 256 pref medium fe80::/64 dev veth8c1d9a3 proto kernel metric 256 pref medium fe80::/64 dev veth9b51bd1 proto kernel metric 256 pref medium fe80::/64 dev veth4fd48ba proto kernel metric 256 pref medium fe80::/64 dev vethf8c79e6 proto kernel metric 256 pref medium fe80::/64 dev veth4749be0 proto kernel metric 256 pref medium fe80::/64 dev veth3d8804a proto kernel metric 256 pref medium Then when I try to add a device that is already provisioned I get chip error outputs. It does seem to say that it can establish a connection. Any help would be appreciated