Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1986-2001 Microsoft Corp. C:\WINDOWS>netsh interface ipv6 add v6v4tunnel ?
Usage: add v6v4tunnel [interface=][localaddress=][remoteaddress=][[neighbordiscovery=]enabled|disabled][[store=]active|persistent]
Parameters:
Tag Value
interface - Friendly name to use for interface.
localaddress - IPv4 address of local tunnel endpoint.
remoteaddress - IPv4 address of remote tunnel endpoint.
neighbordiscovery - One of the following values:
enabled: ND is enabled on the interface.
disabled: ND is disabled on the interface
(default).
store - One of the following values:
active: Change only lasts until next boot.
persistent: Change is persistent (default).
Remarks: Creates an IPv6-in-IPv4 tunnel.
Example:
add v6v4tunnel "Private" 10.0.0.1 192.168.1.1