Hi all,
I am building Border Rounter and Thread Network. I using SDK 3.1 and image newest for border rounter
I follow this link https://infocenter.nordicsemi.com/topic/sdk_tz_v3.1.0/thread_border_router.html
I using Raspi 3B + NRF52840 (NCP) + Ethernet connection for Border Rounter and NRF52840(CLI) for Thread Node.
I can ping by Raspi to CLI node and CLI node to Raspi. I can ping Raspi to 64:ff9b::0808:0808. But when I use CLI ping to 64:ff9b::0808:0808, not response.
I can ping by Raspi to ipv4.google.com but not ipv6.google.com . It return connect: Network is unreachable.
In tayga.config :
tun-device nat64
ipv4-addr 192.168.255.1
ipv6-addr fdaa:bb:1::1
prefix 64:ff9b::/96
dynamic-pool 192.168.255.0/24
data-dir /var/spool/tayga
Ifconfig on Pi :
And this local raspi :
And. When I run sudo raspi-config. Wifi notify No wireless interface found. And I can't enable Wifi.
Please help me . Thank !!!