• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

Unable to Install IPv6 Tunnel By Netsh Commands

Started by RDWells, August 02, 2015, 04:03:02 PM

Previous topic - Next topic

RDWells

Hi all,

Running Windows 10 Pro 64-bit.

Given the suggestions of using these netsh commands to install an IPv6 tunnel:

netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel 207.181.229.138 184.105.253.14
netsh interface ipv6 add address IP6Tunnel 2001:470:1f10:111f::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:1f10:111f::1

I get this result:

C:\>netsh interface teredo set state disabled
Ok.

C:\>netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel 207.181.229.138 184.105.253.14
The function attempted to use a name that is reserved for use by another transaction.
(I've used other names for the string but with the same result.)

C:\>netsh interface ipv6 add address IP6Tunnel 2001:470:1f10:111f::2
The filename, directory name, or volume label syntax is incorrect.
(Which baffles me since this is the suggested syntax for this command.)

C:\>netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:1f10:111f::1
The filename, directory name, or volume label syntax is incorrect.
(Ditto here.)

By all appearances the syntax is correct but I cannot reach a solution to get past the first error, let alone the correct syntax for the third and fourth lines.

Very frustrating, to say the least.  Any ideas, folks?

broquea


RDWells

Which unfortunately I did not see but did not yield any concrete results anyway, only more of the same brokenness.

Thanks all the same for the link.