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?
Solution here - https://forums.he.net/index.php?msg=23386 (https://forums.he.net/index.php?msg=23386)