mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2203] 映射内网anydesk端口的小问题 #1753
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#1753
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 @jearol on GitHub (Jan 19, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2203
版本:0.34.1
客户端配置:
[common]
server_addr = ...
server_port = 7000
token = ******
pool_count = 16
[anydesk-10]
type = tcp
local_ip = 10.0.0.10
local_port = 7070
remote_port = 7070
use_encryption = false
use_compression = true
[anydesk-40]
type = tcp
local_ip = 10.0.0.40
local_port = 7080
remote_port = 7080
use_encryption = false
use_compression = true
服务端配置:
[common]
bind_port = 7000
token = *******
max_pool_count = 16
vhost_http_port = 8080
vhost_https_port = 4433
问题描述:
如果首次连接的是服务端7070端口的话,那么之后无论连接7070还是7080,则都连接到10.0.0.10:7070;
反之首次连接服务端7080端口的话,那么之后无论连接7070还是7080,则都连接到10.0.0.40:7080
没有具体测试多久可以重置连接,每次第二天首次连接的时候就决定了一天能连到.10的机器还是.40的机器
也不清楚是frp的问题还是anydesk的问题
@yuyulei commented on GitHub (Jan 20, 2021):
最好提供下 frpc,frps 的 debug 日志。
@github-actions[bot] commented on GitHub (Mar 7, 2021):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.