[6bone] .NET RC1 IPv6 6to4
Nicolas DEFFAYET
nicolas.deffayet@ndsoftware.net
11 Oct 2002 16:16:25 +0200
On Fri, 2002-10-11 at 15:20, Barker, Ron, vpe wrote:
> Has anyone been able to get connected to the 6bone with .NET RC1 IPv6. I have tried in vain for 2 day to no avail. Some really strange things happens depending on whether the computer is / is not
> attached to the internet. Really strange is the fact that prior to plugging in the ethernet cable the 6to4 interface is disable, however, whenever I have link to the net, the 6to4 has two strange
> looking default routes that are automatically generated:
>
> Publish Type Met Prefix Idx Gateway/Interface Name
> ------- -------- ---- ------------------------ --- ---------------------
> yes Manual 1221 ::/0 3 2002:836b:213c:1:e0:8f08:f020:8
> yes Manual 2147483648 ::/0 3 2002:c058:6301::c058:6301
> yes Manual 1001 2002::/16 3 6to4 Tunneling Pseudo-Interface
>
> netsh interface ipv6>
>
>
> 1. is a ::/0 route to what is obviously a rely router at MS - 131.107.33.60 - tried pinging but no answer
> 2- is a ../0 route to a 192.xxx. route ?????
>
> Where do these addresses come from???? magic.
>
> Additionaly, I miss any any all reference to setting up the tunnel.
For setup a IPv6 over IPv4 tunnel on Windows .NET:
In Windows command line:
netsh
netsh> interface
netsh interface> ipv6
netsh interface ipv6> install
netsh interface ipv6> add v6v4tunnel "IPv6" <ipv4 local> <ipv4 remote>
netsh interface ipv6> add address "IPv6" <ipv6 local>
netsh interface ipv6> add route ::/0 "IPv6 <ipv6 remote>
I didn't have yet time to test IPv6 with Windows .NET, but the
NDSoftware Research team have do it.
Best Regards,
Nicolas DEFFAYET
http://noc.ndsoftwarenet.com/
FNIX6, the first french IPv6 Internet Exchange: http://www.fnix6.net/