Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Windows => Topic started by: BlagoYar on May 27, 2024, 02:15:25 PM

Title: Setting IPV6 to Windows 10 (22H2)
Post by: BlagoYar on May 27, 2024, 02:15:25 PM
I got such settings
netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel localaddress=198.92.24.79  remoteaddress=216.67.22.91
netsh interface ipv6 add address interface=IP6Tunnel address=2001:470:30:48b::2
netsh interface ipv6 add route prefix=::/0 interface=IP6Tunnel nexthop=2001:470:30:48b::1

Teredo turned off successfully, and the second command gives "Element not found"
netsh interface ipv6 add v6v4tunnel interface="IP6Tunnel" localaddress=198.92.24.79  remoteaddress=216.67.22.91
But at the same time it gives out this error. How to correct this?
Title: Re: Setting IPV6 to Windows 10 (22H2)
Post by: BlagoYar on May 30, 2024, 03:46:19 PM
Solution here - https://forums.he.net/index.php?msg=23386 (https://forums.he.net/index.php?msg=23386)