win7 ipv6设置(isatap)

netsh interface ipv6 isatap set state enabled

netsh interface ipv6 isatap set router  (ipv4地址,或ipv6地址,或域名)

netsh interface ipv6 set address  接口  地址 

netsh interface ipv6 add route ::/0  接口 地址(fe80开头或2401开头)   metric=100 publish=yes store=persistent

注意需要启动ip helper 服务

原文地址:https://www.cnblogs.com/mengqingzhong/p/3046496.html