Subject: [IPv6] rtadvd question
To: None <netbsd-users@netbsd.org>
From: Schamil Wackenhut <sw@wacke.org>
List: netbsd-users
Date: 01/27/2003 22:38:35
Hello,

I've got an ipv6 prefix von freenet6 (3ffe:b80:3:363b::/64) and now i
have problems:

my rtadvd.conf:
---
interface rtk1{
    AdvSendAdvert on;
    prefix 3ffe:b80:3:363b::/64 {
      AdvOnLink on;
      AdvRouterAddr on;
    };
};
---

$ ifconfig rtk1 | grep inet6
        inet6 fe80::250:fcff:fe5f:32fc%rtk1 prefixlen 64 scopeid 0x2
        inet6 3ffe:b80:3:363b:250:fcff:fe5f:32fc prefixlen 64

Now when i run rtsol on another box, i get inet6 address, but when i try
to traceroute6 www.kame.net i see only one hop, on my router. Wenn i try
the same thing from the router, it does the right traceroute (also there
are no problems with the tunnel). ipv6 forwarding is aktive ...
(net.inet6.ip6.forwarding = 1)

what can be a problem? how can i solve this?

sw
-- 
find / -name \*yourbase\* -exec chown us:us {} \;