MetaCubeX / mihomo

A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.
https://wiki.metacubex.one
MIT License
16.58k stars 2.66k forks source link

[Bug] clash verge1.6.6,使用v.18.5内核连接到wireguard服务时连接失败,但是使用wireguard或者使用非mate内核连接正常 #1355

Closed youdmeng closed 3 weeks ago

youdmeng commented 4 months ago

Verify steps

Operating System

Windows

System Version

11

Mihomo Version

v.18.5

Configuration File

port: 6890
socks-port: 8890
allow-lan: false
mode: Rule
log-level: info
external-controller: 127.0.0.1:9090
ipv6: true
dns:
    enable: true
    ipv6: false
    default-nameserver: [223.5.5.5, 119.29.29.29]
    enhanced-mode: fake-ip
    fake-ip-range: 198.18.0.1/16
    use-hosts: true
    nameserver: ['https://doh.pub/dns-query', 'https://dns.alidns.com/dns-query']
    fallback: ['https://doh.dns.sb/dns-query', 'https://dns.cloudflare.com/dns-query', 'https://dns.twnic.tw/dns-query', 'tls://8.8.4.4:853']
    fallback-filter: { geoip: true, ipcidr: [240.0.0.0/4, 0.0.0.0/32] } 
proxies:            
  - name: "home-windows"
    type: wireguard
    server: 1.1.1.1
    port: 8080
    ip: 10.20.20.84 #aka self ip address or address
    # ipv6: your_ipv6 #aka self ipv6 address or address
    private-key: 123=
    public-key: 123=
    preshared-key: 123=
    dns: [223.5.5.5, 119.29.29.29]  
    mtu: 1280
    udp: true           
    reserved: [219,212,139]

Description

连接到wireguard服务时,持续报 context deadline exceeded

Reproduction Steps

windows下使用clash verge1.6.6,连接到wireguard服务时连接失败,但是使用wireguard或者使用非mate内核连接正常

Logs

2024-07-01 14:06:20 INFO - [mihomo]: time="2024-07-01T14:06:20.7205044+08:00" level=debug msg="[WG](home-windows) peer(IJKD…YyDs) - Handshake did not complete after 5 seconds, retrying (try 19)"
2024-07-01 14:06:20 INFO - [mihomo]: time="2024-07-01T14:06:20.7213085+08:00" level=debug msg="[WG](home-windows) peer(IJKD…YyDs) - Sending handshake initiation"
2024-07-01 14:06:26 INFO - [mihomo]: time="2024-07-01T14:06:26.0256033+08:00" level=debug msg="[WG](home-windows) peer(IJKD…YyDs) - Handshake did not complete after 5 seconds, retrying (try 20)"
2024-07-01 14:06:26 INFO - [mihomo]: time="2024-07-01T14:06:26.0256033+08:00" level=debug msg="[WG](home-windows) peer(IJKD…YyDs) - Sending handshake initiation"
2024-07-01 14:06:31 INFO - [mihomo]: time="2024-07-01T14:06:31.225596+08:00" level=debug msg="[WG](home-windows) peer(IJKD…YyDs) - Handshake did not complete after 20 attempts, giving up"
[TCP] dial 🏠 回家 (match IPCIDR/10.10.20.0/16) 127.0.0.1:4097 --> 10.10.20.10:80 error: context deadline exceeded
NextAbyss commented 3 months ago

和你一样的问题,死活ERROR

xishang0128 commented 3 weeks ago

You are not directly running the core test, and cannot provide support