mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #926] xtcp 点对点穿透失败 version 0.16.0 #733
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#733
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 @MakingL on GitHub (Sep 18, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/926
What version of frp are you using (./frpc -v or ./frps -v)?
version 0.16.0
操作系统:
servser: Cenos
Client: Centos (内网经过NAT转换)
Configures you used:
服务器端配置:
[common]
bind_addr = 0.0.0.0
bind_port = 7000
auth_token = 549876123
bind_udp_port = 7001
kcp_bind_port = 7000
内网客户端:
frpc.ini
[common]
server_addr = x.x.x.x
server_port = 7000
[p2p_ssh]
type = xtcp
sk = abcdefgssh
local_ip = 127.0.0.1
local_port = 22
要访问内网的机器:
frpc.ini
[common]
server_addr = x.x.x.x
server_port = 7000
[p2p_ssh_visitor]
type = xtcp
role = visitor
server_name = p2p_ssh
sk = abcdefgssh
bind_addr = 127.0.0.1
bind_port = 6006
ssh连接:
ssh -oPort=6006 demo@127.0.0.1Describe the results you received:
frpc 报错信息:
ssh_exchange_identification: read: Connection reset by peerDescribe the results you expected:
Can you point out what caused this issue (optional)
已知内网经过复杂的NAT转换,内网环境下已被禁止
ping@MakingL commented on GitHub (Sep 18, 2018):
@shao77622 commented on GitHub (Oct 25, 2018):
最新版本我也遇到了,两边都是移动4g网络,无法穿透。报错[W] [service.go:273] custom listener for [xxx] doesn't exist
@MakingL commented on GitHub (Oct 29, 2018):
貌似UDP打洞的成功率更高一些的?有支持UDP打洞的吗?
@Carl-Xiao128 commented on GitHub (Nov 7, 2018):
请问楼主,解除frps服务带宽限制成功了么?
@fatedier commented on GitHub (Nov 7, 2018):
https://github.com/fatedier/frp/blob/master/README_zh.md#%E7%82%B9%E5%AF%B9%E7%82%B9%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F