<div dir="ltr"><div><font size="4">I have added that section on target's /etc/config/network file<br><br></font></div><font size="4">but still ipv6 is not assigned to it<br><br>ifconfig on target:<br></font><br>eth0      Link encap:Ethernet  HWaddr E2:AB:C0:A8:5F:38  <br>          inet6 addr: fe80::e0ab:c0ff:fea8:5f38/64 Scope:Link<br>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>          RX packets:8730 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:191 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:1000 <br>          RX bytes:968468 (945.7 KiB)  TX bytes:17574 (17.1 KiB)<br>          Interrupt:57 <br><br>lo        Link encap:Local Loopback  <br>          inet addr:127.0.0.1  Mask:255.0.0.0<br>          inet6 addr: ::1/128 Scope:Host<br>          UP LOOPBACK RUNNING  MTU:65536  Metric:1<br>          RX packets:8225 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:8225 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:0 <br>          RX bytes:677074 (661.2 KiB)  TX bytes:677074 (661.2 KiB)<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 24, 2015 at 5:32 PM, Steven Barth <span dir="ltr"><<a href="mailto:cyrus@openwrt.org" target="_blank">cyrus@openwrt.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Add a section like this:<br>
<br>
config lan6<br>
        option proto dhcpv6<br>
        option ifname @lan<br>
<br>
<br>
And yes, proto dhcpv6 also works with RAs only.<br>
_______________________________________________<br>
openwrt-devel mailing list<br>
<a href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.org</a><br>
<a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" rel="noreferrer" target="_blank">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a><br>
</blockquote></div><br></div>