Hajimu UMEMOTO wrote: > Hi, > > >>>>> On Tue, 5 Nov 2002 17:00:40 -0800 > >>>>> Maxime Henrion <[EMAIL PROTECTED]> said: > > mux> ipv6_enable="YES" > mux> ipv6_defaultrouter="2002:c058:6301::" # Use this for 6to4 (RFC 3068) > mux> ipv6_prefix_xl1="2002:5143:8351:" > mux> stf_interface_ipv4addr="81.67.131.81" > > It seems you do configure your box as follows: > > (6to4 router) > | 2002:c058:6301:: > | > | > | stf0 > | 2002:5143:8351:0::1 > (your box) > | xl1 > | 2002:5143:8351:0:EUI-64 > | > ------+------------------------------------ > 2002:5143:8351:0::/64 > > You cannot share 2002:5143:8351:0::/64 between xl1 and stf0. Please > don't use same SLA-ID for xl1 and stf0. If you want to use 0 for stf0 > (default of stf_interface_ipv6_slaid), please use non-zero SLA-ID for > xl1 like: > > ipv6_prefix_xl1="2002:5143:8351:1" > > Or, if you want to use 0 for xl1, please set stf_interface_ipv6_slaid.
I changed my ipv6_prefix_xl1 variable as you suggested, and I'm not getting any errors at boot now, thanks! However, it still doesn't seem to work properly. When pinging an IPv6 host from a box in my local subnet, I'm getting this warning on the box running rtadvd(8) : cannot forward src fe80:0001::0a00:20ff:fef9:8c7a, dst 3ffe:8114:1000::036b, nxt 58, rcvif xl0, outif stf0 And I don't receive any ping back, though it works if I ping from the router. Moreover, the boot scripts still display : IPv4 mapped IPv6 address support=NO Even though stf(4) is configured properly. Any ideas ? Thanks, Maxime To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message