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连不上 #10089

Closed
cym104 opened this issue Mar 19, 2018 · 17 comments
Closed

配置看起来都对,但就是IPv6连不上 #10089

cym104 opened this issue Mar 19, 2018 · 17 comments

Comments

@cym104
Copy link

cym104 commented Mar 19, 2018

配置如下,看起来应该都没问题,但就是ipv6用不了。test-ipv6给出的信息是“You appear to have no IPv6 address.”

C:\WINDOWS\system32>netsh int ter sh st
Teredo 参数
---------------------------------------------
类型                    : natawareclient
服务器名称              : win1711.ipv6.microsoft.com.
客户端刷新间隔          : 30 秒
客户端端口                : unspecified
状态                    : qualified
客户端类型              : teredo client
网络                    : managed
NAT                     : symmetric (port)
NAT 特殊行为   : UPNP: 否,PortPreserving: 否
本地映射           : 146.11.40.137:57242
外部 NAT 映射    : 59.46.167.194:2395


C:\WINDOWS\system32>route print -6
===========================================================================
接口列表
 ......
 1...........................Software Loopback Interface 1
 19...00 00 00 00 00 00 00 e0 Microsoft Teredo Tunneling Adapter
 14...02 15 03 3b 8c 84 ......Hyper-V Virtual Ethernet Adapter
===========================================================================

IPv6 路由表
===========================================================================
活动路由:
 接口跃点数网络目标                网关
 19    331 ::/0                     在链路上
  1    331 ::1/128                  在链路上
 19    331 2001::/32                在链路上
 19    331 2001:0:9d38:6ab8:2ca7:f6a4:c4d1:583d/128
                                    在链路上
 14   5256 fe80::/64                在链路上
  4    291 fe80::/64                在链路上
 19    331 fe80::/64                在链路上
 14   5256 fe80::9dd:8a16:90e6:5784/128
                                    在链路上
 19    331 fe80::2ca7:f6a4:c4d1:583d/128
                                    在链路上
  4    291 fe80::e92d:910d:7454:180d/128
                                    在链路上
  1    331 ff00::/8                 在链路上
 14   5256 ff00::/8                 在链路上
  4    291 ff00::/8                 在链路上
 19    331 ff00::/8                 在链路上
===========================================================================
永久路由:
  无
C:\WINDOWS\system32>ipconfig

Windows IP 配置
......

隧道适配器 Teredo Tunneling Pseudo-Interface:

   连接特定的 DNS 后缀 . . . . . . . :
   IPv6 地址 . . . . . . . . . . . . : 2001:0:9d38:6ab8:2ca7:f6a4:c4d1:583d
   本地链接 IPv6 地址. . . . . . . . : fe80::2ca7:f6a4:c4d1:583d%19
   默认网关. . . . . . . . . . . . . : ::
......

@ghost
Copy link

ghost commented Mar 19, 2018

贴XX-Net诊断信息

@ghost
Copy link

ghost commented Mar 19, 2018

原来只知有 win1710.ipv6.microsoft.com.
😂新😱服务器名称 : win1711.ipv6.microsoft.com.

@cym104
Copy link
Author

cym104 commented Mar 19, 2018

@gjbg1989
XX-Net Status:

sys-platform: AMD64, Windows-10-10.0.17120
os-system: Windows
os-version: 10.0.17120
os-release: 10
os-detail: Version:10-0; Build:17120; 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/64.0.3282.140 Safari/537.36 Edge/17.17120
xxnet-version: 3.10.4
python-version: 2.7.13
openssl-version: 16.0.0 TLSv1_2 h2:alpn
lan-proxy: Disable
use-ipv6: auto
gws-ip-num: total:6002 ipv4:8 ipv6:0
ipv4-status: OK
ipv6-status: Fail
connected-link: new:0 used:0
worker: h1:0 h2:0
scan-ip-thread-num: 189
ip-quality: 333
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

@ghost
Copy link

ghost commented Mar 19, 2018

use-ipv6: auto 改为只用ipv6
http://127.0.0.1:8085/?module=gae_proxy&menu=advanced 检查 IP——开始。。。扫描一定时间

@cym104
Copy link
Author

cym104 commented Mar 19, 2018

@gjbg1989 改成ipv6 only的话根本连扫描都扫描不了。

@ghost
Copy link

ghost commented Mar 19, 2018

scan-ip-thread-num: 189 太大改小到100?
结束进程 pythonw.exe,😂(改名 good_ip.txt 以备份)😂重新启动

@cym104
Copy link
Author

cym104 commented Mar 19, 2018

@gjbg1989 强制ipv6的结果就是这样:
Mar 19 17:02:04.559 - [WARNING] network IPv6 fail
Mar 19 17:02:06.432 - [DEBUG] connect 2607:f8b0:400a:8::13 fail:timeout('timed out',)
Mar 19 17:02:06.432 - [DEBUG] report_connect_fail network fail
Mar 19 17:02:07.442 - [DEBUG] connect 2404:6800:400b:7::8 fail:timeout('timed out',)
Mar 19 17:02:07.541 - [DEBUG] connect 2607:f8b0:400a:2::c fail:timeout('timed out',)
Mar 19 17:02:08.576 - [DEBUG] connect 2607:f8b0:400a:8::a fail:timeout('timed out',)
Mar 19 17:02:09.433 - [DEBUG] report_connect_fail network fail
Mar 19 17:02:12.433 - [DEBUG] report_connect_fail network fail

@ghost
Copy link

ghost commented Mar 19, 2018

首次开启 IPv6 隧道,运行 XX-Net 目录内的 enable_ipv6.bat 再 #9783 win7&10 32位😂开机及唤醒几乎秒秒均正常的非组策略😂(非校园)经验(至3.10.4版)

@ghost
Copy link

ghost commented Mar 19, 2018

image

@ghost
Copy link

ghost commented Mar 19, 2018

无线网络属性内取消勾选 IPv6 协议

@ghost
Copy link

ghost commented Mar 19, 2018

目前波动厉害,总IP数6000不好。manual.ini 添加
[google_ip]
max_good_ip_num = 2000
😂足以

@cym104
Copy link
Author

cym104 commented Mar 19, 2018

@gjbg1989 你说的这些我都试过,全都没效果。

@ghost
Copy link

ghost commented Mar 19, 2018

300-500分之1😭奇葩
改成ipv6 only的话根本连扫描都扫描不了——首次见到😝
有些操作不会立竿见影,至少得扫描一定时间😱

@ghost
Copy link

ghost commented Mar 19, 2018

中文版:https://support.microsoft.com/zh-cn/help/929852/ 下载上排第一个执行后重启——在前缀策略中优先使用 IPv4 over IPv6
或:下载上下2排后3个工具,先运行上排3个,再运行下排3个,机器重启

@ghost
Copy link

ghost commented Mar 19, 2018

image

@ghost
Copy link

ghost commented Mar 19, 2018

image

@SeaHOH
Copy link
Contributor

SeaHOH commented May 22, 2018

尝试将 natawareclient 切换为其它类型,比如 client。
#10745

@SeaHOH SeaHOH closed this as completed May 22, 2018
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