mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #588] 【求助】P2P连接实验不成功,我哪里错了? #458
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#458
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 @BI7PRK on GitHub (Jan 4, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/588
What version of frp are you using (./frpc -v or ./frps -v)?
v0.14.1
What operating system and processor architecture are you using (
go env)?Server
CentOS 6.9 (Final) 32bit
Client
Windows && linux [x64]
Steps to reproduce the issue:
P2P 连接实验不成功
Describe the results you received:
frpc.log
type = xtcp
type = stcp
对端配置:
请求端配置:
SSH 连接:127.0.0.1:220,连接失败后frpc输出日志结果。
@fatedier commented on GitHub (Jan 17, 2018):
server_name 不是
p2p_proxy而是p2p_ssh,日志里已经有提示了。且 p2p 模式只是一个初期版本,目前本身成功率就不是很高,如果无法连接,说明网络环境不支持,就不用再尝试了。
@dolphin93 commented on GitHub (Jan 29, 2018):
就我的使用来说,使用xtcp方式连接内网的远程桌面,全部成功,效果也非常好,唯一的问题,可能就是udp超时问题,如果一段时间没有操作,就断了连接,需要重连
@hongnod commented on GitHub (Apr 11, 2018):
和seafile搭配使用,seafile server在移动宽带,seafile client在公司内网(通过http代理上公网),配置xtcp显示连接成功,但传输数据时就显示超时,无法传送。
@aaroneva43 commented on GitHub (Aug 8, 2018):
我使用xtcp连接远程桌面正常, 但是过段时间bind_udp_port 就会失效 需要重新指定, 不知道什么原因, vps商的限制?