mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3141] xtcp "get sid from visitor error" #2519
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#2519
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 @jonayang on GitHub (Oct 21, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3141
Bug Description
xtcp无法正常穿透,只把"xtcp"改成"stcp"成功穿透
被访问端NAT类型symmetric
访问端NAT类型full-cone
frpc Version
0.44.0
frps Version
0.44.0
System Architecture
服务端: linux/x86, 被访问端: Windows/x86, 访问端: Mac/Arm
Configurations
// 被访问端
[common]
server_addr = ipaddr
server_port = 7000
[p2p _ssh]
type = xtcp
local ip = 127.0.0.1
local_port = 3389
sk = sksksk
// 访问端
[common]
server_addr = ipaddr
server_port = 7000
[p2p_ssh_visitor]
type = xtcp
role = visitor
server_name = p2p_ssh
sk = sksksk
bind_addr = 127.0.0.1
bind_port = 6000
// server端
[common]
bind_port = 7000
bind_udp_port = 7000
dashboard_port = ...
//... dashboard配置
Logs
访问端报错 "incorrect sid from client"
被访问端报错 "get sid from visitor error: read udp ip:port: i/o timeout"
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Oct 22, 2022):
对称型就不要想着p2p了
不是成功不了,是概率特别小
@AXFOX commented on GitHub (Nov 19, 2022):
现在FRP的P2P支持哪些类型的NAT穿透呢?
@github-actions[bot] commented on GitHub (Dec 20, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.