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/archive/2013/04/27/3046496.html

你可能感兴趣的:(win7 ipv6设置(isatap))