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),就是显示尚未链接 #8620

Open
szwwluogang opened this issue Nov 23, 2017 · 31 comments
Open

其他正常(未提供ipv6),就是显示尚未链接 #8620

szwwluogang opened this issue Nov 23, 2017 · 31 comments

Comments

@szwwluogang
Copy link

XX-Net Status:

sys-platform: AMD64, Windows-10-10.0.15063
os-system: Windows
os-version: 10.0.15063
os-release: 10
os-detail: Version:10-0; Build:15063; Platform:2; CSD:; ServicePack:0-0; Suite:256; ProductType:0
architecture: 32bit,WindowsPE
browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36
xxnet-version: 3.8.3
python-version: 2.7.13
openssl-version: 16.0.0 TLSv1_2 h2:alpn
use-ipv6: auto
gws-ip-num: total:11587 ipv4:5326 ipv6:3119
ipv4-status: OK
ipv6-status: Fail
connected-link: new:0 used:0
worker: h1:0 h2:0
scan-ip-thread-num: 0
ip-quality: 100
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

@szwwluogang
Copy link
Author

用不了ipv6

@szwwluogang
Copy link
Author

参考了前面好多topic,还是未解决

@ghost
Copy link

ghost commented Nov 23, 2017

gws-ip-num: total:11587 ipv4:5326 ipv6:3119 曾经正常过?
运行 netsh interface ipv6 show teredo 贴出结果

@hongkonghot
Copy link

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

C:\Users\Administrator>netsh interface ipv6 show teredo
Teredo 参数

类型 : enterpriseclient (Group Policy)
服务器名称 : teredo.remlab.net (Group Policy)
客户端刷新间隔 : 30 秒
客户端端口 : unspecified
状态 : qualified
客户端类型 : teredo client
网络 : managed
NAT : restricted
NAT 特殊行为 : UPNP: 否,PortPreserving: 否
本地映射 : 192.168.1.87:65076
外部 NAT 映射 : 121.22.10.59:59393

C:\Users\Administrator>

@ghost
Copy link

ghost commented Nov 23, 2017

NAT : restricted——不正常?
试试换服务器 teredo-debian.remlab.net

@hongkonghot
Copy link

换了,暂时还没变化。刚到这个版本时能用着,重启后变成这样了

@hongkonghot
Copy link

现在变好了,谢谢

@ghost
Copy link

ghost commented Nov 23, 2017

试试:右键重启,或完全退出——结束进程 pythonw.exe再启动

@cdh1991
Copy link

cdh1991 commented Nov 24, 2017

挑一个好点的teredo服务器
image

使用方法:解压到xx-net根目录,管理员运行bat
teredo.zip

@hongkonghot
Copy link

@chendaihang 好用的teredo服务器找到后,怎么更改呢?求高手指点一下。是在gpedit组策略中teredo服务器名称里,输入teredo服务器名称中书写最优的teredo服务器名字就可以了吗?

@ghost
Copy link

ghost commented Nov 25, 2017

貌似自动修改,netsh int ipv6 show teredo state 看结果

@cdh1991
Copy link

cdh1991 commented Nov 25, 2017

组策略中teredo服务器名称设为‘’未配置后 管理员运行bat会自动修改,否则需手动修改。
修改结果可通过 命令 netsh int ipv6 show teredo state 查看
@hongkonghot

@hongkonghot
Copy link

谢谢楼上两位高手!

@krollMJ
Copy link

krollMJ commented Nov 27, 2017

@chendaihang 批处理文件运行失败。
我是放在XX-Net根目录下,用管理员权限运行的,失败。
放在python27程序目录下,修改批处理路径,还是失败。

554431
554432

@ghost
Copy link

ghost commented Nov 27, 2017

见你的上上楼,组策略开启的。。。

@kyobox
Copy link

kyobox commented Nov 27, 2017

策略组中所有IPv6转换技术中的项目都是“未配置”的
然后我把tertdo.bat和tertdo.py两个文件解压到XX-Net的根目录下,即和README.md和start.bat是同一目录
。用管理员的权限运行tertdo.bat,结果就是图中这样,请问如何解决

https://user-images.githubusercontent.com/28785430/33261901-6561ef6a-d39f-11e7-9058-cf889deec6fa.JPG

@gjbg1989 @chendaihang

@ghost
Copy link

ghost commented Nov 27, 2017

怎么回事只有 @chendaihang 清楚(或许与\code\default\launcher 中不是手动更新覆盖的default而是自动更新后的数字有关?)
可不以管理员运行,自己从结果选用:复制、粘贴(替换)到下面的等号后面,再运行来手动更换,如
netsh interface teredo set state server=teredo.remlab.net

@ghost
Copy link

ghost commented Nov 27, 2017

或许与\code\default\launcher 中不是手动更新覆盖的default而是自动更新后的数字有关?——试试下载你当前版本的软件包,解压、覆盖到(自动更新前的)原来位置,再使用tertdo.bat——我手动覆盖的没出你那样的错误,完全正常 @krollMJ

@ghost
Copy link

ghost commented Nov 27, 2017

default

@RecluseWind
Copy link

@gjbg1989
加引号就行,改成
@echo off

"%~dp0"code\default\python27\1.0\python.exe "%~dp0teredo.py"
pause

@ghost
Copy link

ghost commented Dec 6, 2017

@krollMJ 莫非XX-Net非得放在C盘?——请往上翻看那张非黑底的截图所示目录😂

@krollMJ
Copy link

krollMJ commented Dec 8, 2017

@RecluseWind 你的方法太好了,问题解决了。

@echo off

"%~dp0"code\default\python27\1.0\python.exe "%~dp0teredo.py"
pause

@duandaxei
Copy link

@chendaihang 亲 批处理【tertdo.bat】这里有点问题
第49行 行尾多了两个标点符号【',】
echo 10 teredo.iks-jena.de',
我猜正确的写法应该是 echo 10 teredo.iks-jena.de 当然这个应该是不影响使用的
第96行 行尾的【goto begin】应该在下一行
netsh interface teredo set state server=teredo.iks-jena.degoto begin
我猜正确的写法应该是
netsh interface teredo set state server=teredo.iks-jena.de
goto begin
这个应该是会影响到使用的吧
谢谢亲

@z999x
Copy link

z999x commented Dec 28, 2017

@gjbg1989 我这之前一直能上,前天开始不能了,今天试了很久,用了你上面的tertdo bat,但还一直是
状态 : offline
错误 : 无法通过 UDP 访问主 teredo 服务器
++++++++++UDP connection testing+++++++++

teredo.remlab.net:3544 is accessible
teredo2.remlab.net:3544 is accessible
teredo-debian.remlab.net:3544 is accessible
teredo.ngix.ne.kr:3544 isn't accessible
teredo.trex.fi:3544 is accessible
teredo.autotrans.consulintel.com:3544 isn't accessible
teredo.managemydedi.com:3544 isn't accessible
teredo.ipv6.microsoft.com:3544 isn't accessible
win10.ipv6.microsoft.com:3544 is accessible
teredo.iks-jena.de:3544 is accessible
win1710.ipv6.microsoft.com:3544 is accessible

++++++++++ping testing+++++++++

teredo.remlab.net 9999 ms
teredo2.remlab.net 415 ms
teredo-debian.remlab.net 9999 ms
teredo.trex.fi 325 ms
win10.ipv6.microsoft.com 9999 ms
teredo.iks-jena.de 321 ms
win1710.ipv6.microsoft.com 9999 ms

+++++++最佳teredo为: teredo.iks-jena.de +++++++
确定。

请选择需要的操作
1 netsh int ipv6 show teredo
2 自动选择并设置teredo服务器
3 手动选择并设置teredo服务器
4 exit
请选择要进行的操作数字 ,然后按回车:1
Teredo 参数

类型 : enterpriseclient (Group Policy)
服务器名称 : teredo.remlab.net (Group Policy)
客户端刷新间隔 : 30 秒
客户端端口 : unspecified
状态 : probe (primary server)
客户端类型 : teredo client
网络 : managed

请选择需要的操作
1 netsh int ipv6 show teredo
2 自动选择并设置teredo服务器
3 手动选择并设置teredo服务器
4 exit
请选择要进行的操作数字 ,然后按回车:1
Teredo 参数

类型 : enterpriseclient (Group Policy)
服务器名称 : teredo.remlab.net (Group Policy)
客户端刷新间隔 : 30 秒
客户端端口 : unspecified
状态 : offline
错误 : 无法通过 UDP 访问主 teredo 服务器

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

10 participants