[GH-ISSUE #4023] 网络繁忙时,frpc断开重连提示端口被占用 #3182

Closed
opened 2026-05-05 14:03:30 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @jiangcare on GitHub (Feb 24, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4023

Bug Description

frps在一个网络不稳定的机器上,需要接收多个节点的数据到frpc所在的机器里,在网络不好的情况下,frpc经常会端口,在重连frps的时候,可能是因为frps下面的节点持续的传输数据到frps映射的端口上,导致端口一直无法释放,frpc就提示[XXX] start error: proxy [XXX] already exists
1708744881397

frpc Version

0.44.0

frps Version

0.51.3

System Architecture

linux/arm

Configurations

frps.ini
[common] bind_port = 3887 dashboard_port = 3888 log_file = /home/frp/frps.log token = 123123123
frpc.ini
`[common]
server_addr = 123.123.123.123
server_port = 3887
admin_addr = 127.0.0.1
admin_port = 7400
tls_enable = false

[XXXX]
type = tcp
local_ip = 127.0.0.1
local_port = 1234
remote_port = 3333
`

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @jiangcare on GitHub (Feb 24, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4023 ### Bug Description frps在一个网络不稳定的机器上,需要接收多个节点的数据到frpc所在的机器里,在网络不好的情况下,frpc经常会端口,在重连frps的时候,可能是因为frps下面的节点持续的传输数据到frps映射的端口上,导致端口一直无法释放,frpc就提示[XXX] start error: proxy [XXX] already exists ![1708744881397](https://github.com/fatedier/frp/assets/9928128/4ce534b0-be1c-4003-9cc7-384cbe4a8d2b) ### frpc Version 0.44.0 ### frps Version 0.51.3 ### System Architecture linux/arm ### Configurations frps.ini `[common] bind_port = 3887 dashboard_port = 3888 log_file = /home/frp/frps.log token = 123123123 ` frpc.ini `[common] server_addr = 123.123.123.123 server_port = 3887 admin_addr = 127.0.0.1 admin_port = 7400 tls_enable = false [XXXX] type = tcp local_ip = 127.0.0.1 local_port = 1234 remote_port = 3333 ` ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:03:30 -06:00
Author
Owner

@david9991 commented on GitHub (Mar 8, 2024):

同样的问题。

<!-- gh-comment-id:1984846610 --> @david9991 commented on GitHub (Mar 8, 2024): 同样的问题。
Author
Owner

@david9991 commented on GitHub (Mar 11, 2024):

好像 1.53.2 上面不发生了,还是没达到触发条件就不知道了。

<!-- gh-comment-id:1987660337 --> @david9991 commented on GitHub (Mar 11, 2024): 好像 1.53.2 上面不发生了,还是没达到触发条件就不知道了。
Author
Owner

@github-actions[bot] commented on GitHub (Apr 2, 2024):

Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:2030852363 --> @github-actions[bot] commented on GitHub (Apr 2, 2024): Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3182
No description provided.