mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4619] 单一frps对应客户端只能开启一个? #3646
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#3646
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 @frankjoey2048 on GitHub (Jan 3, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4619
Bug Description
如题,我的场景是这样的,frps只能开启一个端口,并且配置了http端口号。frpc处于不同子网,在一台机器上开启frpc映射http的nginx没问题;此时,在另一台机器上再次开启frpc映射http的nginx就会报错start error。
frpc Version
0.61.1
frps Version
0.61.1
System Architecture
linux/ams64
Configurations
无
Logs
No response
Steps to reproduce
...
Affected area
@superzjg commented on GitHub (Jan 4, 2025):
http / https 都只能一个啊
改用 tcp,然后配置不同的 远程端口 就好了。
@frankjoey2048 commented on GitHub (Jan 4, 2025):
可是我这里只能开一个对外暴露的端口
@superzjg commented on GitHub (Jan 5, 2025):
哦,我以为你说frps的功能问题不能用多端口。如果服务器管理员只给你开一个端口,那要想其它办法。或者考虑某种vpn方案,用一个端口接入内网,可以使用内网所有服务…