We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
路由器海外链接状态检测始终错误,但是客户端访问外网一切正常。 跟踪到ss_status.sh,发现www.google.com.tw测试结果始终为5.xxx|000|,curl-fancyss返回超时,返回码为000,未返回ip地址;ssh到路由器上httping www.google.com.tw,没有返回响应;从客户端httping www.google.com.tw返回正常,浏览器访问www.google.com.tw也正常。 把测试网站设为www.cnn.com,curl-fancyss返回结果正常,但返回码为302,脚本未处理302返回码,认为是失败。
路由器详细状态: 🟠 路由型号:RT-AC68U 🟠 固件类型:koolshare 梅林改版固件 🟠 固件版本:386.10_0 🟠 路由时间:2024-12-09 19:30:44 🟠 插件版本:fancyss_arm_lite 3.3.4 🟠 代理模式:gfwlist模式 🟠 当前节点:831f7b1b-VLESS_WS 🟠 节点类型:xray节点 🟠 程序核心:xray-core 🟠 DNS方案:进阶DNS方案:chinadns-ng 🟠 黑名单数:域名 5条,IP/CIDR 1条 🟠 白名单数:域名 0条,IP/CIDR 0条 🟠 订阅数量:2个 🟠 节点数量:6个 🟠 节点类型:v2ray节点 2个 | xray节点 4个 🟠 规则版本:gfwlist 2024-12-03 01:26 | chnroute 2024-12-03 01:26 | cdn 2024-12-03 01:26 🟠 规则更新:规则定时更新开启,每天4:00更新规则 🟠 订阅更新:订阅定时更新关闭! 🟠 故障转移:开启,状态检测时间间隔: 16s - 31s
3️⃣检测iptbales工作状态: ----------------------------------------------------- nat表 PREROUTING 链 ------------------------------------------------------- Chain PREROUTING (policy ACCEPT 9344 packets, 1940K bytes) pkts bytes target prot opt in out source destination 3575 221K SHADOWSOCKS tcp -- * * 0.0.0.0/0 0.0.0.0/0 2326 161K SHADOWSOCKS_DNS udp -- * * !192.168.50.1 0.0.0.0/0 udp dpt:53 891 141K GAME_VSERVER all -- * * 0.0.0.0/0 100.90.168.159 891 141K VSERVER all -- * * 0.0.0.0/0 100.90.168.159 0 0 GAME_VSERVER all -- * * 0.0.0.0/0 169.254.7.162 0 0 VSERVER all -- * * 0.0.0.0/0 169.254.7.162 3223 245K REDIRECT udp -- br0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:123 redir ports 123
----------------------------------------------------- nat表 OUTPUT 链 ----------------------------------------------------------- Chain OUTPUT (policy ACCEPT 9612 packets, 675K bytes) pkts bytes target prot opt in out source destination 1 60 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set router dst redir ports 3333 0 0 SHADOWSOCKS_EXT tcp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0xc0a83200/0xffffff00
----------------------------------------------------- nat表 SHADOWSOCKS 链 ------------------------------------------------------ Chain SHADOWSOCKS (1 references) pkts bytes target prot opt in out source destination 1348 81140 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set white_list dst 0 0 RETURN tcp -- * * 192.168.50.25 0.0.0.0/0 0 0 RETURN tcp -- * * 192.168.50.55 0.0.0.0/0 0 0 RETURN tcp -- * * 192.168.50.141 0.0.0.0/0 157 9420 SHADOWSOCKS_GFW tcp -- * * 192.168.50.90 0.0.0.0/0 [goto] 0 0 SHADOWSOCKS_GFW tcp -- * * 192.168.50.75 0.0.0.0/0 [goto] 0 0 SHADOWSOCKS_GFW tcp -- * * 192.168.50.200 0.0.0.0/0 [goto] 2070 130K RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0
----------------------------------------------------- nat表 SHADOWSOCKS_EXT 链 -------------------------------------------------- Chain SHADOWSOCKS_EXT (1 references) pkts bytes target prot opt in out source destination 0 0 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set white_list dst 0 0 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0xc0a83219 0 0 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0xc0a83237 0 0 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0xc0a8328d 0 0 SHADOWSOCKS_GFW tcp -- * * 0.0.0.0/0 0.0.0.0/0 [goto] mark match 0xc0a8325a 0 0 SHADOWSOCKS_GFW tcp -- * * 0.0.0.0/0 0.0.0.0/0 [goto] mark match 0xc0a8324b 0 0 SHADOWSOCKS_GFW tcp -- * * 0.0.0.0/0 0.0.0.0/0 [goto] mark match 0xc0a832c8 0 0 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0
----------------------------------------------------- nat表 SHADOWSOCKS_DNS 链 -------------------------------------------------- Chain SHADOWSOCKS_DNS (1 references) pkts bytes target prot opt in out source destination 0 0 RETURN udp -- * * 192.168.50.25 0.0.0.0/0 0 0 RETURN udp -- * * 192.168.50.55 0.0.0.0/0 0 0 RETURN udp -- * * 192.168.50.141 0.0.0.0/0 2326 161K DNAT udp -- * * 0.0.0.0/0 0.0.0.0/0 to:192.168.50.1:53
----------------------------------------------------- nat表 SHADOWSOCKS_GFW 链 -------------------------------------------------- Chain SHADOWSOCKS_GFW (6 references) pkts bytes target prot opt in out source destination 23 1380 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set black_list dst redir ports 3333 46 2760 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set gfwlist dst redir ports 3333
The text was updated successfully, but these errors were encountered:
No branches or pull requests
路由器海外链接状态检测始终错误,但是客户端访问外网一切正常。
跟踪到ss_status.sh,发现www.google.com.tw测试结果始终为5.xxx|000|,curl-fancyss返回超时,返回码为000,未返回ip地址;ssh到路由器上httping www.google.com.tw,没有返回响应;从客户端httping www.google.com.tw返回正常,浏览器访问www.google.com.tw也正常。
把测试网站设为www.cnn.com,curl-fancyss返回结果正常,但返回码为302,脚本未处理302返回码,认为是失败。
路由器详细状态:
🟠 路由型号:RT-AC68U
🟠 固件类型:koolshare 梅林改版固件
🟠 固件版本:386.10_0
🟠 路由时间:2024-12-09 19:30:44
🟠 插件版本:fancyss_arm_lite 3.3.4
🟠 代理模式:gfwlist模式
🟠 当前节点:831f7b1b-VLESS_WS
🟠 节点类型:xray节点
🟠 程序核心:xray-core
🟠 DNS方案:进阶DNS方案:chinadns-ng
🟠 黑名单数:域名 5条,IP/CIDR 1条
🟠 白名单数:域名 0条,IP/CIDR 0条
🟠 订阅数量:2个
🟠 节点数量:6个
🟠 节点类型:v2ray节点 2个 | xray节点 4个
🟠 规则版本:gfwlist 2024-12-03 01:26 | chnroute 2024-12-03 01:26 | cdn 2024-12-03 01:26
🟠 规则更新:规则定时更新开启,每天4:00更新规则
🟠 订阅更新:订阅定时更新关闭!
🟠 故障转移:开启,状态检测时间间隔: 16s - 31s
1️⃣ 检测当前相关进程工作状态:
程序 状态 作用 PID
Xray 运行中🟢 透明代理 29142 18997 工作时长: 3s
dns2tcp 运行中🟢 中国2:TCP查询 32155
dns-ecs-forcer 运行中🟢 可信1:ECS 918
chinadns-ng 运行中🟢 DNS分流 32186
dnsmasq 运行中🟢 DNS解析 843
2️⃣插件主要二进制程序版本:
程序 版本 备注
ss-redir 3.3.5 https://github.com/shadowsocks/shadowsocks-libev
ss-tunnel 3.3.5 https://github.com/shadowsocks/shadowsocks-libev
ss-local 3.3.5 https://github.com/shadowsocks/shadowsocks-libev
obfs-local 0.0.5 https://github.com/shadowsocks/simple-obfs
ssr-redir 2.5.6 https://github.com/shadowsocksrr/shadowsocksr-libev
ssr-local 2.5.6 https://github.com/shadowsocksrr/shadowsocksr-libev
dns2socks V2.1 https://sourceforge.net/projects/dns2socks/
chinadns-ng 2023.06.01 https://github.com/zfl9/chinadns-ng
xray 24.9.30 https://github.com/XTLS/Xray-core
3️⃣检测iptbales工作状态:
----------------------------------------------------- nat表 PREROUTING 链 -------------------------------------------------------
Chain PREROUTING (policy ACCEPT 9344 packets, 1940K bytes)
pkts bytes target prot opt in out source destination
3575 221K SHADOWSOCKS tcp -- * * 0.0.0.0/0 0.0.0.0/0
2326 161K SHADOWSOCKS_DNS udp -- * * !192.168.50.1 0.0.0.0/0 udp dpt:53
891 141K GAME_VSERVER all -- * * 0.0.0.0/0 100.90.168.159
891 141K VSERVER all -- * * 0.0.0.0/0 100.90.168.159
0 0 GAME_VSERVER all -- * * 0.0.0.0/0 169.254.7.162
0 0 VSERVER all -- * * 0.0.0.0/0 169.254.7.162
3223 245K REDIRECT udp -- br0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:123 redir ports 123
----------------------------------------------------- nat表 OUTPUT 链 -----------------------------------------------------------
Chain OUTPUT (policy ACCEPT 9612 packets, 675K bytes)
pkts bytes target prot opt in out source destination
1 60 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set router dst redir ports 3333
0 0 SHADOWSOCKS_EXT tcp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0xc0a83200/0xffffff00
----------------------------------------------------- nat表 SHADOWSOCKS 链 ------------------------------------------------------
Chain SHADOWSOCKS (1 references)
pkts bytes target prot opt in out source destination
1348 81140 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set white_list dst
0 0 RETURN tcp -- * * 192.168.50.25 0.0.0.0/0
0 0 RETURN tcp -- * * 192.168.50.55 0.0.0.0/0
0 0 RETURN tcp -- * * 192.168.50.141 0.0.0.0/0
157 9420 SHADOWSOCKS_GFW tcp -- * * 192.168.50.90 0.0.0.0/0 [goto]
0 0 SHADOWSOCKS_GFW tcp -- * * 192.168.50.75 0.0.0.0/0 [goto]
0 0 SHADOWSOCKS_GFW tcp -- * * 192.168.50.200 0.0.0.0/0 [goto]
2070 130K RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0
----------------------------------------------------- nat表 SHADOWSOCKS_EXT 链 --------------------------------------------------
Chain SHADOWSOCKS_EXT (1 references)
pkts bytes target prot opt in out source destination
0 0 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set white_list dst
0 0 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0xc0a83219
0 0 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0xc0a83237
0 0 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0xc0a8328d
0 0 SHADOWSOCKS_GFW tcp -- * * 0.0.0.0/0 0.0.0.0/0 [goto] mark match 0xc0a8325a
0 0 SHADOWSOCKS_GFW tcp -- * * 0.0.0.0/0 0.0.0.0/0 [goto] mark match 0xc0a8324b
0 0 SHADOWSOCKS_GFW tcp -- * * 0.0.0.0/0 0.0.0.0/0 [goto] mark match 0xc0a832c8
0 0 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0
----------------------------------------------------- nat表 SHADOWSOCKS_DNS 链 --------------------------------------------------
Chain SHADOWSOCKS_DNS (1 references)
pkts bytes target prot opt in out source destination
0 0 RETURN udp -- * * 192.168.50.25 0.0.0.0/0
0 0 RETURN udp -- * * 192.168.50.55 0.0.0.0/0
0 0 RETURN udp -- * * 192.168.50.141 0.0.0.0/0
2326 161K DNAT udp -- * * 0.0.0.0/0 0.0.0.0/0 to:192.168.50.1:53
----------------------------------------------------- nat表 SHADOWSOCKS_GFW 链 --------------------------------------------------
Chain SHADOWSOCKS_GFW (6 references)
pkts bytes target prot opt in out source destination
23 1380 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set black_list dst redir ports 3333
46 2760 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set gfwlist dst redir ports 3333
The text was updated successfully, but these errors were encountered: