mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2635] range与group不能同时使用 #2100
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#2100
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 @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
@fatedier commented on GitHub (Oct 25, 2021):
Yes,不能同时使用。
@aa51513 commented on GitHub (Oct 26, 2021):
原来如此,感谢回复。