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]KoolClash导致win10出现无法连接到Internet错误 #95

Open szl0834 opened 4 years ago

szl0834 commented 4 years ago

Bug 详情

路由器上开启koolclash后,设置dhcp分发的dns为198.19.0.1和198.19.0.2。win10的网络连接出现无法连接到Internet的提示,但是上网正常无影响,有什么解决方法么?

屏幕截图

2020-08-12

调试信息

======================== KoolClash 调试工具 ========================
调试信息生成于 Wed Aug 12 2020 23:25:45 GMT+0800 (中国标准时间)
当前浏览器:Chrome 84
-------------------- Koolshare OpenWrt 基本信息 --------------------
固件版本: Openwrt Koolshare mod V2.36, r14941-67f6fa0a30 by fw867
路由器 LAN IP:10.0.1.1
------------------------ KoolClash 基本信息 ------------------------
KoolClash 版本:0.17.9-beta
Clash 核心版本:Clash v0.16.0-14-g1948ea1 linux amd64 Fri 01 Nov 2019 02:02:20 PM UTC
KoolClash 当前状态:Clash 进程正在运行
用户指定 Clash 外部控制 Host:10.0.1.1
-------------------------- Clash 进程信息 --------------------------
 8384 root      117m S    /koolshare/bin/clash -d /koolshare/koolclash/config/
 8631 root      1076 S    /bin/sh /koolshare/scripts/koolclash_watchdog.sh
28811 root      1080 S    /bin/sh /koolshare/scripts/koolclash_debug.sh 772632
28911 root      1080 S    /bin/sh /koolshare/scripts/koolclash_debug.sh 772632
28914 root      1080 R    /bin/sh /koolshare/scripts/koolclash_debug.sh 772632
28916 root      1080 R    /bin/sh /koolshare/scripts/koolclash_debug.sh 772632

------------------------ Clash 配置文件目录 ------------------------
-rwxr-xr-x    1 root     root        3.7M Jul 15 05:55 Country.mmdb
-rw-r--r--    1 root     root       17.3K Jul 29 22:50 config.yaml
-rw-r--r--    1 root     root         177 Aug 12 23:16 dns.yml
-rw-r--r--    1 root     root       17.3K Jul 29 14:21 origin.yml

------------------------ Clash 配置文件信息 ------------------------
Clash 透明代理端口:23456
Clash 是否允许局域网连接:true
Clash 外部控制监听地址:10.0.1.1:6170
--------------------- Clash 配置文件 DNS 配置 ----------------------
Clash DNS 是否启用:true
Clash DNS 解析 IPv6:false
Clash DNS 增强模式:fake-ip
Clash DNS 监听:0.0.0.0:23453
KoolClash 当前 DNS 模式:2
-------------------- KoolClash 自定义 DNS 配置 ---------------------
dns:
  enable: true
  ipv6: false
  listen: 0.0.0.0:53
  enhanced-mode: fake-ip
  nameserver:
    - 127.0.0.1:6053
  fallback:
    - tls://1.0.0.1:853
    - tls://dns.google:853
------------------------- iptables 条目 ---------------------------
 * iptables mangle 中 Clash 相关条目

 * iptables nat 中 Clash 相关条目
  229 11908 koolclash_dns  tcp  --  *      *       0.0.0.0/0            198.19.0.0/24        tcp dpt:53
 5844  378K koolclash_dns  udp  --  *      *       0.0.0.0/0            198.19.0.0/24        udp dpt:53
 4323  245K koolclash  tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           

 * iptables mangle 中 koolclash 链

 * iptables nat 中 koolclash 链
  518 26936 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            10.0.1.1             tcp dpt:22
 3805  218K REDIRECT   tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            redir ports 23456

* iptables mangle 中 koolclash_dns 链

 * iptables nat 中 koolclash_dns 链
 5844  378K DNAT       udp  --  *      *       0.0.0.0/0            198.19.0.0/24        udp dpt:53 to:10.0.1.1:23453
  229 11908 DNAT       tcp  --  *      *       0.0.0.0/0            198.19.0.0/24        tcp dpt:53 to:10.0.1.1:23453

 * iptables nat 中 53 端口相关条目
4      229 11908 koolclash_dns  tcp  --  *      *       0.0.0.0/0            198.19.0.0/24        tcp dpt:53
5     5844  378K 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: 1088
References: 1
Number of entries: 10
Members:
0.0.0.0/8
127.0.0.0/8
192.168.0.0/16
240.0.0.0/4
169.254.0.0/16
10.0.1.1
100.64.0.0/10
224.0.0.0/4
10.0.0.0/8
172.16.0.0/12

===================================================================