This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

OpenThread DNS resolve not working

Hi,

I am trying to run the DNS example provided in the Nordic Infocenter as part of the Thread Border Router setup, but it is not working. I am getting "Error 28: ResponseTimeout". My OpenThread network is connected to an IPv4 network, and I am able to ping from a Thread host to ipv4.google.com (64:ff9b:0:0:0:0:d83a:d5ee).

Here is the example that I am trying to run:

> dns resolve ipv4.google.com
> DNS response for ipv4.google.com - Error 25
> dns resolve ipv4.google.com fdaa:bb:1::1
> DNS response for ipv4.google.com - [64:ff9b:0:0:0:0:d83a:d5ee] TTL: 300
> ping 64:ff9b:0:0:0:0:d83a:d5ee
> 8 bytes from 64:ff9b:0:0:0:0:d83a:d5ee: icmp_seq=3 hlim=50 time=87ms

Here is what I get:

Is there any known issue with the DNS64 protocol? Do I have to do some extra installations?

I am using the nRF5 SDK for Thread and Zigbee v3.0.0 and the RaspPi_OT_Border_Router_Demo_v3.0.0-1.alpha.img

Parents Reply Children
Related