[GH-ISSUE #2635] range与group不能同时使用 #2100

Closed
opened 2026-05-05 13:20:58 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @aa51513 on GitHub (Oct 25, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2635

Bug Description

frpc配置信息如下:
[range:proxy_temp]
type = tcp
local_ip = 192.168.2.152
local_port = 3050-3099
remote_port = 3050-3099
group = cloud
group_key = cloud123

启动后一大堆这个报错:
[W] [control.go:178] [a939cea167c28f54] [proxy_temp_33] start error: group should have same remote port

虽然是日志等级是警告,但事实上frps上并没有对应端口的监听,实际上是失败了

frpc Version

0.37.1

frps Version

0.37.1

System Architecture

linux/amd64

Configurations

[range:proxy_temp]
type = tcp
local_ip = 192.168.2.152
local_port = 3050-3099
remote_port = 3050-3099
group = cloud
group_key = cloud123

Logs

[W] [control.go:178] [a939cea167c28f54] [proxy_temp_33] start error: group should have same remote port
一大堆重复

Steps to reproduce

直接按照上述配置文件,即可100%重现

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @aa51513 on GitHub (Oct 25, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2635 ### Bug Description frpc配置信息如下: [range:proxy_temp] type = tcp local_ip = 192.168.2.152 local_port = 3050-3099 remote_port = 3050-3099 group = cloud group_key = cloud123 启动后一大堆这个报错: [W] [control.go:178] [a939cea167c28f54] [proxy_temp_33] start error: group should have same remote port 虽然是日志等级是警告,但事实上frps上并没有对应端口的监听,实际上是失败了 ### frpc Version 0.37.1 ### frps Version 0.37.1 ### System Architecture linux/amd64 ### Configurations [range:proxy_temp] type = tcp local_ip = 192.168.2.152 local_port = 3050-3099 remote_port = 3050-3099 group = cloud group_key = cloud123 ### Logs [W] [control.go:178] [a939cea167c28f54] [proxy_temp_33] start error: group should have same remote port 一大堆重复 ### Steps to reproduce 直接按照上述配置文件,即可100%重现 ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@fatedier commented on GitHub (Oct 25, 2021):

Yes,不能同时使用。

<!-- gh-comment-id:950503032 --> @fatedier commented on GitHub (Oct 25, 2021): Yes,不能同时使用。
Author
Owner

@aa51513 commented on GitHub (Oct 26, 2021):

Yes,不能同时使用。

原来如此,感谢回复。

<!-- gh-comment-id:951721587 --> @aa51513 commented on GitHub (Oct 26, 2021): > Yes,不能同时使用。 原来如此,感谢回复。
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#2100
No description provided.