No Mesh Local address on Wifi network #7698
-
Hi, If I use my Home wifi connection, I can see that my smartphone receives IPV4 addresses and Link Local IPV6 addresses (starting with fe80). As per my understanding of https://openthread.io/guides/thread-primer/ipv6-addressing, these Link Local IPV6 addresses are not suitable for a communication between the smartphone (on wifi network) and a Thread device (on Thread network) because such Link Local address will not be routed by the Open Thread Border Router. A packet sent on Thread network by a Thread device will not be able to reach a smartphone which is on Wifi network. To achieve this, I need a Mesh Local or global address. I have an alternate solution using my cell phone. With that solution, I use 2 smartphones:
How are we supposed to handle the first case where the Wifi network only gives Link Local IPV6 addresses? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
An IPv6 router on the network needs to advertise a routable IPv6 prefix that allows Wi-Fi and Thread devices to communicate with each other. The default OpenThread Border Router configuration should automatically detect if there are no existing IPv6 routers on the Wi-Fi network and start advertising its own routable IPv6 prefix on the Wi-Fi network. The Thread Border Router - Bidirectional IPv6 Connectivity and DNS-Based Service Discovery guide should demonstrate this behavior. If you use tcpdump to capture IPv6 packets on the Wi-Fi network, you should see ICMPv6 Router Advertisement messages being sent on the WI-Fi network. |
Beta Was this translation helpful? Give feedback.
An IPv6 router on the network needs to advertise a routable IPv6 prefix that allows Wi-Fi and Thread devices to communicate with each other. The default OpenThread Border Router configuration should automatically detect if there are no existing IPv6 routers on the Wi-Fi network and start advertising its own routable IPv6 prefix on the Wi-Fi network. The Thread Border Router - Bidirectional IPv6 Connectivity and DNS-Based Service Discovery guide should demonstrate this behavior.
If you use tcpdump to capture IPv6 packets on the Wi-Fi network, you should see ICMPv6 Router Advertisement messages being sent on the WI-Fi network.