radvd not on wlan?
Did you check, that the toolchain is really build (and not downloaded?).
Andreas
I did check, and no, the toolchain was not built, but downloaded. I changed this .
I also changed the Gateway6, to be build with uClibc++ instead of stdlibc++, so it fits on my box (I still have 11K free) (Not yet configured, not everything at the same moment)
But my base problem what I tried to tackle is still not solved, and I have a new challenge:
I have two fritz boxes, A is connected to my dsl line, and B is my repeater.
And I have a vista laptop with wlan.
Now I can create a tunnel to the outside world from box B (configured by hand as described in an more early article)
From my vista box, with a connection to box B, I have an ipv6 connection via box B to the outside world.
But from box A, where I have set all routes correct, I can ping to box B, but not to the outside world. Unfortunately, traceroute6 can't resolv libresolv (it is only 2K, so the next image ...), so I can't see why it is going wrong.
But I started with the problem radvd is not working.
I checked it with linux, and with vista. I put on etherreal/wireshark, but no show. When I use a cable ethernet connection, everything works fine, but with wlan no show.
And syslog gives a strange message:
fritz user.warn kernel: ICMPv6 NA: someone advertises our address on lan!
I did check, no other connected device had the same address.
At this moment I configured box A to have private::1,
box B to have private::2
and vista box to have private::3
(There are more devices, but they are not configured for ipv6)
Also box B is configured with public::2, while somewhere at my provider public::1 does exist. Thats where my tunnel is.
So I have 3 questions:
Who is advertising my address on lan
Why is radvd not working on wlan (I think those are releted)
and how is it possible that I can reach the outside world from the vista box, but not from fritz box A.
Results from Box A
/var/mod/root # ip -f inet6 ro
PRIVATE::/64 dev lan metric 256 expires 81827sec
default via PRIVATE::2 dev lan metric 1024
/var/mod/root # ifconfig lan
lan Link encap:Ethernet HWaddr 00:1F:3F:B0:7F:5A
inet addr:192.168.2.1 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: PRIVATE::1/128 Scope:Global
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
inet6 addr: PRIVATE:0:21f:3fff:feb0:7f5a/64 Scope:Global
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:48236 errors:0 dropped:0 overruns:0 frame:0
TX packets:17318 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4842812 (4.6 MiB) TX bytes:3578778 (3.4 MiB)
Results from box B
/var/flash # ip -f inet6 ro
PUBLIC::/64 via :: dev xs6all metric 256
PRIVATE::/64 dev lan metric 1024
default via PUBLIC::1 dev xs6all metric 1024
/var/flash # ifconfig lan
lan Link encap:Ethernet HWaddr 00:1A:4F:0E:77:98
inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: PRIVATE::2/128 Scope:Global
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:71295 errors:0 dropped:0 overruns:0 frame:0
TX packets:32249 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5785532 (5.5 MiB) TX bytes:9450516 (9.0 MiB)