<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 - thread cli example not able to ping 64:ff9b::0808:0808</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65636/nrf5_sdk_for_thread_and_zigbee_v4-1-0_32ce5f8---thread-cli-example-not-able-to-ping-64-ff9b-0808-0808</link><description>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</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Sep 2020 11:52:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65636/nrf5_sdk_for_thread_and_zigbee_v4-1-0_32ce5f8---thread-cli-example-not-able-to-ping-64-ff9b-0808-0808" /><item><title>RE: nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 - thread cli example not able to ping 64:ff9b::0808:0808</title><link>https://devzone.nordicsemi.com/thread/268289?ContentTypeID=1</link><pubDate>Mon, 07 Sep 2020 11:52:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad47d449-05f2-4856-af4a-71656fc7e35c</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Thanks a lot!&lt;/p&gt;
&lt;p&gt;Seems, that this fd11:22 only shows up randomly. If it&amp;#39;s there, it works, as you wrote.&lt;/p&gt;
&lt;p&gt;Are there know startup issues? Maybe &amp;quot;power supply&amp;quot;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 - thread cli example not able to ping 64:ff9b::0808:0808</title><link>https://devzone.nordicsemi.com/thread/268263?ContentTypeID=1</link><pubDate>Mon, 07 Sep 2020 11:12:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:861b4920-12a2-4aaa-8ca7-a51b07de9347</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It looks like you are missing the IPv6 address from the Wpantund interface (Default:&amp;nbsp;on-mesh prefix &amp;quot;fd11:22::/64&amp;quot;):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;gt; ipaddr
fd11:22:0:0:4567:cc67:5831:d8a3
fdde:ad00:beef:0:0:ff:fe00:8000
fdde:ad00:beef:0:c785:680f:db44:e436
fe80:0:0:0:9895:490:5998:65a7
Done
&amp;gt; ping 64:ff9b::0808:0808
Done
&amp;gt; 16 bytes from 64:ff9b:0:0:0:0:808:808: icmp_seq=1 hlim=110 time=110ms
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Without the fd11:22::/64 address, you will not be able to reach internet through the Border Router. You can try power cycling the NCP, and then run &amp;quot;sudo wpantund&amp;quot; to bring up the NCP again:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;pi@raspberrypi:~ $ sudo wpantund &amp;amp;
[1] 3041
pi@raspberrypi:~ $ wpantund[3045]: Starting wpantund 0.08.00d (Dec 13 2019 21:37:34) . . .
wpantund[3045]: Configuration file &amp;quot;/etc/wpantund.conf&amp;quot; read.
wpantund[3045]: Ready. Using DBUS bus &amp;quot;:1.380&amp;quot;
wpantund[3045]: Running as root without dropping privileges!
wpantund[3045]: State change: &amp;quot;uninitialized&amp;quot; -&amp;gt; &amp;quot;offline&amp;quot;
wpantund[3045]: NCP is running &amp;quot;OPENTHREAD/20191113-00534-gc6a258e3; NRF52840; Apr  5 2020 21:51:18&amp;quot;
wpantund[3045]: Driver is running &amp;quot;0.08.00d (; Dec 13 2019 21:37:34)&amp;quot;
wpantund[3045]: Network is not joinable
wpantund[3045]: State change: &amp;quot;offline&amp;quot; -&amp;gt; &amp;quot;offline:commissioned&amp;quot;
wpantund[3045]: [-NCP-]: SLAAC enabled
wpantund[3045]: Finished initializing NCP
wpantund[3045]: AutoResume is enabled. Trying to resume.
wpantund[3045]: NCP is commissioned. Resuming...
wpantund[3045]: State change: &amp;quot;offline:commissioned&amp;quot; -&amp;gt; &amp;quot;associating&amp;quot;
wpantund[3045]: State change: &amp;quot;associating&amp;quot; -&amp;gt; &amp;quot;associated&amp;quot;
wpantund[3045]: Node type change: &amp;quot;unknown&amp;quot; -&amp;gt; &amp;quot;leader&amp;quot;
wpantund[3045]: Adding on-mesh prefix &amp;quot;fd11:22::/64&amp;quot; to NCP
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>