<?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>Thread border router - IPV6 DHCPv6 problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29545/thread-border-router---ipv6-dhcpv6-problem</link><description>Hi there, 
 I&amp;#39;m using ASUS RT-AC1900P router with IPv6 DHCPv6 on. RPi gest its own IP with prefix specified in router but interface wpan0 (wpantund) not. I have configured the Router properly, the static IPv6 with /62 prefix. My RPI seems to get the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Mar 2018 10:35:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29545/thread-border-router---ipv6-dhcpv6-problem" /><item><title>RE: Thread border router - IPV6 DHCPv6 problem</title><link>https://devzone.nordicsemi.com/thread/124125?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 10:35:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4559d95b-b155-4b5c-adf6-6e15c6c8b075</guid><dc:creator>Carry Irving</dc:creator><description>&lt;p&gt;You are so helpful~ I will have a look.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread border router - IPV6 DHCPv6 problem</title><link>https://devzone.nordicsemi.com/thread/124123?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 10:30:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35012631-80b5-48d6-8e52-baae0e5b1146</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;The BR will run this &lt;a href="https://github.com/NordicPlayground/thread_border_router/blob/master/init_files/usr/local/sbin/thread_border_router"&gt;startup script&lt;/a&gt;. The IPv6 prefix is assigned by the function &lt;a href="https://github.com/NordicPlayground/thread_border_router/blob/master/init_files/usr/local/sbin/thread_border_router#L110"&gt;assign_global_ipv6_addrs()&lt;/a&gt;.In the first step we search for appropriate global prefix in the routing table (&amp;quot;&lt;em&gt;ip -6 route&lt;/em&gt;&amp;quot; piped to sed).&amp;nbsp;If we find one, we create a proper /64 prefix out of it and pass this to wpantund (&lt;em&gt;wpanctl config-gateway&amp;nbsp;$prefix&amp;nbsp;-d&lt;/em&gt;).&amp;nbsp;Note that &amp;quot;&lt;em&gt;wpanctl config-gateway&amp;nbsp;$prefix&amp;nbsp;-d&lt;/em&gt;&amp;quot; can be used to pass any external prefix, which could be useful in some early stage development.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you take a&amp;nbsp;look at these scripts, you should be able to figure out how this is done.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread border router - IPV6 DHCPv6 problem</title><link>https://devzone.nordicsemi.com/thread/124047?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 01:13:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:127525b0-10c0-48c0-bcb2-872a73c8b79e</guid><dc:creator>Carry Irving</dc:creator><description>&lt;p&gt;Yeah, I really need more documentation about that.&lt;/p&gt;
&lt;p&gt;And I had tried the OpenWRT/LEDE on RPI3 recently, it worked fine.&lt;/p&gt;
&lt;p&gt;Thank you~&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread border router - IPV6 DHCPv6 problem</title><link>https://devzone.nordicsemi.com/thread/123958?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 14:13:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:211180bb-326e-4ca3-8a38-4abb6715d50a</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;The border router use &lt;a href="https://github.com/openthread/wpantund"&gt;wpantund&lt;/a&gt; to talk to the Thread NCP. There are scripts running on the BR that willcheck IPs in eth0 interface, and if there is any with prefix less than /63 (e.g. /62 or /48) it should create a subnet out of it. If you need it, I can check with our Thread developers if we have some more documentation on this.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have not tested OpenWRT/LEDE on RPi3, but &lt;a href="https://openwrt.org/toh/hwdata/raspberrypifoundation/raspberrypifoundation_raspberrypi_3_b"&gt;it looks like it should be possible&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread border router - IPV6 DHCPv6 problem</title><link>https://devzone.nordicsemi.com/thread/123766?ContentTypeID=1</link><pubDate>Sat, 10 Mar 2018 04:15:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bec961a0-cd09-457b-b1f9-d6b048e3b389</guid><dc:creator>Carry Irving</dc:creator><description>&lt;p&gt;I&amp;#39;m sorry for that. I used the pre-built Nordic BR v0.11.0 which distconnected with upstream router.&amp;nbsp; I just tried it and want to know how do the Thread Nodes get the specific prefix from BR. H&lt;span class="short_text" id="result_box" lang="en"&gt;&lt;span class=""&gt;ow the BR works with Thread network?&amp;nbsp; There is no relevant information in the official documentation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;By the way, can I flash my router with OpenWRT(LEDE) on Raspberry pi 3B. Does it work? I want to try it next.&lt;/p&gt;
&lt;p&gt;Appreciate for your reply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread border router - IPV6 DHCPv6 problem</title><link>https://devzone.nordicsemi.com/thread/123699?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 13:47:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7fd8e312-8792-407d-9533-da90518b1a4c</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;It was a bit unclear from your last comment if you set the static address on the router or on the boarder router? Could you provide the log generated by the command &amp;quot;&lt;code&gt;ip -6 route&lt;/code&gt;&amp;quot; on the border router? It should help us determine if you have the&amp;nbsp;proper prefix in the routing table. What prefix do you get from your ISP? Did you flash&amp;nbsp;your router with a custom firmware (OpenWRT, etc.)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread border router - IPV6 DHCPv6 problem</title><link>https://devzone.nordicsemi.com/thread/123579?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 09:15:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91ddc516-a4e6-4778-bc46-f24e8af873f9</guid><dc:creator>Carry Irving</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Does it work if I assign a specific static ipv6 address with prefix length to that interface? Such as modify the file `/etc/config/network` like the following shows:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;config interface &amp;#39;wan6&amp;#39;
        option ifname &amp;#39;eth0&amp;#39;
        option _orig_ifname &amp;#39;eth0&amp;#39;
        option _orig_bridge &amp;#39;false&amp;#39;
        option proto &amp;#39;static&amp;#39;
        option ip6addr &amp;#39;2001:1234:4567::2/48&amp;#39;
        option ip6assign &amp;#39;62&amp;#39;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;root@OpenWrt:~# ifconfig&lt;br /&gt;eth0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Link encap:Ethernet&amp;nbsp; HWaddr xxxx&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet6 addr: 2001:1234:4567::2/48 Scope:Global&lt;/p&gt;
&lt;p&gt;I had tried it, but Thread Nodes didn&amp;#39;t have an IPv6 address created using /62 prefix. Why?&lt;/p&gt;
&lt;p&gt;Thanks~&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread border router - IPV6 DHCPv6 problem</title><link>https://devzone.nordicsemi.com/thread/117458?ContentTypeID=1</link><pubDate>Mon, 22 Jan 2018 06:44:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65b2738d-50f4-4517-8058-abac85f42e7b</guid><dc:creator>Carry Irving</dc:creator><description>&lt;p&gt;Thanks for your kind help, I will have a try.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread border router - IPV6 DHCPv6 problem</title><link>https://devzone.nordicsemi.com/thread/117457?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2018 11:44:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:286dabbf-a879-4f79-8865-c6af1ea4ec39</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;From your ifconfig output, it is clear that your border router have not been assigned a /62 or lower prefix address for eth0:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;inet6 addr:
2001:250:4000:1230::1bec &lt;strong&gt;/128&lt;/strong&gt;
Scope:Global&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Are you running stock firmware on your ASUS router? I see you have seen my comment in &lt;a href="https://devzone.nordicsemi.com/question/123007/how-do-i-forward-ipv6-prefix-into-thread-network-to-reach-coap-server/?answer=124318#post-id-124318"&gt;this thread&lt;/a&gt;. As I said, on many routers DHCPv6 does not work correctly and they are only providing /6
4 prefix or higher addresses. You should try OpenWRT on your router (if supported), or try with a router that correctly assigns IPv6 addresses with /62 or lower prefix.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread border router - IPV6 DHCPv6 problem</title><link>https://devzone.nordicsemi.com/thread/117456?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2018 01:13:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4970aef9-7564-41e7-8670-c240e49839c7</guid><dc:creator>Carry Irving</dc:creator><description>&lt;p&gt;I&amp;#39;ve noticed &lt;a href="https://devzone.nordicsemi.com/question/170490/thread-border-router-ipv6-dhcp-problem/"&gt;this thread&lt;/a&gt;, but it didn&amp;#39;t work for me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>