sweh wrote:
If you're only seeing the fe80 prefix address then you're not enabled for IP6 (or you haven't rebooted since it was enabled). You should see two addresses; the fe80 link local and the routable IP6 address
One thing I've noticed - if you have ip6tables turned on, you may accidentally be blocking the RAs. I needed something like this:
Code:
-A INPUT -i eth0 -p icmpv6 -j ACCEPT
ICMP is important anyway, as lots of users are on tunnels with weird MTUs, and ICMP is needed for path MTU discovery.