mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2699] ip 不同的多个客户端无法同时连接同一服务端 #2152
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#2152
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 @Lehmaning on GitHub (Dec 13, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2699
Bug Description
使用场景:
问题描述
客户端 A 连接到服务端的时候,客户端 B 便无法连接到服务端了,提示连接被目标主机积极拒绝。
目前可以确定是服务端出现问题,但不知道如何解决,求教。
frpc Version
0.38.0
frps Version
0.38.0
System Architecture
windows/amd64
Configurations
服务端
客户端 A
客户端 B
与 A 相同
Logs
在客户端 A 已经连接上服务端,客户端 B 尝试连接的时候,服务端日志没有发现客户端 B 的登录记录。
Steps to reproduce
...
Affected area
@Lehmaning commented on GitHub (Dec 24, 2021):
看了下端口开放状态,似乎是防火墙的问题?
有一个客户端连接到 7000 端口后,这个端口对其它客户端就关闭了。
@Lehmaning commented on GitHub (Jan 4, 2022):
问题看来是端口自主关闭了,没办法。。
@fatedier commented on GitHub (Jan 4, 2022):
没理解,什么叫端口自主关闭?
@Lehmaning commented on GitHub (Jan 8, 2022):
就是一个客户端连上服务端后,服务端的 7000 端口就对其它客户端关闭了。
@fatedier commented on GitHub (Jan 8, 2022):
并不存在这种问题,可以看一下是否是其他方面的问题。