Setup:
Node:
1 nrf52840dk acting as a node flashed with mqtt_client_publisher running on top of OpenThread using the nrfSDK for Thread and Zigbee.
Debugger access via JLinkClient and also CLI access via screen /dev/ttyACMX 115200
Border Router (Router Leader)
1 nrf52840mdk acting as a border router (leader) running on Ubuntu 20.04 LTS
otbr-agent, otbr-nat44, tayga, mosquito (MQTT Broker on default settings) and MQTTSNGateway (paho mqttsn gateway with provided settings) are running.
CLI access to Border Router via ot-ctl
Currently, the node is able to receive icmpv6 messages from the Ubuntu machine even via a different iface (otbr running on wpan0. Ubuntu wifi is on wlo1)
But as soon as the Button2 is pressed for SEARCHGW the node is unable to find it.
Wireshark is running on wpan0 (otbr's iface) and can clearly see the broadcasted packet from the node.
Now, a local mqttsn-client subscribed to the topic to which node will publish is active.
Mesh-link is added. Route between wpan0(otbr's iface) and wlo1 (Ubuntu's wifi) is established.
What am I missing?
