Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1986-2001 Microsoft Corp. C:\WINDOWS>netsh interface ipv6 add 6over4tunnel ?
Usage: add 6over4tunnel [interface=][localaddress=][[store=]active|persistent]
Parameters:
Tag Value
interface - Friendly name to use for interface.
local address - IPv4 address for encapsulation.
store - One of the following values:
active: Change only lasts until next boot.
persistent: Change is persistent (default).
Remarks: Creates a 6over4 interface using the specified
IPv4 address.
Example:
add 6over4tunnel "Private" 10.1.1.1