Skip to content
New issue

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

[Support Request] 无法使用ShadowsocksR节点 #296

Closed
3 tasks done
Karmylr opened this issue Aug 20, 2023 · 11 comments
Closed
3 tasks done

[Support Request] 无法使用ShadowsocksR节点 #296

Karmylr opened this issue Aug 20, 2023 · 11 comments

Comments

@Karmylr
Copy link

Karmylr commented Aug 20, 2023

Checks

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

Support Request

无法使用ssr节点

Current Behavior

除了telegram,其他国外网站无法访问

Expected Behavior

正常科学上网

Steps to Reproduce

1、导入SSR节点
2、开启daed

Environment

  • Dae version (use dae --version):
  • OS (e.g cat /etc/os-release):
  • Kernel (e.g. uname -a):
  • Others:

Anything else?

log:

time="Aug 20 12:07:23" level=debug msg="Rewrite dial target to domain" from="104.18.239.99:443" to="www.speedtest.net:443"
time="Aug 20 12:07:23" level=warning msg="handleConn: failed to dial 104.18.239.99:443: failed to select dialer from group proxy (tcp6): no alive dialer"
time="Aug 20 12:07:23" level=debug msg="Rewrite dial target to domain" from="104.18.239.99:443" to="www.speedtest.net:443"
time="Aug 20 12:07:23" level=warning msg="handleConn: failed to dial 104.18.239.99:443: failed to select dialer from group proxy (tcp6): no alive dialer"
@dae-prow
Copy link
Contributor

dae-prow bot commented Aug 20, 2023

Thanks for opening this issue!

@mzz2017
Copy link
Contributor

mzz2017 commented Aug 20, 2023

@Karmylr ssr 不支持 udp,因此你需要将 dns 一节中的 googledns 改为 'tcp://8.8.8.8:53' 或者 'tcp+udp://8.8.8.8:53'

@Karmylr
Copy link
Author

Karmylr commented Aug 20, 2023

ipversion_prefer: 4
upstream {
  alidns: 'udp://223.5.5.5:53'
  googledns: 'tcp://8.8.8.8:53'
}
routing {
  request {
    qname(geosite: cn) -> alidns
    fallback: googledns
  }
}

还是无法科学

@TnZzZHlp
Copy link

ipversion_prefer: 4
upstream {
  alidns: 'udp://223.5.5.5:53'
  googledns: 'tcp://8.8.8.8:53'
}
routing {
  request {
    qname(geosite: cn) -> alidns
    fallback: googledns
  }
}

还是无法科学

看下节点连通性检测部分配置

@Karmylr
Copy link
Author

Karmylr commented Aug 21, 2023

ipversion_prefer: 4
upstream {
  alidns: 'udp://223.5.5.5:53'
  googledns: 'tcp://8.8.8.8:53'
}
routing {
  request {
    qname(geosite: cn) -> alidns
    fallback: googledns
  }
}

还是无法科学

看下节点连通性检测部分配置

image

@TnZzZHlp
Copy link

ipversion_prefer: 4
upstream {
  alidns: 'udp://223.5.5.5:53'
  googledns: 'tcp://8.8.8.8:53'
}
routing {
  request {
    qname(geosite: cn) -> alidns
    fallback: googledns
  }
}

还是无法科学

看下节点连通性检测部分配置

image

试试tcp部分只保留最上面那条,然后重启dae试试

@Karmylr
Copy link
Author

Karmylr commented Aug 21, 2023

ipversion_prefer: 4
upstream {
  alidns: 'udp://223.5.5.5:53'
  googledns: 'tcp://8.8.8.8:53'
}
routing {
  request {
    qname(geosite: cn) -> alidns
    fallback: googledns
  }
}

还是无法科学

看下节点连通性检测部分配置

image

试试tcp部分只保留最上面那条,然后重启dae试试

还是不行

@TnZzZHlp
Copy link

可以参考一下这个issue
#290

@Karmylr
Copy link
Author

Karmylr commented Sep 2, 2023

使用SSR节点时的日志:

time="Sep 02 10:42:56" level=debug msg="Connectivity Check" avg_10=225ms last=232ms mov_avg=170ms network="udp4(DNS)" node="4.[CT/CM]香港 09"
time="Sep 02 10:42:56" level=debug msg="Connectivity Check" avg_10=5.124s last=248ms mov_avg=2.624s network=tcp4 node="4.[CT/CM]香港 09"
time="Sep 02 10:42:56" level=info msg="[NOT ALIVE --tcp4-> ALIVE]" dialer="4.[CT/CM]香港 09" group="tg_ipv4"
time="Sep 02 10:42:56" level=debug msg="Connectivity Check Failed" err="invalid ivLen:12, actual length:0: EOF" network="tcp4(DNS)" node="4.[CT/CM]香港 09"

@mzz2017
Copy link
Contributor

mzz2017 commented Sep 2, 2023

除了telegram,其他国外网站无法访问

你是 openwrt?

#171 (comment)

@Karmylr
Copy link
Author

Karmylr commented Sep 10, 2023

用Debian运行也是只有ssr节点用不了

@Karmylr Karmylr changed the title [Support Request] 无法使用SSR节点 [Support Request] 无法使用SS/SSR节点 Sep 24, 2023
@Karmylr Karmylr changed the title [Support Request] 无法使用SS/SSR节点 [Support Request] 无法使用ShadowsocksR节点 Sep 25, 2023
@Karmylr Karmylr closed this as completed Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants