mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3935] 客户端-同一个ip,不支持多个端口穿透 #3126
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#3126
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 @jjyou-github on GitHub (Jan 15, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/3935
Bug Description
客户端-同一个ip,不支持多个端口穿透
客户端命令行
frpc -c x.toml
start error: port not allowed
frpc Version
0.52.3
frps Version
0.52.3
System Architecture
客户端windows x64
Configurations
serverAddr = "*"
serverPort = *
auth.method = "token"
auth.token = "*"
tls.force = false
proxies
name = "rdp-9999"
type = "tcp"
localIP = "127.0.0.1"
localPort = 9999
remotePort = 9999
proxies
name = "rdp-10086"
type = "tcp"
localIP = "127.0.0.1"
localPort = 10086
remotePort = 10086
Logs
No response
Steps to reproduce
No response
Affected area
@jjyou-github commented on GitHub (Jan 15, 2024):
客户端配置的远程端口,不在 服务端的允许范围。配置原因