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

ipv6一直无法启用 teredo状态一直是offline #8767

Open
charles203 opened this issue Nov 30, 2017 · 12 comments
Open

ipv6一直无法启用 teredo状态一直是offline #8767

charles203 opened this issue Nov 30, 2017 · 12 comments

Comments

@charles203
Copy link

3.8.3和3.8.5两个版本都试过

**运行enable_ipv6.bat后完全没有任何反应

test-ipv6.com 显示没有连接上ipv6

也运行过#8620 的tertdo.bat, 运行后依然是状态offline**

Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

C:\Windows\system32>netsh int ipv6 show teredo state
Teredo 参数

类型 : disabled
服务器名称 : teredo.remlab.net
客户端刷新间隔 : 30 秒
客户端端口 : unspecified
状态 : offline
错误 : 无

XX-Net Status:

sys-platform: AMD64, Windows-7-6.1.7601-SP1
os-system: Windows
os-version: 6.1.7601
os-release: 7
os-detail: Version:6-1; Build:7601; Platform:2; CSD:Service Pack 1; ServicePack:1-0; Suite:256; ProductType:0
architecture: 32bit,WindowsPE
browser: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
xxnet-version: 3.8.5
python-version: 2.7.13
openssl-version: 16.0.0 TLSv1_2 h2:alpn
lan-proxy: Disable
use-ipv6: auto
gws-ip-num: total:0 ipv4:0 ipv6:0
ipv4-status: OK
ipv6-status: Fail
connected-link: new:0 used:0
worker: h1:0 h2:0
scan-ip-thread-num: 10
ip-quality: 9999
is-idle: 0
block-stat: OK
proxy_state: OK
ca_state: OK
Appid_Working: true
Appids_Out_Of_Quota: false
Appids_Not_Exist: false
Using_Public_Appid: false

@charles203
Copy link
Author

之前原始方法开启ipv6成功过,前几天是时好时坏,我就disabe又enable了几次,结果现在是完全没法启动隧道了,哭……

@ghost
Copy link

ghost commented Nov 30, 2017

use-ipv6: auto 改为只用ipv6
scan-ip-thread-num: 10改大到50-100,有一定数量ipv6、正常工作后改回
netsh int ipv6 show teredo 贴运行结果

@ghost
Copy link

ghost commented Nov 30, 2017

没见眼泪,假哭😂

@charles203
Copy link
Author

@gjbg1989 你说的改为ipv6和到100也改了,再运行teredo检查还是一样的offline:

C:\Windows\system32>netsh interface ipv6 show teredo
Teredo 参数

类型 : disabled
服务器名称 : teredo.iks-jena.de
客户端刷新间隔 : 60 秒
客户端端口 : 34567
状态 : offline
错误 : 无

@charles203
Copy link
Author

@gjbg1989 真的是要哭了:(

@ghost
Copy link

ghost commented Nov 30, 2017

#8620 tertdo.bat自动选用更好的服务器,或许就OK(也要稍许时间扫描)

@ghost
Copy link

ghost commented Nov 30, 2017

#8721 实现在本地的DNS 服务,通过在服务器上解析,避免DNS污染。
需要把DNS服务器指向 127.0.0.1
支持解析IPv4/IPv6

@charles203
Copy link
Author

@gjbg1989
刚刚好了!
是我按照#8739@kukuxz007 说的方法,把注册表修改了一下,重启就好了

@charles203
Copy link
Author

Open registry editor. How To Open Registry Editor

Navigate through the following:

HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES\TCPIP6\PARAMETERS

In the right pane, right click Disabled Components and select Edit. Set the DWord value to 0.

Restart your computer and the teredo tunneling adapter will now start.

@ghost
Copy link

ghost commented Nov 30, 2017

请问你改前的值是?用的reg,用前没检查,想改回来

@charles203
Copy link
Author

@gjbg1989 我忘记了,反正不是0……

@ghost
Copy link

ghost commented Nov 30, 2017

谢谢

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

1 participant