[GH-ISSUE #3935] 客户端-同一个ip,不支持多个端口穿透 #3126

Closed
opened 2026-05-05 14:01:23 -06:00 by gitea-mirror · 1 comment
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [X] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@jjyou-github commented on GitHub (Jan 15, 2024):

客户端配置的远程端口,不在 服务端的允许范围。配置原因

<!-- gh-comment-id:1891288320 --> @jjyou-github commented on GitHub (Jan 15, 2024): 客户端配置的远程端口,不在 服务端的允许范围。配置原因
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#3126
No description provided.