Microsoft Windows [Version 6.1.7000] (C) Copyright 2009 Microsoft Corp. C:\Windows>netsh interface ipv6 add v6v4tunnel ?
Uso: add v6v4tunnel [interface=][localaddress=][remoteaddress=]
Parámetros:
Etiqueta Valor
interface - Nombre descriptivo que se va a usar para la interfaz.
localaddres - Dirección IPv4 del túnel local extremo.
remoteaddress - Dirección IPv4 del túnel remoto extremo.
Nota: Crea un túnel IPv6-en-IPv4.
Ejemplo:
add v6v4tunnel "Privado" 10.0.0.1 192.168.1.1