mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1222] kcp 工作不正常 #958
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#958
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 @tao96 on GitHub (Apr 27, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1222
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
26
What operating system and processor architecture are you using (
go env)?Configures you used:
[common]
server_addr = 34.9*****
server_port = 2025
[RDP]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 2026
[RDP_kcp]
protocol = kcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 2027
Steps to reproduce the issue:
1.
2.
3.
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
kcp用不了,服务器日志
2019/04/27 12:05:04 [I] [service.go:136] frps tcp listen on 0.0.0.0:2025
2019/04/27 12:05:04 [I] [service.go:145] frps kcp listen on udp 0.0.0.0:2024
2019/04/27 12:05:04 [I] [service.go:229] Dashboard listen on 0.0.0.0:2020
2019/04/27 12:05:04 [I] [root.go:204] Start frps success
本地common配置2025端口一切正常,2024端口就actively refuse,求解决,谢谢!
@status301 commented on GitHub (Apr 27, 2019):
frpc的配置文件已经说清楚了,用别人的东西,一定要看清文档。
@tao96 commented on GitHub (Apr 27, 2019):
好的,感谢,也就是底层使用kcp,在云端看到的类型还是tcp是吗?目前这个问题已经解决,但是存在使用kcp时rdp连接被拒绝的情况,切换为tcp又可以使用,另外请问,websocket有何特性?win10如何使用让frpc同时运行两个实例连接不同的服务器?谢谢!
@phtwo commented on GitHub (Apr 28, 2019):