<?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>MQTT Example - Radvd not disseminating an address?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35335/mqtt-example---radvd-not-disseminating-an-address</link><description>I am using a Raspberry PI as a 6LoWPAN router, running Raspbian 9.4. Linux 4.14.34. Radvd 2.15. 
 I configured everything as described in IoT User Guide . I am using Miredo client for IPv6 connectivity, as I do not have IPv6 from my ISP. It is working</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 Jun 2018 09:01:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35335/mqtt-example---radvd-not-disseminating-an-address" /><item><title>RE: MQTT Example - Radvd not disseminating an address?</title><link>https://devzone.nordicsemi.com/thread/136303?ContentTypeID=1</link><pubDate>Fri, 15 Jun 2018 09:01:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:799708de-3bb2-4491-ad50-4e65e1c65848</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Can you verify that you have set a global prefix on bt0?&amp;nbsp;We usually add 2001:db8::1 to the bt0 interface before kicking the radvd restart.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;ifconfig bt0 add 2001:db8::1/64&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Link: &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fiot_sdk_user_guides_linux_commands.html&amp;amp;cp=4_0_0_5_4_0_5_4&amp;amp;anchor=iot_sdk_user_guides_linux_commands_ifconfig"&gt;http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fiot_sdk_user_guides_linux_commands.html&amp;amp;cp=4_0_0_5_4_0_5_4&amp;amp;anchor=iot_sdk_user_guides_linux_commands_ifconfig&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MQTT Example - Radvd not disseminating an address?</title><link>https://devzone.nordicsemi.com/thread/135933?ContentTypeID=1</link><pubDate>Wed, 13 Jun 2018 12:47:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa4fa3ff-5f9f-46a7-baa6-d972e0538147</guid><dc:creator>Mateusz</dc:creator><description>&lt;p&gt;Thanks,&amp;nbsp;MartinBL. Forwarding is on. bt0 does not have a global prefix. I want to forward all packets from / to bt0 to the teredo interface, which is IPv6.&lt;/p&gt;
&lt;p&gt;I debugged it further and it looks like things are failing in&amp;nbsp;icmp6_input() in lwIP. Somehow checksums are not calculated properly. If I&amp;nbsp;set CHECKSUM_CHECK_ICMP6 to 0, the stack gets a global IPv6 address assigned, and I can see packets come through the teredo interface.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MQTT Example - Radvd not disseminating an address?</title><link>https://devzone.nordicsemi.com/thread/135889?ContentTypeID=1</link><pubDate>Wed, 13 Jun 2018 10:56:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a39468f2-5abd-4ad9-a651-4d84c684db3d</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you check if ipv6 forwarding is enabled with&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;&lt;/code&gt;echo 1 &amp;gt; /proc/sys/net/ipv6/conf/all/forwarding&lt;/p&gt;
&lt;p&gt;and then restart radvd with&amp;nbsp;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;sudo service radvd restart&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you also check whether the bt0 interface gets a global prefix?&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/8972/fail-to-ping-iot-device-s-global-ipv6-address/33023#33023"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/8972/fail-to-ping-iot-device-s-global-ipv6-address/33023#33023&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>