mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1348] failed to send message to work connection from pool, udp proxy Error #1070
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1070
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chunfengyao on GitHub (Aug 1, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1348
What version of frp are you using (./frpc -v or ./frps -v)?
frps file: frp_0.27.1_linux_mipsle
frpc file: frp_0.27.1_linux_amd64
What operating system and processor architecture are you using (
go env)?openwrt-18.06.4
Configures you used:
frps
frpc
Steps to reproduce the issue:
1.frps部署在有电信公网IP的Openwrt路由上。
2.client端(Ubuntu 5.0.0-23-generic)添加udp的代理。
3.在frps的日志里有如下的udp代理异常信息。(可能不是同一时刻的访问,但是问题相似。无法通过5353的udp端口请求mDNS)
4.对应的frpc的日志里有如下信息。
Describe the results you received:
无法通过5353的udp端口请求frpc所在主机的mDNS服务。(端口应该未被运营商屏蔽)(本地的mDNS服务应该是配置好了的)
Describe the results you expected:
需要通过5353访问内网的avahi服务。来进行主机发现。
Additional information you deem important (e.g. issue happens only occasionally):
不只是这个5353的端口有这个问题,之前进行nfs的udp端口转发的时候,nfs的四个udp端口也都有这个现象(当时是0.27.0版本的frps和frpc)。
Can you point out what caused this issue (optional)
go脚本在处理UDP包的时候出问题了?或者UDP的包被运营商改了?
@fatedier commented on GitHub (Aug 1, 2019):
frps 和 frpc 的日志时间对不上,frps 的日志显示当时网络环境有异常,如果可以的话,可以把当时完整的日志通过邮箱发给我。
@chunfengyao commented on GitHub (Aug 7, 2019):
单独使用c写的udp程序进行socket的消息发送好像没有问题。另外,也参考作者所说开启了tls。目前较为稳定。初步估计可能是对应的被代理的服务或者网络抖动导致的断线。
@mengpengfei commented on GitHub (Oct 17, 2020):