IPv6 problems with 2.4.21 - Loosing address.

From: Maciej Soltysiak
Date: Tue Aug 19 2003 - 09:51:06 EST


Hi,

I noticed weird problems with the eth interface loosing its address.
The kernel is 2.4.21-xfs-ow1 and is an IPv6 router with a sit0 to tunnel
to the broker on one side, and normal ethernet on the other.

After I set the interfaces up:

# set the tunneling interface up
ip link set sit0 up

# set the addresses
ip addr add 3ffe:8320:1::57 dev eth1
ip addr add 3ffe:8320:2:18::57 dev eth1

# Setting up routing to my network
ip route add 3ffe:8320:2:18::/64 dev eth1

# Setting up the deafult route
ip route add 2000::/3 via ::150.254.166.157 dev sit0


After some time, the connectivity dies and when i check:
# ip addr show and route -A inet6
it shows that both of the addresses are gone, and the route to my net is
gone. Only the default IPv6 route is left.

Setting the addresses and the route up again fixes the case for about 4
minutes.

Might this be a known bug in the kernel?

Regards,
Maciej

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/