This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Ping External Internet from End-Device nRF52840 DK + Raspberry Pi 3B+ on Thread Border Router

Hi,

I'm working on a structure based on a Raspi 3B+ with nRF52840 willing to connect to an IoT hub and working as a thread border router with 2 other nRF52840 connected on an Ubuntu 16.04 LTS. The main goal being the thread network working with MQTT-SN.

Following the tutorial: https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Thread_SDK/v0-11-0/thread_mqttsn_example?135#thread_mqttsn_example_testing 

I have managed to ping 64:ff9b::808:808 from the End-Device serial console, ping the wpan0 IPs showing on the Raspi, and ping the End-Device IPs from the raspi.

The thing is, I want to bring the tests further and ping other IP addresses, like for example another raspi connected on the same network as my main Raspi (currently being my mobile phone shared network), but I don't know what to write, which IP to ping. (I do not really understand how all of this works, with all the prefixes and everything).

Thanks for the help.

Parents Reply
  • Are you sure that the sites that you try to reach supports ipv6? Or maybe your router doesn't support it?

    Also, note that the dns resolve ipv4.google.com just looks up the IP address for this site (ipv4.google.com). "ipv4" is not a prefix for finding the ipv6 address of ipv4 domains. 

    Did you try the following command:

    dns resolve ipv4.google.com fd00:0064:0123:4567::1

    What does it give? Does that also time out?

Children
No Data
Related