SukkaW / Koolshare-Clash

:cat: Run Clash Tunnel on Koolshare OpenWrt
https://koolclash.js.org
GNU General Public License v3.0
1.33k stars 241 forks source link

[Bug Report] 0.17.5 clash_dashboard浏览器无法访问 #60

Open Masstone opened 5 years ago

Masstone commented 5 years ago

Bug 详情

clash_dashboard浏览器无法访问,api端口connect refused

你的操作

正常运行,未做相关操作

屏幕截图

image

调试信息

$ curl 192.168.88.1:6170 curl: (7) Failed to connect to 192.168.88.1 port 6170: Connection refused

======================== KoolClash 调试工具 ========================
调试信息生成于 Thu Sep 19 2019 14:41:23 GMT+0800 (中国标准时间)
当前浏览器:Chrome 77
-------------------- Koolshare OpenWrt 基本信息 --------------------
固件版本: Openwrt Koolshare mod V2.32, r11575-bf5c725a70 by fw867
路由器 LAN IP:192.168.88.1
------------------------ KoolClash 基本信息 ------------------------
KoolClash 版本:0.17.5-beta
Clash 核心版本:Clash v0.15.0-2-g7c6c147 linux amd64 Thu 11 Jul 2019 01:24:28 PM UTC
KoolClash 当前状态:Clash 进程正在运行
用户指定 Clash 外部控制 Host:未改动
-------------------------- Clash 进程信息 --------------------------
 4622 root      117m S    /koolshare/bin/clash -d /koolshare/koolclash/config/
 4736 root      1088 S    /bin/sh /koolshare/scripts/koolclash_watchdog.sh
 6409 root      1176 S    /bin/sh /etc/rc.common /etc/rc.d/S99koolclash.sh boo
 6412 root      1144 S    sh /koolshare/scripts/koolclash_control.sh start
10995 root      1088 S    /bin/sh /koolshare/scripts/koolclash_debug.sh 623382
11104 root      1088 S    /bin/sh /koolshare/scripts/koolclash_debug.sh 623382

------------------------ Clash 配置文件目录 ------------------------
-rw-r--r--    1 root     root        3.7M Sep 18 15:18 Country.mmdb
-rw-r--r--    1 root     root           0 Sep 18 15:16 config.yaml
-rw-r--r--    1 root     root      521.5K Sep 18 21:39 config.yml
-rw-r--r--    1 root     root         115 Sep 19 14:41 dns.yml
-rw-r--r--    1 root     root      521.4K Sep 18 21:10 origin.yml

------------------------ Clash 配置文件信息 ------------------------
Clash 透明代理端口:23456
Clash 是否允许局域网连接:true
Clash 外部控制监听地址:192.168.88.1:6170
--------------------- Clash 配置文件 DNS 配置 ----------------------
Clash DNS 是否启用:true
Clash DNS 解析 IPv6:false
Clash DNS 增强模式:fake-ip
Clash DNS 监听:0.0.0.0:23453
KoolClash 当前 DNS 模式:4
-------------------- KoolClash 自定义 DNS 配置 ---------------------
dns:
  enable: true
  ipv6: false
  listen: 0.0.0.0:53
  enhanced-mode: fake-ip
  nameserver:
    - 127.0.0.1:6053

------------------------- iptables 条目 ---------------------------
 * iptables mangle 中 Clash 相关条目

 * iptables nat 中 Clash 相关条目
    0     0 koolclash_dns  tcp  --  *      *       0.0.0.0/0            198.19.0.0/24        tcp dpt:53
 3946  264K koolclash_dns  udp  --  *      *       0.0.0.0/0            198.19.0.0/24        udp dpt:53
 9252  604K koolclash  tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           

 * iptables mangle 中 koolclash 链

 * iptables nat 中 koolclash 链
  255 19293 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            match-set koolclash_white dst
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            192.168.88.1         tcp dpt:22
 8997  584K REDIRECT   tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            redir ports 23456

* iptables mangle 中 koolclash_dns 链

 * iptables nat 中 koolclash_dns 链
 3946  264K DNAT       udp  --  *      *       0.0.0.0/0            198.19.0.0/24        udp dpt:53 to:192.168.88.1:23453
    0     0 DNAT       tcp  --  *      *       0.0.0.0/0            198.19.0.0/24        tcp dpt:53 to:192.168.88.1:23453

 * iptables nat 中 53 端口相关条目
2        0     0 koolclash_dns  tcp  --  *      *       0.0.0.0/0            198.19.0.0/24        tcp dpt:53
3     3946  264K koolclash_dns  udp  --  *      *       0.0.0.0/0            198.19.0.0/24        udp dpt:53

---------------------- ipset 白名单 IP 列表 ------------------------
Name: koolclash_white
Type: hash:net
Revision: 6
Header: family inet hashsize 1024 maxelem 65536
Size in memory: 920
References: 1
Number of entries: 10
Members:
169.254.0.0/16
172.16.0.0/12
192.168.88.1
100.64.0.0/10
10.0.0.0/8
192.168.0.0/16
127.0.0.0/8
240.0.0.0/4
224.0.0.0/4
0.0.0.0/8

===================================================================
Masstone commented 5 years ago

线索1 发现koollede 中途crash过,现在看一些服务是未运行状态 这个api的访问依赖什么服务么?