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 status Fail,但是ipv6 number 2000+。怎么办 #9553

Open
cyanogenmu opened this issue Jan 19, 2018 · 26 comments
Open

Comments

@cyanogenmu
Copy link

No description provided.

@cyanogenmu
Copy link
Author

XX-Net Status:

sys-platform: AMD64, Windows-10-10.0.16299
os-system: Windows
os-version: 10.0.16299
os-release: 10
os-detail: Version:10-0; Build:16299; Platform:2; CSD:; ServicePack:0-0; Suite:256; ProductType:0
architecture: 32bit,WindowsPE
browser: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 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:6000 ipv4:0 ipv6:2422
ipv4-status: OK
ipv6-status: Fail
connected-link: new:0 used:0
worker: h1:0 h2:0
scan-ip-thread-num: 10
ip-quality: 266
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

@cyanogenmu
Copy link
Author

属性
IPv4 Status OK
IPv6 Status Fail
IPv4 Number 0
IPv6 Number 2422
空闲 0
IP延迟 266
连接池(帮助) 新:0 h1:0 h2:0
浏览器代理设置 OK
CA证书状态(下载) OK
扫描IP线程数(设置) 10
屏蔽状态(帮助) OK

@cyanogenmu
Copy link
Author

Windows PowerShell
版权所有 (C) Microsoft Corporation。保留所有权利。

PS C:\WINDOWS\system32> netsh int ipv6 show teredo
Teredo 参数

类型 : enterpriseclient
服务器名称 : win1710.ipv6.microsoft.com.
客户端刷新间隔 : 30 秒
客户端端口 : unspecified
状态 : qualified
客户端类型 : teredo client
网络 : managed
NAT : restricted (port)
NAT 特殊行为 : UPNP: 否,PortPreserving: 是
本地映射 : 192.168.1.15:64987
外部 NAT 映射 : 42.100.26.7:64987

@ghost
Copy link

ghost commented Jan 19, 2018

无线网络试试禁用网卡的IPv6协议
use-ipv6: auto改为只用 ipv6
NAT : restricted (port)——正常前奏?
多次刷新或重载控制页,或换服务器,或(结束进程pythonw.exe、)禁用再启用网络稍侯即🆗
(开机)启动XX-Net前即运行以下bat可观察变化过程,状态dormant即已正常。
:loop
netsh int teredo show state
ping 127.0.0.1 > null
goto loop

@ghost
Copy link

ghost commented Jan 19, 2018

保证注册表项:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Dnscache\Parameters]
"AddrConfigControl"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters]
"DisabledComponents"=dword:00000000
Ipv6 自动转换 | ??闪闪的红星?? - http://songjinju.com/2017/10/12/Ipv6-%E8%87%AA%E5%8A%A8%E8%BD%AC%E6%8D%A2/#more

@pendave
Copy link

pendave commented Jan 20, 2018

这个应该有用:
#9496 预防开机后IPv6 状态 Fail 及隧道适配器驱动感叹号问题

@cyanogenmu
Copy link
Author

本人小白
1.use-ipv6: auto改为只用 ipv6,怎么改?
2.保证注册表项怎么做。
3.#9496做了,还是不好用
谢谢

@ghost
Copy link

ghost commented Jan 21, 2018

小白?惨白😂
1、http://127.0.0.1:8085/?module=gae_proxy&menu=advanced 使用IPv6——只使用 ipv6——提交
2、怎么修改注册表——度娘在招手😂

@cyanogenmu
Copy link
Author

PS C:\WINDOWS\system32> netsh int teredo show state
Teredo 参数

类型 : enterpriseclient
服务器名称 : win1710.ipv6.microsoft.com.
客户端刷新间隔 : 30 秒
客户端端口 : unspecified
状态 : dormant

PS C:\WINDOWS\system32> ping 127.0.0.1

正在 Ping 127.0.0.1 具有 32 字节的数据:
来自 127.0.0.1 的回复: 字节=32 时间<1ms TTL=128
来自 127.0.0.1 的回复: 字节=32 时间<1ms TTL=128
来自 127.0.0.1 的回复: 字节=32 时间<1ms TTL=128
来自 127.0.0.1 的回复: 字节=32 时间<1ms TTL=128

127.0.0.1 的 Ping 统计信息:
数据包: 已发送 = 4,已接收 = 4,丢失 = 0 (0% 丢失),
往返行程的估计时间(以毫秒为单位):
最短 = 0ms,最长 = 0ms,平均 = 0ms

@ghost
Copy link

ghost commented Jan 21, 2018

😱真惨。。。
default

@cyanogenmu
Copy link
Author

用记事本写的么。

@ghost
Copy link

ghost commented Jan 21, 2018

本bat可以

@cyanogenmu
Copy link
Author

找到这个了。[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Dnscache\Parameters]
怎么往里面加"AddrConfigControl"=dword:00000000

@cyanogenmu
Copy link
Author

没有看到里面有AddrConfigControl这项

@ghost
Copy link

ghost commented Jan 21, 2018

何谓保证?没有新建、有而不符则修改😂

@ghost
Copy link

ghost commented Jan 21, 2018

default

@cyanogenmu
Copy link
Author

00000000是10进制的么。

@ghost
Copy link

ghost commented Jan 21, 2018

dword

@cyanogenmu
Copy link
Author

XX-Net Status:

sys-platform: AMD64, Windows-10-10.0.16299
os-system: Windows
os-version: 10.0.16299
os-release: 10
os-detail: Version:10-0; Build:16299; Platform:2; CSD:; ServicePack:0-0; Suite:256; ProductType:0
architecture: 32bit,WindowsPE
browser: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 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: force_ipv6
gws-ip-num: total:3129 ipv4:0 ipv6:2422
ipv4-status: OK
ipv6-status: Fail
connected-link: new:0 used:0
worker: h1:0 h2:0
scan-ip-thread-num: 10
ip-quality: 266
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

@cyanogenmu
Copy link
Author

还是尚未链接

@ghost
Copy link

ghost commented Jan 21, 2018

#8915 tertdo.bat自动或手动优选服务器(文件解压放在 XX-Net 程序的根目录)
【使用ping超时的微软服务器或许更稳定!(win7除外?)
(结束进程pythonw.exe、)管理权限运行 netsh int ipv6 set teredo enterpriseclient default 】
弃用 ISP 商 DNS ,指定 IPv4 及 IPv6 DNS ?

@cyanogenmu
Copy link
Author

下不了。

@ghost
Copy link

ghost commented Jan 21, 2018

下载、上图或许需代理
多次刷新或重载控制页,或换服务器,或(结束进程pythonw.exe、)禁用再启用网络稍侯即🆗

@ghost
Copy link

ghost commented Jan 21, 2018

修改了注册表2项,试试重启机器

@ghost
Copy link

ghost commented Jan 21, 2018

#8721 实现在本地的DNS 服务,通过在服务器上解析,避免DNS污染。(3.9.3版开始不再如此 #9326
需要把DNS服务器指向 127.0.0.1 (3.9.3版开始不再如此 #9326
支持解析IPv4/IPv6

@pendave
Copy link

pendave commented Jan 21, 2018

这个挺好用的:
每次关机或者重启之前操作一下就可以!
#9496 预防开机后IPv6 状态 Fail 及隧道适配器驱动感叹号问题

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

2 participants