Microsoft Windows [Version 6.0.6001] (C) Copyright 2006 Microsoft Corp. c:\windows>netsh interface ipv6 add v6v4tunnel ?
Usage: add v6v4tunnel [interface=][localaddress=][remoteaddress=]
Parameters:
Tag Value
interface - Friendly name to use for interface.
localaddress - IPv4 address of local tunnel endpoint.
remoteaddress - IPv4 address of remote tunnel endpoint.
Remarks: Creates an IPv6-in-IPv4 tunnel.
Example:
add v6v4tunnel "Private" 10.0.0.1 192.168.1.1