Re: [OpenWrt-Devel] Not able to get ipv6 address on OpenWrt ported embedded target

2015-07-24 Thread Pratik Prajapati
Still not working. On Fri, Jul 24, 2015 at 5:59 PM, Steven Barth cy...@openwrt.org wrote: Sorry there was a typo in my last e-mail. It should have been: config interface lan6 option proto dhcpv6 option ifname @lan After doing the change, please run: reload_config Cheers,

[OpenWrt-Devel] Not able to get ipv6 address on OpenWrt ported embedded target

2015-07-24 Thread Pratik Prajapati
Hi, I was trying radvd (2.11) with two machines but my target couldn't assign ipv6 address. Setup: Both machines (linux machine and OpenWrt ported embedded board) are connected directly with LAN cable. /etc/radvd.conf interface eth0 { AdvSendAdvert on; MinRtrAdvInterval 3;

Re: [OpenWrt-Devel] Not able to get ipv6 address on OpenWrt ported embedded target

2015-07-24 Thread Steven Barth
Add a section like this: config lan6 option proto dhcpv6 option ifname @lan And yes, proto dhcpv6 also works with RAs only. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Not able to get ipv6 address on OpenWrt ported embedded target

2015-07-24 Thread Pratik Prajapati
I have added that section on target's /etc/config/network file but still ipv6 is not assigned to it ifconfig on target: eth0 Link encap:Ethernet HWaddr E2:AB:C0:A8:5F:38 inet6 addr: fe80::e0ab:c0ff:fea8:5f38/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500

Re: [OpenWrt-Devel] Not able to get ipv6 address on OpenWrt ported embedded target

2015-07-24 Thread Steven Barth
Sorry there was a typo in my last e-mail. It should have been: config interface lan6 option proto dhcpv6 option ifname @lan After doing the change, please run: reload_config Cheers, Steven Am 24.07.2015 um 14:27 schrieb Pratik Prajapati: I have added that section on target's