-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipv6设置了不能用、时好时坏的原因分享给大家,已解决~ #7100
Comments
关闭猫的遥测功能.好像要超级管理员权限 |
@Yong-Deng 感谢! |
@pudy |
@Yong-Deng 好的,目前来看,对于我们的情况,教程 #6918 里第一步是没用的,应该直接勾掉网卡里的ipv6,再次感谢~ |
@Yong-Deng |
回校还原,听说过么 |
@Yong-Deng 感谢截图说明,折腾了两天无数次碰壁,见图一下解决,叩谢! |
你说的我也会......... |
这个原因应该是只有DNS6+IPv4是成功的,DNS6+IPv6并没有成功。 |
时常会变成尚未建立连接的状态,ipv6的速度也很慢。 |
@yangkf1985 取消ipv6 |
你好,我想问一下你们现在的网速是多少呀?之前我的网速看youtobe可以达到6m现在只有200k,是什么情况呀? |
首先我是参考 #6918 和 简书http://www.jianshu.com/p/1433dd30f45a 配置好了ipv6
结果怎么都ipv6测试不通过
执行命令netsh int ipv6 show route检查路由表后发现我的路由列表是这样的,明显访问不到teredo
于是我执行命令
route DELETE ::/0
netsh int ipv6 add route ::/0 "Teredo Tunneling Pseudo-Interface" metric=1
此时检查路由表后发现路由列表变成了这样,能正常访问ipv6了
可是还没high多久,突然就又不能访问ipv6了,我又检查了一下路由表
发现路由表被什么东东自动修改了。。。
好坑。。。小白不知道该怎么解决。
ps:如果各位设置ipv6有各种疑难杂症的推荐使用命令netsh interface ipv6 reset后重启电脑,重新设置
The text was updated successfully, but these errors were encountered: