[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 00558) 6to4



Hi:

I have configured a 6to4 tunnel with the following commands:

ifconfig sit0 up
ifconfig sit0 add 2002:a375:8b2c::1/16 

Automatically, the following route appear:

2002::/16   ::   UA    256    0        0 sit0   

I also have an automatic tunnel with 6to4.ipv6.microsoft.com, with
the following command:

ip route add default  via ::131.107.152.32 dev sit0

When I do a ping6 to 6to4.ipv6.microsoft.com, I dont receive any 
answer, and if I do a netstat -rn -A inet6, the following route
appears "automagically":

2002:836b:9820::836b:9820/128  2002:836b:9820::836b:9820   UAC   0  1  0
sit0  

A few seconds later, the route dissapear. This route is incorrect and I
dont
know why appear.

Some suggestions ?

Thanks!