daeuniverse / dae

eBPF-based Linux high-performance transparent proxy solution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug Report] <嗅探分流出现异常>

KuGouGo opened this issue · comments

Checks

  • I have searched the existing issues
  • I have read the documentation
  • Is it your first time sumbitting an issue

Current Behavior

目前分流出现问题,走不到指定策略,希望能帮我一起排查一下,

Expected Behavior

希望能帮我排查一下,能简化一下达到正常分流

Steps to Reproduce

1.正常分流配置如下:
domain(keyword: cn2gias) -> emby
2.dae运行出现src-emby.cn2gias.uk:443能正常分流,preus.cn2gias.uk:8096分流异常情况
3.已经尝试更换了dae编译版本,切换了dial_mode来实验还是不正确分
4.目前只能通过加dip(104.160.170.190) && dport(8096) -> emby 来达到 preus.cn2gias.uk:8096正常分流的效果

Environment

  • Dae version (use dae --version): unstable-20240520.pr-518.r2.cb9a64
  • OS (e.g cat /etc/os-release): ImmortalWrt 23.05.2
  • Kernel (e.g. uname -a): 5.15.150 #0 SMP Tue Mar 26 05:51:23 2024 x86_64 GNU/Linux
  • Others:

Anything else?

config:
https://pastecode.io/s/879mg3a7

log:
https://pastecode.io/s/dq63gf89

Thanks for opening this issue!

commented

你上面的日志里面

level=info msg="192.168.1.101:53770 <-> preus.cn2gias.uk:8096" dialer="🇺🇸 US-E1 EMBY 0.01x" dscp=0 ip="104.160.170.190:8096" mac="a6:76:8a:1e:50:5a" network=tcp4 outbound=emby pid=0 pname= policy=min_moving_avg sniffed="preus.cn2gias.uk:8096"

有这样的部分

sniffed="preus.cn2gias.uk:8096"

嗅探结果包含端口号,无法正常分流,属于已知问题(这个之前群里有人反馈过),看大佬什么时候空修复了

你上面的日志里面

level=info msg="192.168.1.101:53770 <-> preus.cn2gias.uk:8096" dialer="🇺🇸 US-E1 EMBY 0.01x" dscp=0 ip="104.160.170.190:8096" mac="a6:76:8a:1e:50:5a" network=tcp4 outbound=emby pid=0 pname= policy=min_moving_avg sniffed="preus.cn2gias.uk:8096"

有这样的部分

sniffed="preus.cn2gias.uk:8096"

嗅探结果包含端口号,无法正常分流,属于已知问题(这个之前群里有人反馈过),看大佬什么时候空修复了

你上面的日志里面

level=info msg="192.168.1.101:53770 <-> preus.cn2gias.uk:8096" dialer="🇺🇸 US-E1 EMBY 0.01x" dscp=0 ip="104.160.170.190:8096" mac="a6:76:8a:1e:50:5a" network=tcp4 outbound=emby pid=0 pname= policy=min_moving_avg sniffed="preus.cn2gias.uk:8096"

有这样的部分

sniffed="preus.cn2gias.uk:8096"

嗅探结果包含端口号,无法正常分流,属于已知问题(这个之前群里有人反馈过),看大佬什么时候空修复了

好的佬