Still not working.
On Fri, Jul 24, 2015 at 5:59 PM, Steven Barth 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,
>
> Steven
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 /etc/c
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 Metric
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
https://lists.openwrt.org/cgi-bin/mailman/listinf
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;