Environment:
DSL-Router, IPv4 only, DHCPv6 disabled
Raspberry PI 3B, RaspPi_OT_Border_Router_Demo_v4.1.0-1.alpha.img, the raspberry is connected via wire with the dsl-router.
2x nrf52840, version 1.0.0
- one with nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8/examples/thread/ncp/ftd/uart/hex/nrf52840_xxaa_pca10056.hex (connected to the raspberry)
- one with nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8/examples/thread/cli/ftd/uart/hex/nrf52840_xxaa_pca10056.hex (connected to serial terminal)
--------------------------------------------------------
From the raspberries cli it's possible to ping 8.8.8.8 or 64:ff9b::0808:0808 (so NAT64 works).
The cli node is setup as documented with:
> panid 0xabcd
Done
> ifconfig up
Done
> thread start
Done
> state
child
Done
> state
child
Done
> ipaddr
fdde:ad00:beef:0:0:ff:fe00:b002
fdde:ad00:beef:0:a906:88a7:7dba:29ac
fe80:0:0:0:38aa:9654:1234:320c
Done
From the cli node, it's possible to ping the raspberry
> ping fdde:ad00:beef:0:1b19:99dd:817:405d
> 16 bytes from fdde:ad00:beef:0:1b19:99dd:817:405d: icmp_seq=2 hlim=64 time=37ms
(tcpdump on raspberry).
06:06:49.153481 IP6 fdde:ad00:beef:0:a906:88a7:7dba:29ac > fdde:ad00:beef:0:1b19:99dd:817:405d: ICMP6, echo request, seq 2, length 16
06:06:49.153613 IP6 fdde:ad00:beef:0:1b19:99dd:817:405d > fdde:ad00:beef:0:a906:88a7:7dba:29ac: ICMP6, echo reply, seq 2, length 16
But ping 64:ff9b::0808:0808 from the cli node doesn't work.
> ping 64:ff9b::0808:0808
> ping 64:ff9b::0808:0808
(tcpdump on raspberry shows no traffic).
--------------------------------------------------------
Question:
What is required to make the cli node routing/sending the "ping 64:ff9b::0808:0808"?