mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4541] frps does not listen the port which frpc is defined #3589
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#3589
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 @super-small-rookie on GitHub (Nov 18, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4541
Bug Description
frps and frpc used for a period of time,it works very well.
But after a period of time, it Added configuration.
frpc added the new proxies remoteport and connect to frps, but frps does not listen the port which frpc is defined.
frps log print the port which listened is 0, frps-web displayed the port does not match the defined port. Please refer to the screenshot of the log for details.It seems that the server randomly monitored the port.
The previous configuration which the remoteport is10000 was fine and works well. Only the new config have the problem.
frpc Version
0.52.3
frps Version
0.52.3
System Architecture
linux/amd64
Configurations
proxies
name = "public-lb-server-tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 80
remotePort = 10000
proxies
name = "public-minio-api"
localIP = "127.0.0.1"
type = "tcp"
local_port = 9002
remote_port = 19003
proxies
name = "public-minio-web"
localIP = "127.0.0.1"
type = "tcp"
local_port = 8081
remote_port = 18083
Logs
frpc:


frps:


frps-web:

Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Nov 18, 2024):
Response from Github Copilot:
@super-small-rookie commented on GitHub (Nov 18, 2024):
The high version configuration parameters and low version configuration parameters are mixed, and have been modified according to the new parameters. The problem has been resolved.