Skip to content
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

求教怎么把teredo的客户端类型由host-specific relay变为client?不然连不上IPV6 #8439

Closed
NUAABeginner opened this issue Nov 18, 2017 · 35 comments

Comments

@NUAABeginner
Copy link

NUAABeginner commented Nov 18, 2017

No description provided.

@NUAABeginner
Copy link
Author

已经按照https://github.com/XX-net/XX-Net/issues/8255提到的方法做了,还是没用

@ghost
Copy link

ghost commented Nov 18, 2017

参考: #8317

@NUAABeginner
Copy link
Author

各种方法都尝试了,teredo客户端类型还是host-specific relay,ipv6还是上不去

@onplus
Copy link
Collaborator

onplus commented Nov 18, 2017

ping -6 [2001:470:1:18::125]
netsh int ipv6 show teredo state

@ylwszb
Copy link

ylwszb commented Nov 18, 2017

netsh int ipv6 set teredo client teredo.remlab.net
客户端类型 : teredo client

@NUAABeginner
Copy link
Author

NUAABeginner commented Nov 18, 2017

ping请求超时

Teredo 参数
类型 : enterpriseclient
服务器名称: teredo.remlab.net
客户端时间间隔: 30秒
客户端端口: unspecified
状态: qualified
客户端类型: teredo host-specific relay
网络: unmanaged
NAT: restricted
NAT: 特殊行为:UPNP,否,PortPreserving:是
本地映射 :172.26.26.232:60026
外部NAT映射:218.94.136.173:60026
@onplus

@NUAABeginner
Copy link
Author

谢谢 @ylwszb 你的方法,我试试

@NUAABeginner
Copy link
Author

@ylwszb 这个方法不行,只是把Teredo的类型变为client,客户端类型没变,还是teredo host-specific relay

@ylwszb
Copy link

ylwszb commented Nov 18, 2017

1

改成客户端试试

@wz7465
Copy link

wz7465 commented Nov 18, 2017

把网卡里的ipv6关掉

@NUAABeginner
Copy link
Author

你这个方法跟前面其实是同样的效果,只不过采用的是组策略而不是命令行,不过还是谢谢 。@ylwszb

@NUAABeginner
Copy link
Author

我在自己的笔记本上同样是win7按教程轻松搞定了,在台式机上死活不行,唯一的差别就是teredo的客户端类型不是client而是host-specific relay,唉,真是无语,我都怀疑是不是系统问题了。

@ghost
Copy link

ghost commented Nov 18, 2017

试试: win10不能用ipv6解决方法分享 - Win7之家 http://www.windows7en.com/jiaocheng/26518.html
注意:删除注册表前将要删除项导出备份

@ghost
Copy link

ghost commented Nov 18, 2017

组策略法1: 在家轻轻松松上IPv6站点之Teredo篇——某站点又全站Free了-IPv6,Teredo,IPv4,六维空间-远景论坛-微软极客社区 http://bbs.pcbeta.com/viewthread-1580771-1-1.html

@ghost
Copy link

ghost commented Nov 18, 2017

组策略法2: 关于 Teredo 隧道实现XXNET的IPV6 win7设置 http://www.360doc.com/content/17/1010/16/496343_693814096.shtml

@NUAABeginner
Copy link
Author

NUAABeginner commented Nov 18, 2017

谢谢 ,组策略的都试过了,就第一个没试过,我再抢救抢救。。。

@ghost
Copy link

ghost commented Nov 18, 2017

如何在 Windows 中禁/启用 IPv6 或其组件 https://support.microsoft.com/zh-cn/help/929852/how-to-disable-ipv6-or-its-components-in-windows 上下2排工具或许可成组使用,先启用,不行可先禁用再启用

@ghost
Copy link

ghost commented Nov 18, 2017

😄 组策略法1与2貌似有不同点,问不如自己动手。。。

@ghost
Copy link

ghost commented Nov 18, 2017

win10不能用ipv6解决方法分享 - Win7之家 中的微软支持英文换成中文(上上楼即是)才有博文说的(第2排)第一与第五项

@NUAABeginner
Copy link
Author

组策略的1、2早就试过了,刚刚的方法也试过了,都不行,我是实在找不到解决方法才来问的,麻烦各位了。

@ghost
Copy link

ghost commented Nov 18, 2017

#7150 牵涉到不同的路由器

@NUAABeginner
Copy link
Author

这个是我一开始提到的那个方法,试过了,没用。。。。

@ghost
Copy link

ghost commented Nov 18, 2017

😂 先备份整个注册表,再手动修改注册表项到正常值?
客户端类型: teredo host-specific relay 成 teredo client
NAT: restricted 成 symmetric (address)
PortPreserving: 是 成 否

@NUAABeginner
Copy link
Author

?修改哪个注册表项啊,没看明白

@ghost
Copy link

ghost commented Nov 18, 2017

cmd
regedit
导出——文件——全部:备份完成
修改哪个注册表项——搜索 teredo host-specific relay 修改。。。
没玩过修改注册表就算了,多的再多说也不一定对,得自己动手(手边有一成功的最好对比)

@NUAABeginner
Copy link
Author

NUAABeginner commented Nov 18, 2017

。。。

@onplus
Copy link
Collaborator

onplus commented Nov 18, 2017

这个建议去找微软客服。应该不是注册表的问题

@ghost
Copy link

ghost commented Nov 18, 2017

@NUAABeginner 试试:
netsh interface teredo set state default
netsh interface teredo set state server=win1710.ipv6.microsoft.com
看能否修复那几个(貌似服务器非客户端的)错误参数: netsh interface ipv6 show teredo

@NUAABeginner
Copy link
Author

实在是没法,今天自己搭建了VPS+SS,速度还可以吧。。。,就是服务器有点贵

@ghost
Copy link

ghost commented Nov 19, 2017

#8480 先前一直有问怎解决:客户端类型 : teredo host-specific relay 但你说正常,不明

@ghost
Copy link

ghost commented Nov 19, 2017

#8480 下列正常,说明有人完全没按他人的指导去操作,貌似下列第一、二项修改非常容易,楼上也指出过😂
类型 : client
服务器名称 : win10.ipv6.microsoft.com.
客户端刷新间隔 : 30 秒
客户端端口 : unspecified
状态 : qualified
客户端类型 : teredo host-specific relay
网络 : unmanaged
NAT : symmetric (address)
NAT 特殊行为 : UPNP: 否,PortPreserving: 否

@NUAABeginner
Copy link
Author

我的扫描显示是10啊,不是零,有不同是同一个问题,有些人不要老是怀疑别人不会去寻求解决方案

@ghost
Copy link

ghost commented Nov 19, 2017

😂😂😂回避能解决问题?(请注意本贴楼主自己的标题😭)
image

@mangwei
Copy link

mangwei commented Nov 20, 2017

客户端类型 : teredo host-specific relay,,,,我的和你一样,但是上网完全没有问题,包括内外网。所以我看人家说要改这个,但是没有也上了,就没管了。。。

@ylwszb
Copy link

ylwszb commented Nov 20, 2017

1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants