mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4614] [Feature Request] 想通过frp实现udp双向通信 但是配置一直没成功,能否帮忙看下原因 #3640
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#3640
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 @Curtaingit on GitHub (Dec 31, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4614
Describe the feature request
frp版本 V0.60.0
服务器配置 frps.toml
bindPort = 7111
客户端1配置 frpc.toml
serverAddr = "60.191.121.45"
serverPort = 7111
proxies
name = "client1"
type = "udp"
localIP = "127.0.0.1"
localPort = 6678
remotePort = 6678
客户端2配置 frpc.toml
serverAddr = "60.191.121.45"
serverPort = 7111
proxies
name = "client1"
type = "udp"
localIP = "127.0.0.1"
localPort = 6677
remotePort = 6677
客户端应用程序逻辑
客户端1 接收端口为6678 发送数据到60.191.121.45的6677
客户端2 接收端口为6677 发送数据到60.191.121.45的6678
Describe alternatives you've considered
No response
Affected area
@UR-l commented on GitHub (Dec 31, 2024):
客户端1接收端口6677的消息,客户端2往60.191.121.45的6677端口发消息
@Curtaingit commented on GitHub (Dec 31, 2024):
不行 设备端程序限制 只支持 6677接收 然后回数据到6678
@Curtaingit commented on GitHub (Dec 31, 2024):
现在 客户端1发送没问题 客户端2可以收到,但是客户端1没法接收客户端2的发出的数据
@xqzr commented on GitHub (Jan 1, 2025):
可能需要多个
serverAddr@github-actions[bot] commented on GitHub (Jan 16, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.