Hi,
I have started radvd daemon on host (openwrt ported target) and able to
receive two ipv6 on target(linux pc). But my host didn't assign any ipv6 to
itself.
/etc/radvd.conf on host
interface eth0
{
AdvSendAdvert on;
AdvManagedFlag off; #stateless autoconfiguration
AdvOtherConfigFlag on; #clients get extra parameters via DHCPv6
MaxRtrAdvInterval 10; #resend RA @ random times, max 10sec delay
prefix 2001:db8:3::/64 #announce prefix to clients
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
};
RDNSS 2001:db8:3::2
{
};
};
ifconfig on host:
eth0 Link encap:Ethernet HWaddr E2:AB:C0:A8:5F:44
inet6 addr: fe80::e0ab:c0ff:fea8:5f44/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:6577 errors:0 dropped:1 overruns:0 frame:0
TX packets:276 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:901119 (879.9 KiB) TX bytes:32008 (31.2 KiB)
Interrupt:57
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:21690 errors:0 dropped:0 overruns:0 frame:0
TX packets:21690 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1875222 (1.7 MiB) TX bytes:1875222 (1.7 MiB)
ifconfig on target:
eth0 Link encap:Ethernet HWaddr 98:90:96:a5:ea:ee
inet6 addr: 2001:db8:3:0:ad6d:b759:cf6f:6cd6/64 Scope:Global
inet6 addr: fe80::9a90:96ff:fea5:eaee/64 Scope:Link
inet6 addr: 2001:db8:3:0:9a90:96ff:fea5:eaee/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9334862 errors:0 dropped:0 overruns:0 frame:0
TX packets:7019634 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9428652945 (9.4 GB) TX bytes:1895244154 (1.8 GB)
Interrupt:20 Memory:f7c00000-f7c20000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:13488644 errors:0 dropped:0 overruns:0 frame:0
TX packets:13488644 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1086790226 (1.0 GB) TX bytes:1086790226 (1.0 GB)
Why my host machine is not assigned ipv6 ? or What I need to do to assign
ipv6 on host ?
Why my target machine is assigned 2 ipv6 ?
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users