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

Setting IPV6 to Windows 10 (22H2)

Started by BlagoYar, May 27, 2024, 02:15:25 PM

Previous topic - Next topic

BlagoYar

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?