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

Thread Border Router v0.11.0) ping to PC on IPv4 network

- nRF5 SDK for Thread v0.11.0

  - Thread Border Router ... RaspPi_Thread_Border_Router_Demo_v0.11.0-1.alpha.zip

  - Thread NCP Example

  - Thread CLI Example

  - Raspberry Pi connect through an Ethernet cable to my switch that provides IPv4 connectivity with the DHCP service.

I'd like to perform ping from Thread CLI Example(?) to my PC(MSWindows, 172.27.131.50), which is on IPv4 network.

Referencing the Note from this :


Note

    0808:0808 is in fact the Google DNS server address "8.8.8.8" in hex representation. In that way, you can reach any IPv4 cloud by replacing last 32 bits of an IPv6 address with a correctly encoded IPv4 address.


, I run the following command:

panid 0xabcd

ifconfig up

thread start

state

ping fd00:0064:0123:4567::ac1b:8332

 

After running the last command, I don't have any responses.

# I don't have an error message.

# Doesn't NAT64 feature work properly?

Does anyone know how to fix this?

Thank you.

Related