dns resolve ipv6.google.com - ResponseTimeout #7777
Replies: 2 comments 9 replies
-
I believe the DNS client is not configured with an appropriate DNS server address. One thing you can try is by enabling the SRP auto-configure mode, which also auto-configures the DNS client:
If successful, you should see the DNS config provide the IPv6 address of a Thread Border Router.
|
Beta Was this translation helpful? Give feedback.
-
I had to configure my NAT64 interface on the border router as DNS to resolve hosts. Prefix and routes on my CLI device:
with the wpan0 interface on my border router having the ip address: Hope that helps |
Beta Was this translation helpful? Give feedback.
-
Hello,
When I try
dns resolve ipv4.google.com
it timeouts.[TL;DR]
I cloned the
ot-br-posix
https://github.com/openthread/ot-br-posix and checkout to4b04548
as mentioned in https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thread_tools.html and build with change in_otbr
as mentioned in https://groups.google.com/g/openthread-users/c/OdnFWe08yVg/m/jJQ8PY1pCQAJMy border router config:
I've built
rcp
from source https://github.com/openthread/ot-nrf528xx with default config for nRF52840 Dongle (PCA10059) and plugged the dongle to my border router.When I run
ot-ctl
it enters the CLI>
. Theotbr-agent
defaults isWhen I
ping 64:ff9b::808:808
from another FTD in the network it responds.Border router
netdata show
isBut
dns resolve ipv6.google.com
failsBorder Router Interface:
ip addr
dumpot-ctl ipaddr
dumpCLI Node
ipaddr
dumpWhat I'm missing in the configuration?
Beta Was this translation helpful? Give feedback.
All reactions