mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #291] 多个frpc去连同一个frps的问题 #212
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#212
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 @nkbai on GitHub (Apr 6, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/291
我同时在多个不同的电脑上启用frpc,他们的配置文件如下,但是两个frpc无法同时连接, 每个单独连接的时候都没有问题.这个是暂时还没有实现还是说支持我这样的需求在现有架构下比较困难?
电脑1:
[ssh]
type = tcp
privilege_mode = true
local_ip = 127.0.0.1
local_port = 8080
remote_port = 6000
电脑2:
[ssh]
type = tcp
privilege_mode = true
local_ip = 127.0.0.1
local_port = 8088
remote_port = 6006
@nkbai commented on GitHub (Apr 7, 2017):
是我的用法错误,电脑2中[ssh]改为[ssh02]就可以工作了,看了源码,发现他是通过这个名字来区分客户端的