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

使用cfst_hosts.bat后 无法访问网络 #534

Closed
ssomoss opened this issue Aug 9, 2024 · 1 comment
Closed

使用cfst_hosts.bat后 无法访问网络 #534

ssomoss opened this issue Aug 9, 2024 · 1 comment

Comments

@ssomoss
Copy link

ssomoss commented Aug 9, 2024

问题描述

使用cfst_hosts.bat后 无法访问网络

提示网络配置器没有启动TCP/IP服务

使用批处理命令修复
chcp 65001
@echo off
echo 正在重置网络设置...

echo 重置 Winsock 目录...
netsh winsock reset
echo 完成。

echo 重置 IP 配置...
netsh int ip reset
echo 完成。

echo 释放当前 IP 配置...
ipconfig /release
echo 完成。

echo 更新 IP 配置...
ipconfig /renew
echo 完成。

echo 重置 WinHTTP 代理设置...
netsh winhttp reset proxy

echo 清除 DNS 缓存...
ipconfig /flushdns

echo 重置 IP 设置...
netsh int ip reset resetlog.txt

echo 重启网络服务...
net stop dnscache
net start dnscache
echo 完成。

echo 所有操作已完成,请重新启动计算机。
pause

网络断断续续可用 ping各种网站 提示一般故障

22222

软件版本

CloudflareST_windows_amd64.zip v2.2.5

附加截图

No response

@ssomoss ssomoss added the 反馈问题 某些功能失效 或 没有达到预期 label Aug 9, 2024
@XIU2
Copy link
Owner

XIU2 commented Aug 9, 2024

cfst_hosts.bat 脚本代码非常简单(我也都加了注释),就是 CloudflareST 测速并获取结果中最快的一个 IP,然后替换掉 hosts 文件里的旧 Cloudflare CDN IP(第一次运行脚本时会让你填写这个)。

就算操作错误哪里出问题,也只会影响到 hosts 文件(而且脚本每次替换前都会备份 hostshosts_backup),不会影响系统其他什么的,更别说是 网络配置器没有启动TCP/IP服务 了,所以请检查你当时是不是还做了其他什么操作。


另外,还有一种可能性,你可以看一看 #228 ,不过这现在已经是小概率事件了,自从我将延迟测速线程 500 调低为 200 后,就很少有人遇到了。

@XIU2 XIU2 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 9, 2024
@XIU2 XIU2 removed the 反馈问题 某些功能失效 或 没有达到预期 label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants