openthread / ot-commissioner

OpenThread Commissioner, a Thread commissioner for joining new Thread devices and managing Thread networks.
https://openthread.io/
BSD 3-Clause "New" or "Revised" License
49 stars 36 forks source link

mdns IPv6 resolve issue on Wlan0 interface #239

Closed thousif-e5 closed 10 months ago

thousif-e5 commented 10 months ago

Not able to resolve ipv6 address in avahi-browse tool. Screenshot from 2023-10-19 22-27-53

wgtdkp commented 10 months ago

Hi,

This doesn't seem to be related with the ot-commissioner, right?

How did you set up the _elementuredev._udp service? Please you share your end device and Border Router log?

thousif-e5 commented 10 months ago

hi @wgtdkp, you are right this is not related ot-commissioner, I have mistakenly posted here.

following are the srp server host logs: srp server host ffffffff-ffff-ffff-ffff-ffffffffffff.default.service.arpa. deleted: false addresses: [fdcb:67e:9d73:5754:8a2a:8cbd:6a26:e110] Done

As you can see above SRP server is getting updated with client info where I am setting '_elementuredev._udp'. but the mdns is not getting updated. i saw one issue where they specified the IPv6 will not be updated to non ipv6 interface like 'wlan0'. can you please help me out.

thanks

jwhui commented 10 months ago

Dup of https://github.com/openthread/ot-br-posix/issues/2074