mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2811] 游戏转发 #2249
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#2249
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 @MarilynPalmer on GitHub (Feb 20, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2811
Bug Description
有些游戏会二次转发导致无法连接,这个怎么解决
登录正常,进游戏就会被转发到下面地址127.0.0.1
frpc Version
0.39.1
frps Version
0.39.1
System Architecture
linux/amd64
Configurations
[common]
server_addr =
server_port = 7000
[]
type = udp
local_ip = 127.0.0.1
local_port = 19132
remote_port = 19132
[_tcp]
type = tcp
local_ip = 127.0.0.1
local_port = 30002
remote_port = 30002
[_udp]
type = udp
local_ip = 127.0.0.1
local_port = 30002
remote_port = 30002
[_game_tcp]
type = tcp
local_ip = 127.0.0.1
local_port = 27005
remote_port = 27005
[_game_udp]
type = udp
local_ip = 127.0.0.1
local_port = 27005
remote_port = 27005
Logs
No response
Steps to reproduce
No response
Affected area
@Becods commented on GitHub (Feb 23, 2022):
描述不清
看端口应该为minecraft be
尝试在服务端套上代理并开启proxy protocol协议
@MarilynPalmer commented on GitHub (Feb 24, 2022):
启动游戏时通过30002端口连接服务端显示ip 127.0.0.1 但可以登录,到了房间内开始游戏或加入游戏会转到本地127.0.0.1地址导致无法连接
@Becods commented on GitHub (Feb 28, 2022):
描述依旧不清,请提供
游戏日志frp的双端日志游戏服务端配置