espressif / esp-thread-br

Espressif Thread Border Router SDK
Apache License 2.0
98 stars 19 forks source link

Bi-directional IPv6 connectivity in Codelab have only uni-directional code example (TZ-997) #79

Closed digidhamu closed 2 days ago

digidhamu commented 2 months ago

I could not get the ping command to work from the BR Thread CLI when connecting to Linux or Mac IPv6 addresses. Could you please add more steps for bi-directional connectivity using the ping command? This example only covers one direction, but not from the CLI.

3.1. Bi-directional IPv6 Connectivity

zwx1995esp commented 2 months ago

Hi, @digidhamu Did you ping the host address from thread BR device? If yes, I hope the explaination here: https://github.com/orgs/openthread/discussions/9688#discussioncomment-7771734 Hope it can help you a lot.

zwx1995esp commented 2 months ago

And the examples related in the docs, it shows that the topology should be like:

           Wi-Fi           Thread
(Host) <----------> (BR) <===========> (Thread CLI device)

The (Thread CLI device) device and (Host) can access from each other.

digidhamu commented 2 months ago

Hi, @digidhamu Did you ping the host address from thread BR device? If yes, I hope the explaination here: https://github.com/orgs/openthread/discussions/9688#discussioncomment-7771734 Hope it can help you a lot.

Yes. Would be great if we add this in the document with simple example

digidhamu commented 2 months ago

And the examples related in the docs, it shows that the topology should be like:

           Wi-Fi           Thread
(Host) <----------> (BR) <===========> (Thread CLI device)

The (Thread CLI device) device and (Host) can access from each other.

Thread CLI device works perfectly. However, BR also uses Thread CLI hence the confusion

chshu commented 2 days ago

Added a FAQ here: https://docs.espressif.com/projects/esp-thread-br/en/latest/qa.html#q1-why-can-t-i-access-the-host-from-the-br-device-using-the-ping-command