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

x-tunnel 3.12.2,账号可以登录,但是频繁出现602状态,需要经常重新关闭再打开 #10919

Closed
superwjc opened this issue Jun 10, 2018 · 13 comments

Comments

@superwjc
Copy link

  • 描述遇到的问题,贴出所有能帮助分析问题的状态页和日志:

重启之后可以短暂代理上网,但稍后又会出现602状态,并且Google总需要人机身份验证。
服务器是自动选择

@AnyWAT
Copy link

AnyWAT commented Jun 10, 2018

🤣貌似3.12.11版默认的最大扫描线程数10及总IP数100也能保持稳定 #11291 (comment)
IPv6隧道正常,GAE才正常
GAE正常,X-Tunnel 才正常
👀如是Windows10(Win7未试)则无需退出,即可再次运行XX-Net 挤出前面已不正常的)
😜保持正常并稳定的臭大街法则(🙃参考 #10184):
http://127.0.0.1:8085/?module=gae_proxy&menu=advanced#scan_setting
😂关闭”自动调整扫描线程数”,😘增大“最大扫描线程数”到:运行一定时间后,能自动维持、接近并达到“总IP数”及较小的“IP延迟”(自己调试:不同版本、同一版本不同时段的初始值不同,否则就得再增大。传说太大也不好?),😍"IP模式"仅IPv6为佳,😊“IP延迟”较大、“连接池”较小或XX-Net 中断后的重开,最好先“检查IP”(“去伪存真“),😁结合:(开机)启动XX-Net 前即运行以下bat(内容)可观察变化过程,状态 dormant 即已开始正常化。
:loop
netsh int teredo show state
ping 127.0.0.1 > null
goto loop
😭可了解到底是IPv6隧道还是XX-Net 的问题。😜
PS:如果😋IPv6 Fail 及检查IP过程中“待测IP数”不再减小,宜再次启动XX-Net(挤出前面貌似已停止响应的)🤣

😎修改总IP数(貌似默认100太小,增大到3-5倍较好。偶有可能要手动检查IP,太大不好):
3.10.4及以往版本,data\gae_proxy\manual.ini 或 config.ini 添加
[google_ip]
max_good_ip_num = XXX
3.10.5及以后版本,data\gae_proxy\config.json 添加
"max_good_ip_num": XXX (注意 json 文件格式、全英文标点。。。)

default
default
image
😂对于3.12.4:貌似总IP数为100时,有效IP数趋近0且可自动逐步恢复,但连接池趋近0却无法自动及人工恢复,修改总IP数为(各版本统一的)520(避免与软件默认值相同的如500,会吃掉 config.json 内自定义的行)后再运行一个XX-Net 即恢复正常,不再见到趋近0
default
default

@SeaHOH
Copy link
Contributor

SeaHOH commented Jun 10, 2018

把 X-Tunnel 状态全部贴出来

另,如果使用 gae_front 需要注意 teredo 间隔性抽风。
我的情况是一般一俩分钟后 UDP 封包即可回复正常,但是需要重新更换服务器。

@SeaHOH
Copy link
Contributor

SeaHOH commented Jun 25, 2018

请尝试 3.12.4,并开启 gae_proxy 模块。

@SeaHOH SeaHOH closed this as completed Jun 25, 2018
@wuliaoC
Copy link

wuliaoC commented Jul 14, 2018

为什么我没全局设置

@AnyWAT
Copy link

AnyWAT commented Jul 14, 2018

V 3.12.5(开始) gae_proxy 模块增加全局设置级别用于调整参数,可在网页界面中设置 https://github.com/XX-net/XX-Net/releases

@Chriszhung
Copy link

改了data/gae_proxy\config.json 添加
"max_good_ip_num": 550后,xxnet启动全红字,按任意键继续,就退出了

@AnyWAT
Copy link

AnyWAT commented Oct 20, 2018

😂修改文件格式有问题。。。
贴 config.json 内容,可抹去 ID 但保留行末标点
用 "max_good_ip_num": 550,
取代原正常文件的首行即可(行末带英文逗号)

@Chriszhung
Copy link

Chriszhung commented Oct 20, 2018 via email

@AnyWAT
Copy link

AnyWAT commented Oct 20, 2018

没图片,纯文字即可

@Chriszhung
Copy link

Chriszhung commented Oct 20, 2018 via email

@AnyWAT
Copy link

AnyWAT commented Oct 20, 2018

{
"max_good_ip_num": 550,
"max_scan_ip_thread_num": 200,
"auto_adjust_scan_ip_thread_num": 0,
"connect_receive_buffer": 524288
}

😱 "max_scan_ip_thread_num": 200 太大,50-100?

@Chriszhung
Copy link

Chriszhung commented Oct 21, 2018 via email

@AnyWAT
Copy link

AnyWAT commented Oct 21, 2018

是说 "max_scan_ip_thread_num": 200 太大,50-100?
😜扯,程序默认值为10
退出程序,删除那行,再运行即可检验

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