Hi,
On Tue, 20 Mar 2001, Peter Bieringer wrote:
> I run into a problem with "radvd" and the latest stable USAGI snapshot for > 2.2.18 with kernel source 2.2.19pre10 (because of ext3fs use): > > "can't join ipv6-allrouters on eth0" > > On another system using 2.4.2 with USAGI latest stable it works.
This seems to be a common problem with radvd which I also used to run into, but I can't quite remember how I solved it. I think the problem may have been that eth0 didn't have the multicast flag set, but I don't remember for certain. -Nathan
Strange, flag is up on my system:
[root@gate /root]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:50:BF:06:B4:F5
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::250:bfff:fe06:b4f5/10 Scope:Link
inet6 addr: 3ffe:400:100:f101::1/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:157 errors:0 dropped:0 overruns:0 frame:0
TX packets:181 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:4 Base address:0x6c00
Is there any known kernel bug?
BTW: with radvd-0.5.0 I had no problems - strange.
TIA,
Peter